I'm updating a site that I know has mySQL running, and I've installed a page that runs a MySQL query in the same form that the other, working queries on the page run. Everything works locally, but on the live server I get a
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
error although I know sql is running, and other pages are successfully running queries on the same database/table with the same query syntax. I don't have access to the root of the server, and shouldn't have to restart anything because I know mysql is running right? Thanks a lot for suggestions