You have been subscribed to a public bug:
After last upgrade, mysqld 5.5.32-0ubuntu does not start.
Fix:
edit /etc/init/mysql.conf and replace
# check for diskspace shortage
datadir=`mysqld_get_param datadir`
if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{
exit ($4<4096) }'; then
with
# check for diskspace shortage
datadir=/var/lib/mysql
if LC_ALL=C BLOCKSIZE= df --portability $datadir/. | tail -n 1 | awk '{
exit ($4>4096) }'; then
edit "datadir" to point to your datadir - this is default configuration.
$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"
** Affects: mysql-5.5 (Ubuntu)
Importance: Undecided
Status: New
--
Mysql daemon does not start - corrupted init script
https://bugs.launchpad.net/bugs/1210426
You received this bug notification because you are a member of Ubuntu Server
Team, which is subscribed to mysql-5.5 in Ubuntu.
--
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at:
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs