I am trying to connect to MySQL through one of my scripts on a remote server (they just had a complete upgrade so all is new) and I am getting an error reading
Warning: Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /var/www/html/testing.php on line 2
I know that all the parameters are correct as I can get into the database using PHPMyAdmin no problem.
Any Suggestions?
Thanks Rob