May be you can help me. I am learning MySQL at the moment and I have hit a problem which I cannot solve. I have this site called matrixchat.com and I need to access the admin part of it but whenever I goto
http://www.matrixchat.com/matrixadmin/
I get these error messages below
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/matrix/domains/matrixchat.com/public_html/matrixadmin/dbconnection.php on line 2
Warning: mysql_select_db(): supplied argument is not a valid MySQL-Link resource in /home/matrix/domains/matrixchat.com/public_html/matrixadmin/dbconnection.php on line 3
Warning: mysql_connect(): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) in /home/matrix/domains/matrixchat.com/public_html/matrixadmin/DbSql.inc.php on line 11
Could not execute
I was wondering if anybody out there knows the solution to the above errors and how I can fix them.
I look forward to hearing from you.
Martin