nigel
12-18-2003, 09:34 AM
When setting up, I get the following errors,
The error was reported as:
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I have confirmed the settings I have entered with mi host, they are
$dbHost = "localhost";
$dbUserLogin = "dmcf";
$dbPassword = "xxxxxx"; changed for obvious reasons
$dbName = "dmcf_org_uk_-_cal";
the demo also reports the same errors, really
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /var/www/html/cal/escal.php on line 167
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /var/www/html/cal/escal.php on line 168
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/html/cal/escal.php on line 171
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/cal/escal.php on line 172
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/cal/escal.php on line 180
Advise?
The error was reported as:
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2)
I have confirmed the settings I have entered with mi host, they are
$dbHost = "localhost";
$dbUserLogin = "dmcf";
$dbPassword = "xxxxxx"; changed for obvious reasons
$dbName = "dmcf_org_uk_-_cal";
the demo also reports the same errors, really
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /var/www/html/cal/escal.php on line 167
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /var/www/html/cal/escal.php on line 168
Warning: mysql_query(): supplied argument is not a valid MySQL-Link resource in /var/www/html/cal/escal.php on line 171
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/cal/escal.php on line 172
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /var/www/html/cal/escal.php on line 180
Advise?