Jump to content

MySQL may not start at system boot in LM9


rsutherland
 Share

Recommended Posts

This is a little out of whack in some installs of LM9, don't know why but it is repeatable on same hardware. The service does not get turned on, as it should. i.e.

[root@<server> /]# chkconfig --list mysql

mysql 0:off 1:off 2:on 3:off 4:on 5:off 6:off

if you see this then the mandrake tools are also not able to fix the problme so use

chkconfig --level 3 mysql on

chkconfig --level 5 mysql on

This may be an example of when GUI tools suck because errors are so difficult to even notice.

Link to comment
Share on other sites

This may be an example of when GUI tools suck because errors are so difficult to even notice.

This may be an example when badly written GUI tools suck. Rightly written GUI tool should notify a user of its actions in proper GUI way, and not in console or not at all, like *drak* do.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...