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

A Bug

You are trying use mysql to run your server, but you have wrong configuration, maybe you miss a password of database or the database name,

if not are using mysql and want use sqlite change in config.lua
Lua:
sqlType = "mysql"
to
Lua:
sqlType = "sqlite"

or if you want install all to run server with mysql search in the tutorials board to got it #ShowMe
 
Back
Top