Web Hosting Talk







View Full Version : Simple QS about MySQL...


Cael
05-26-2001, 06:51 AM
How can I make MySQL starts automatically everytime I reboot my server?

windchill
05-26-2001, 07:01 AM
I personally have it setup as follows:

goto "/etc/rc.d"
"pico -w rc.local"

at the end of this file add the following line:

"/usr/share/mysql/mysql.server start"


hth
Marc

Cael
05-27-2001, 07:29 AM
Thanks a lot pal. :)