What are the most likely causes for this error?
Coming from this line of code:
// open database connection
$connection = mysql_connect($host, $user, $pass) or die ("Unable to connect!");
With the following error message:
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /hsphere/local/home/nova2/novaflow.net/site/main.php on line 75
Unable to connect!