I'm trying to figure out how to get mysql to startup automatically after
rebooting the server?

I have a Redhat 7.0 box and I placed a file to call up the mysql.server auto
startup script as follows:

/etc/rc.d/init.d/mysql

which has the following code:

/bin/sh -c 'cd /usr/local/mysql ; ./bin/safe_mysqld --user=mysql &'

I also made sure that mysql.server file is executable.

Any ideas on how to get the mysql to startup?

P.S. I'm still new to linux and would appreciate any help! :)

Thanks!

SW



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to