[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] autostart mysql after system reboot on raq550
- Subject: RE: [cobalt-users] autostart mysql after system reboot on raq550
- From: BSmith@xxxxxxxxxxx
- Date: Mon Jan 13 06:33:00 2003
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
-----Original Message-----
From: Thomas Hecker
Sent: Monday, January 13, 2003 9:22 AM
Subject: [cobalt-users] autostart mysql after system reboot on raq550
what do i have to do, that mysql start automaticaly when the system gets
rebootet??
thanx!!
_____________________________________
chkconfig --list mysql
That shows what it does during each run time.
chkconfig --level 3 mysql on
Since the Cobalt only really uses Run Time level 3, do that. To be safe,
also do
chkconfig --level 5 mysql on
All of the other run times do something special, like reboot, halt, no
network support, etc.
Have fun!
~Brian