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

i need help on cryingdamson4pl2-console with photo

Calon

Experienced Member
Joined
Feb 6, 2009
Messages
1,070
Reaction score
21
in config was
sqlType = "sqlite"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "****"
sqlDatabase = "totl"
sqlFile = "forgottenserver.s3db"

i want to make it sql

i changed sqlite to sql

and when i start the server:
crashd.png
 
sqlType = "sqlite" -- I used myqsl for this one
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "root"
sqlPass = "****"
sqlDatabase = "totl"
sqlFile = "forgottenserver.s3db" -- This should be schema.sql isnt it?
 

Similar threads

Back
Top