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

Lost connection to MySQL server during query - CRASH

Kaboo

New Member
Joined
Feb 14, 2009
Messages
142
Reaction score
0
Hey guys, my server has started to crash frequently in the last days, and today this was in the console, when it crashed:
Code:
mysql_commit() - MYSQL ERROR: Lost connection to MySQL server during query (2013)

Is there any solution for this? I'm using TFS 0.3.5 (Crying Damson), and my MySQL version is 5.1.42.
Here's my config.lua, if it's needed:
Code:
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "USER"
sqlPass = "XXXXXXXXX"
sqlDatabase = "otserv"
sqlFile = "forgottenserver.s3db"
sqlKeepAlive = 0
mysqlReadTimeout = 10
mysqlWriteTimeout = 10
passwordType = "plain"

Thank you! ;)
 
Last edited:
Back
Top