• 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!

.EXE WONT LOAD NEKIRO TFS 1.3 DOWNGRADED 8.6

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "forgottenserver"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""

should it be mysqlsock = mysql?

no you shouldn't type that on mysqlsock just leave it blank. You need to create a mysql database with Uniform Server, or Xampp, then change your mysqlUser, Pass and Database to the ones you set on your database and your .exe will be able to establish a database connection. Here is an example of how to do that check minute 5:55 to see how to set database details and 12:20 how to set it on config.lua:

 
Back
Top