D djpunjab New member Joined Jan 18, 2011 Messages 2 Jan 18, 2011 #1 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
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
S santovito Verified User Joined Nov 23, 2008 Messages 143 Jan 18, 2011 #2 what's the result if you type service mysqld status ?
D djpunjab New member Joined Jan 18, 2011 Messages 2 Jan 18, 2011 #3 [root@server tmp]# service mysqld status MySQL is running but PID file could not be found [FAILED]
nobaloney NoBaloney Internet Svcs - In Memoriam † Joined Jun 16, 2003 Messages 25,033 Location California Jan 19, 2011 #5 scsi said: /sbin/service mysqld restart Click to expand... 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
scsi said: /sbin/service mysqld restart Click to expand... 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