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

Linux Config Problem

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi i get this problem when i change my server to linux.
Code:
Database error. Unknown database type in /home/Allissow/config.lua  . Must be equal to: "mysql" or "sqlite". Now is: ""
http://64.186.133.182/
I see that i i delete config.lua still the same error
 
sqlType = "sqlite"
to
sqlType = "mysql"

@edit

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "PASSWORD"
sqlDatabase = "DB Name"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
sqlType = "sqlite"
to
sqlType = "mysql"

@edit

sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "PASSWORD"
sqlDatabase = "DB Name"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
Im using that config and still the same
 
Back
Top