About connect to other MySQL DB!
Hi, sorry about my bad english!
I have a question, how can i alow mySQL to accept other IP connections?
Example:
I am trying to get game statuss connecting to other mySQL DB
$host="80.233.140.100";
$user="OthePCUser" ;
$password="OthePCUsersPass";
$db="OthePCUserDatabase";
$database_encoding = 'CP1251';
$img_base = "img/";
$server = "OthePCUserServer";
But i get error:
Error: Unable to connect to MySQL server. MySQL reported: Can't connect to MySQL server on '80.233.140.100' (10060).
Mby i have to change something in php.ini
Thanks!
|