• 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 during query

Necrox Guy

Necroxia Online Support
Joined
Feb 18, 2009
Messages
32
Reaction score
0
Hello I have a big problem at my server, I'm using TFS 0.3.1 PL2, the problem is that after about 8-9 hours of uptime with about 200~300 players i see the following error on the console.
"Lost connection to Mysql during query"
So my question is why is this happening,

This is my config.lua:
sqlKeepAlive = 60
mysqlReadTimeout = 10

If i change that to 0 would that help me out to fix this?

Also i have another question, what distro is better?
TFS 0.3.1 PL2
TFS 0.3.2
TFS 0.3.3 (i doubt it)
TFS 0.2

Thanks for your help~
 
Hello I have a big problem at my server, I'm using TFS 0.3.1 PL2, the problem is that after about 8-9 hours of uptime with about 200~300 players i see the following error on the console.
"Lost connection to Mysql during query"
So my question is why is this happening,

This is my config.lua:
sqlKeepAlive = 60
mysqlReadTimeout = 10

If i change that to 0 would that help me out to fix this?

Also i have another question, what distro is better?
TFS 0.3.1 PL2
TFS 0.3.2
TFS 0.3.3 (i doubt it)
TFS 0.2

Thanks for your help~

Have you tried optimizing the most used tables when starting the server?
 
Back
Top