Mysql

djpunjab

New member
Joined
Jan 18, 2011
Messages
2
Hello,

Mysql not working on server ,

Error -- Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock


i also try to start mysql from ssh , but it show startingg only not finish..

please help me
 
[root@server tmp]# service mysqld status
MySQL is running but PID file could not be found [FAILED]
 
/sbin/service mysqld restart
Will that work if the service command can't find the PID? I don't think it can restart if it can't find the PID. So the admin might need to do this first:
Code:
killall mysqld
Jeff
 
Back
Top