[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] [raq550] mysqld --- making it start automagica lly
- Subject: RE: [cobalt-users] [raq550] mysqld --- making it start automagica lly
- From: BSmith@xxxxxxxxxxx
- Date: Wed Mar 12 14:34:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Chris West [mailto:chrisw@xxxxxxxxxxxxxxx]
Subject: Re: [cobalt-users] [raq550] mysqld --- making it start
automagically
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
_____________________________________
Or you can use the LINUX way of doing it:
chkconfig --level 3 mysql on
:)
Brian