Re: starting mysql server automatically

2005-05-10 Thread Paul Keyes
Thanks! I re-made and reinstalled the ports and things are working now. --- Dan Nelson <[EMAIL PROTECTED]> wrote: > In the last episode (May 09), Paul Keyes said: > > I tried adding mysql_enable="YES" to /etc/rc.conf > and > > rebooted but sockstat -4 | grep mysql showed > nothing > > and mysql s

Re: starting mysql server automatically

2005-05-09 Thread Dan Nelson
In the last episode (May 09), Paul Keyes said: > I tried adding mysql_enable="YES" to /etc/rc.conf and > rebooted but sockstat -4 | grep mysql showed nothing > and mysql server wasn't running. > > Some information about my system: > > $uname -r > 5.3-RELEASE > > $pkg_info | grep mysql > mysql-cl

Re: starting mysql server automatically

2005-05-09 Thread Paul Keyes
--- Chris Hodgins <[EMAIL PROTECTED]> wrote: > On 5/6/05, Paul Keyes <[EMAIL PROTECTED]> wrote: > > Hi All, > > > > I'm setting up a server running Freebsd 5.3 I > have > > mysql running well but I can't seem to get it to > start > > automatically at boot time. I can only start it > as > > root

Re: starting mysql server automatically

2005-05-07 Thread Chris Hodgins
On 5/6/05, Paul Keyes <[EMAIL PROTECTED]> wrote: > Hi All, > > I'm setting up a server running Freebsd 5.3 I have > mysql running well but I can't seem to get it to start > automatically at boot time. I can only start it as > root with the command: > mysqld_safe --user=mysql & > > (when I do th

Re: starting mysql server automatically

2005-05-06 Thread Jerry McAllister
> > Hi All, > > I'm setting up a server running Freebsd 5.3 I have > mysql running well but I can't seem to get it to start > automatically at boot time. I can only start it as > root with the command: > mysqld_safe --user=mysql & > > (when I do this everything works fine) > > I tried install

starting mysql server automatically

2005-05-06 Thread Paul Keyes
Hi All, I'm setting up a server running Freebsd 5.3 I have mysql running well but I can't seem to get it to start automatically at boot time. I can only start it as root with the command: mysqld_safe --user=mysql & (when I do this everything works fine) I tried installing the mysql.server srip