Re: MySQL and rc.conf.local

2006-08-18 Thread Daniel Ouellet
[EMAIL PROTECTED] wrote: Running OpenBSD 3.9-stable # start mysql server. /usr/local/bin/mysqld_safe & A shorter answer now that I look in more details as you pick my curiosity a bit. Selected extract from: http://openbsd.org/faq/faq10.html#rc * /etc/rc.conf - Configuration file used by /e

Re: MySQL and rc.conf.local

2006-08-18 Thread Daniel Ouellet
[EMAIL PROTECTED] wrote: Running OpenBSD 3.9-stable # start mysql server. /usr/local/bin/mysqld_safe & I am using this: # Start MySQL server if [ -x /usr/local/bin/mysqld_safe ] ; then su -c _mysql root -c '/usr/local/bin/mysqld_safe &' > /dev/null & echo -n ' mysql' fi But in rc.lo

MySQL and rc.conf.local

2006-08-18 Thread e . stewart
Running OpenBSD 3.9-stable Installed mysql-server-5.0.18 via pkg_add I'm now trying to get mysql to start automatically at boot. Here is my rc.conf.local file contents: ntpd_flags="" # enabled during install # use -u to disable chroot, see httpd(8) httpd_flags="" # for norm