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

RE: [cobalt-users] [raq550] mysqld --- making it start automagica lly



-----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