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