[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] [raq550] mysqld --- making it start automagically



Hi David,

You may also want to set your Raq550 to auto-start MySQL about reboot.

If you add this line to the bottom of your /etc/rc.d/rc.local file, you can have
it do exactly that:
/etc/init.d/mysql start &

Thanks,
- Chris