I'm doing some work on a friend's PHP code.
He uses this code to organize a bunch of work related data.
He sent me the PHP script files and I then uploaded them to my own server.
The PHP pages require a login to access and view.
When I type in the name & password he gave me I get this warning:
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/content/m/e/n/menlo/html/pmtool/goremote/common/CommonLib.php on line 130
Failed to connect to the database ..!
Can anyone tell me what the problem is?
Thanks
Pete