What does this error mean?
Moderator: General Moderators
What does this error mean?
Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /vservers/mytreasuredpet/htdocs/php/phpfm/incl/classes.inc.php on line 82
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
Is phpMyAdmin connecting from that web site or from another web site that is piping into the database? I only ask that because some hosts setup PMA on another server and connect 'remotely'.
I think if you through that entire error string into google you will get a bunch of results returned, many from the mysql web site forums. I forget exactly what the potential causes of that error are, but I think a lot of times it has something to do with a PID already in use or a db server that has not been started.
Have you searched DevNet for that error yet? I think there has been discussion on that topic before as well.
I think if you through that entire error string into google you will get a bunch of results returned, many from the mysql web site forums. I forget exactly what the potential causes of that error are, but I think a lot of times it has something to do with a PID already in use or a db server that has not been started.
Have you searched DevNet for that error yet? I think there has been discussion on that topic before as well.