Comment 6 for bug 1637701

Revision history for this message
Joshua Powers (powersj) wrote :

Where are you installing mysql from? I did not notice this last time I looked but these values in the init.d file are not correct:

insserv: warning: current start runlevel(s) (empty) of script `mysql' overrides LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `mysql' overrides LSB defaults (0 1 6).

Defaults should look like:
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6

Did you modify the file or the install in some manner? Is this a fresh install?