View Single Post
  #1 (permalink)  
Old 2006-11-25, 08:32 PM
malishew malishew is offline
Junior Member
 
Join Date: Nov 2006
Posts: 1
malishew is on a distinguished road
Default 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!
Reply With Quote
Sponsored Links