View Single Post
  #5  
Old 07-24-2009, 12:05 AM
Roguish
Fire Beetle
 
Join Date: Oct 2008
Location: Maine
Posts: 9
Default Ubuntu 8.10 MySQL Server

Problem:
Between pages 8 and 9 where the server is reset and then directed to create a MySQL account typing "mysql -u root" returns "Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock"

Reason:

MySQL server is not running

Solutions:
Code:
sudo mysqld
Reply With Quote