mysqli problem
Posted: Wed Sep 26, 2007 7:25 am
I am having connection problem with mysqli Please see and help if you can.
Code:
here is error:
Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2003): Can't connect to MySQL server on '75.126.199.114' (111) in /home/cmela/public_html/database/connections.php on line 2
Thank you
mani
Code:
Code: Select all
$name = new mysqli("localhost", "user", "pass", "database","3307") or die( mysqli_error($name));Warning: mysqli::mysqli() [function.mysqli-mysqli]: (HY000/2003): Can't connect to MySQL server on '75.126.199.114' (111) in /home/cmela/public_html/database/connections.php on line 2
Thank you
mani