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

Failed connecting to database

virreburre

New Member
Joined
Mar 6, 2017
Messages
7
Reaction score
0
Hello when i run my Forgotten server, crying damon it says
Failed connecting to database - MYSQL ERROR: Can't connect to MySQL server on 'localhost' (10061) (2003)
ERROR: Couldn't estabilish connection to SQL database!

The file i used to import were mysql.sql if you wanted to know. The reason why is because when i downloaded cryingdamon, there were to forgottenserver.sql.

I have tried to change localhost to 127.0.0.1, aint working tho

this is my settings
sqlType = "mysql"
mysqlHost = "127.0.0.1"
sqlPort = 3306
sqlUser = "xxxx"
mysqlPass = "xxxx"
sqlDatabase = "xxxx"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
encryptionType = "sha1"
 
Back
Top