tatu hunter
Insane Mind~
I'm trying to connect to a remote mysql server...
The remote pc don't have firewall actived, but is using a router and the ports are open =S
Can someone help me here? or maybe out! ;D~
Code:
-- MySQL
mysqlHost = "201.3.14.15"
mysqlUser = "root"
mysqlPass = "xxxxxxxx"
mysqlDatabase = "otserv"
mysqlPort = 3306
The remote pc don't have firewall actived, but is using a router and the ports are open =S
Can someone help me here? or maybe out! ;D~