• 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 1.X+ TSF 1.2 cant connect to database

failkin

Member
Joined
May 10, 2021
Messages
25
Solutions
1
Reaction score
9
I've had a server running for a couple weeksish now and its fine when I play local but a few of my friends wanted to play so I tried to host it but the server crashes after stalling on the database load. I'm assuming its something with the config files the guide I was following didn't really get into what to put where In that. Any help would be appreciated thanks!

Introduction (https://docs.otland.net/ots-guide/) was the guide I used and the correct ports are open
 
TFS version? Are you sure you added your MySQL database correctly?
Lua:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "YourMySQLUser"
mysqlPass = "YourMySQLpassword"
mysqlDatabase = "Yourdatabasename"
mysqlPort = 3306
mysqlSock = ""
 
Back
Top