Advertisement
Guest User

Untitled

a guest
Jun 30th, 2013
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. mysql -u root
  2. ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
  3.  
  4.  
  5. Means mysql server isn't running (can't connect either).
  6.  
  7. However /etc/init.d/mysqld start gives me a "file does not exist".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement