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

Mysql

check your config.lua for database usename and password...something probably wrong in there...
Code:
  sqlType = "sqlite"
   sqlHost = "localhost"
   sqlPort = 3306
   sqlUser = "root"
   sqlPass = ""
   sqlDatabase = "theforgottenserver"
this here
 
Back
Top