LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Login to account (https://www.linuxquestions.org/questions/linux-newbie-8/login-to-account-932506/)

Ghebaură Petrică 03-03-2012 08:31 AM

Login to account
 
http://xtremeinvest.com/index.php?a=account
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)

ricstirato 03-03-2012 10:53 AM

So the MySQL server seems to be not running.

frankbell 03-04-2012 09:16 PM

It could be using a non-standard socket.

If there is a phpinfo.php file present (http://[domain]/phpinfo.php), it should report the MySQL socket. If one is not present, you can create one.

http://kb.mediatemple.net/questions/...php+page%3F#gs

Satyaveer Arya 03-05-2012 04:57 AM

Restart the mysqld service:

/etc/init.d/mysqld restart

You can also check this thread: http://www.linuxquestions.org/questi...l-sock-281557/


All times are GMT -5. The time now is 06:14 AM.