Project

General

Profile

Bug #123

MySQL Crash After Debian Wheezy Upgrade

Added by Daniel Curtis almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
-
Start date:
06/12/2013
Due date:
% Done:

100%

Estimated time:
Spent time:

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

Also available in: Atom PDF