Uploading MySql Database to Hosting Server
Hi there. I have created my site and a MySql database and it seems to work great during local testing. But when I upload my site, I get an error...
Warning: mysql_pconnect(): Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/.../connIG.php on line 9
Fatal error: Can't connect to local MySQL server through socket '/usr/local/mysql-5.0/data/mysql.sock' (2) in /home/content/.../connIG.php on line 9
I assume I have to do some sort of export of the database???? I have no idea where to even start.
Thanks!