Skip to content

Instantly share code, notes, and snippets.

@young001
Created October 20, 2012 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save young001/3923393 to your computer and use it in GitHub Desktop.
Save young001/3923393 to your computer and use it in GitHub Desktop.
mysql error in ubuntu
┌─(young001@young001-HP-Elite-7100-Microtower-PC:pts/8)────────────────(/run/mysqld)─┐
└─(22:12:%)── sudo dpkg --configure mysql-server-5.5 ──(六,10月20)─┘
[sudo] password for young001:
Setting up mysql-server-5.5 (5.5.24-0ubuntu0.12.04.1) ...
start: Job failed to start
invoke-rc.d: initscript mysql, action "start" failed.
dpkg: error processing mysql-server-5.5 (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
mysql-server-5.5
┌─(young001@young001-HP-Elite-7100-Microtower-PC:pts/8)────────────────(/run/mysqld)─┐
└─(1:22:12:%)── mysql -uroot -p ──(六,10月20)─┘
Enter password:
ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment