[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [raq550] mysqld --- making it start automagically
- Subject: Re: [cobalt-users] [raq550] mysqld --- making it start automagically
- From: Chris West <chrisw@xxxxxxxxxxxxxxx>
- Date: Wed Mar 12 14:24:00 2003
- Organization: CDG, Inc.
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
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