• 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
Server wont open samething with gesior acc install it says Can't connect to MySQL database.
Ive aldready changed this in config, i also created a database with the name tfs

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"
 
First make sure your database runs correctly try to access it and make sure everything works, if you have skype go into your settings because skype might block your ports, otherwise try to change sqlHost = "127.0.0.1" to sqlHost = "localhost" if this doesn't work then check if you have the right password and database name
 
Some programs just like skype or teamviewer may block you the necessary ports to let mysql work properly. Use xampp port-check tool in control panel.
 
Back
Top