Well, when you trying to restart the mysql in Ubuntu: /etc/init.d/mysql restart ... [fail] ... First, you find the error log path of Mysql. /var/log/mysql.* But, the final way to fix the MySQL error: 0. su - 1. # backup database files cp -r /var/lib/mysql /var/lib/mysql.b 2. # remove app aptitude p more