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

About Mysql

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
43
Location
Mexico
When a server looses conection to mysql, why does this happens, can someone with big acknowledge explain why does this happens, a way to fix it, or a offer of job to optimize it.
 
i always had that problem, server with no reason loses contection and nobody can conect,
Some of them says that is the Operative sistem, others that it's the TFS.
That's life :/
 
>Config.lua
sqlKeepAlive = 10
mysqlReadTimeout = 0
mysqlWriteTimeout = 0

Make sure that any scripts that you're using that execcute or get results from the database free themselves.

If you're using the save system that saves players individually disable it. It is a great system but requires advanced knowledge in setup. I know quite. A bit about setting up SQL schema and such and could not figure out how to get individual player saving to work correctly without losing database connection.
 
Back
Top