ic_88_kaye
New Member
- Messages
- 2
- Reaction score
- 0
- Points
- 0
Hello,
I got this error:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '208.79.238.70' (4) in /home/icxhost/public_html/index.php on line 4
Not connected : Can't connect to MySQL server on '208.79.238.70' (4)
I tried to connect to 208.79.238.70 from my localhost(xampp) web server it works fine.
My problem is I can't to 208.79.238.70 from x10hosting.com. Here's my web address: http://icahutay.elementfx.com/
Code used to connect to MySql:
$link = mysql_connect('208.79.238.70', 'username', 'password');
Any help is much appreciated
Thanks in advance
I got this error:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '208.79.238.70' (4) in /home/icxhost/public_html/index.php on line 4
Not connected : Can't connect to MySQL server on '208.79.238.70' (4)
I tried to connect to 208.79.238.70 from my localhost(xampp) web server it works fine.
My problem is I can't to 208.79.238.70 from x10hosting.com. Here's my web address: http://icahutay.elementfx.com/
Code used to connect to MySql:
$link = mysql_connect('208.79.238.70', 'username', 'password');
Any help is much appreciated
Thanks in advance