Hi guys I downloaded NetBSD 6.1.1 (Love NetBSD), but I remember that when I was using NetBSD 6.0 and 6.1 the software mysql does not start in boot time when I write in rc.conf mysqld=YES, also I put in /etc/hosts my name fqdn and my ip, also I copied the example of /usr/pkg/share/examples/mysql to /etc/rc.d.
Now in NetBSD 6.1.1 it works fine :), I installed pkgin after of the installation. #pkgin search mysql-server #pkgin install mysql-server #echo mysqld=YES >> /etc/rc.conf #cp /usr/pkg/share/examples/rc.d/mysqld /etc/rc.d #less /etc/hosts, the NetBSD put my name and my ip from installation and set up networking #/etc/rc.d/mysql start mysql are running #reboot #/etc/rc.d/mysqld status mysql is running :) Thanks a lot, before in the previous release (NetBSD 6.0 and 6.1) it was not working, maybe I was doind some thing bad, but I remember that I tested many times, only the with the the stpes that know and it works in NetBSD 5.x. Tomorrow I