Can't connect to Remote MySql Server

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
 

Zubair

Community Leader
Community Support
Messages
8,766
Reaction score
305
Points
83
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

Hello,

Remote MySql is not allowed on free accounts for security reasons.
 
Last edited:
Top