when doing a simple mysql test on php, i get connection errors:
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxxx/public_html/test.php on line 9
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxx/public_html/test.php on line 9
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxxx/public_html/test.php on line 10
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxxx/public_html/test.php on line 10
Warning: MySQL: A link to the server could not be established in /home/xxxxx/public_html/test.php on line 10
I have tried the test file (simple php output plus test connection) and it works perfect. Not sure what's wrong here.
Got the php modules loaded:
LoadModule rewrite_module libexec/mod_rewrite.so
LoadModule bytes_log_module libexec/mod_log_bytes.so
LoadModule php4_module libexec/libphp4.so
LoadModule bwlimited_module libexec/mod_bwlimited.so
LoadModule dav_module libexec/libdav.so
I have ran latest buildapache.. same results.
Any suggestions?
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxxx/public_html/test.php on line 9
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxx/public_html/test.php on line 9
Warning: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxxx/public_html/test.php on line 10
Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (2) in /home/xxxxx/public_html/test.php on line 10
Warning: MySQL: A link to the server could not be established in /home/xxxxx/public_html/test.php on line 10
I have tried the test file (simple php output plus test connection) and it works perfect. Not sure what's wrong here.
Got the php modules loaded:
LoadModule rewrite_module libexec/mod_rewrite.so
LoadModule bytes_log_module libexec/mod_log_bytes.so
LoadModule php4_module libexec/libphp4.so
LoadModule bwlimited_module libexec/mod_bwlimited.so
LoadModule dav_module libexec/libdav.so
I have ran latest buildapache.. same results.
Any suggestions?