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

Can't connect to MySQL database.

Kingare

New Member
Joined
Jan 18, 2012
Messages
19
Reaction score
0
Hi

I have changed the config from sqlite to mysql, when i put the server on sqlite it works fine, but i want mysql and its not working, it says Can't connect to MySQL database.

sqlType = "mysql"
sqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "root"
sqlPass = "kalle1212"
sqlDatabase = "tfs"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "plain"
 
Back
Top