Cpanel/WHM and mySQL Problem
Please help me guys. I have a RH 6.2 with Cpanel/WHM and I setup a database. But, when I try to connect to it through PHP I am getting this error:Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/tmp/mysql.sock' (111) in /home/rosehost/public_html/dbfrontend/common.inc.php on line 18
A database connection error has occurred!
The php code I am using to connect is:
mysql_connect("localhost", "user_dbfrontent", "passwd")
All the data incl. usename, password and server is correct.
What is the problem and what do I need to do to fix it? Thanks.