Bug #123
MySQL Crash After Debian Wheezy Upgrade
Description
After upgrading to Debian Wheezy on the db1 server, MySQL would not start.
The error from the syslog is:
Mysql Error : ERROR 1 (HY000): Can’t create/write to file ‘/tmp/MYkbo3Bl’ (Errcode: 13)
In order to fix this reset the /tmp file permissions:
sudo chown root:root /tmp sudo chmod 1777 /tmp sudo /etc/init.d/mysqld restart