RE: Mysqld-server errors starting...

2007-05-20 Thread Bob
Here are the things you have to do to activate MySql after installing the port. To autostart mysql at boot add this to /etc/rc.conf mysql_enable=YES To start or stop mysql server do this /usr/local/share/mysql/mysql.server start /usr/local/share/mysql/mysql.server stop You have to tell mysql to

Re: Mysqld-server errors starting...

2007-05-20 Thread Agus
2007/5/20, Bob [EMAIL PROTECTED]: Here are the things you have to do to activate MySql after installing the port. To autostart mysql at boot add this to /etc/rc.conf mysql_enable=YES To start or stop mysql server do this /usr/local/share/mysql/mysql.server start