Comment 7 for bug 1002500

Revision history for this message
W. Andrew Loe III (loe) wrote :

You have probably changed your /etc/mysql/debian-start to just "exit 0", if that script has no output, the init script (which captures and pipes that output) will exit 1.

Try changing /etc/mysql/debian-start to:
echo "debian-start: not doing anything"
exit 0

It was brought up as a bug in Debian:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=663060