Trouble With Connecting MySql to UCP
#10

Quote:
Originally Posted by Phoenix_Roleplay
Посмотреть сообщение
I still seem to be getting the same Warning

Код:
Warning: mysql_connect() [function.mysql-connect]: Can't connect to MySQL server on '127.0.0.1' (10061) in D:\hosting\8291812\html\ucp\inc\classes\MySQLHandler.php on line 25
Can't connect to MySQL server on '127.0.0.1' (10061)
And this is what I have on line 25 on that file:

pawn Код:
$this->con = mysql_connect("127.0.0.1","XXXX","XXXX","XXXX") or die(mysql_error());if($this->con)
You are still using 127.0.0.1 here.

Use the game server IP.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)