• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

TFS can't connect to a remote mysql serv

tatu hunter

Insane Mind~
Joined
Jun 6, 2007
Messages
354
Reaction score
23
Location
Itaporã, Brazil
I'm trying to connect to a remote mysql server...

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~
 
2 options:
Allow remote root access
or
Create a new user that can be used remotely (recommended and easy).
 
Back
Top