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

oracle

New Member
Messages
430
Reaction score
0
Points
0
Hello Frnds,

From past few days I am getting this error when I am trying to connect to my webpage.

Warning: mysql_connect() [function.mysql-connect]: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/xxxxx/public_html/login.php on line 10
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

I don't know why it happens. Though it do connect at times properly but at times it sucks with the above error.

Hoping for your kind help.
 

Synkc

Active Member
Messages
1,765
Reaction score
0
Points
36
Change the host from 'localhost' to 'mysql.x10hosting.com'.

MySQL has been moved to a new server.
 
Top