• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

TFS 1.X+ Setting up TFS 1.6

danberry

New Member
Joined
Sep 20, 2025
Messages
2
Reaction score
0
So I downloaded official TFS1.6[compiled] >
Started Xampp MySQL and Apache >
Created a database named forgottenserver >
Successfully imported Schema.sql >
Ran [as admin] forgottenserver-x64.exe (unsuccessfully, crash on startup which I assume is database connection error)
So I've added to the servers config.lua
LUA:
-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "root"
mysqlPass = ""
mysqlDatabase = "forgottenserver"
mysqlPort = 3306
mysqlSock = ""

Also tried with a forgottenserver username (after creating one without a password in the database)
Still not working, can someone dummyproof this for me please?

Thanks in advance
 
Back
Top