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

Linux Need help Fixing this issues

MxSoft

Leave Tibia, Live Life.
Joined
Dec 22, 2009
Messages
1,804
Solutions
1
Reaction score
44
Location
Mexico
Hi i have some problems in website
1- Server Status is not working
2- Sometimes i loose connection to mysql.
How can i fix this, i can pay for some help i dont have to much time now to find a way to solve it by myself
Greetings.
 
Last edited:
mxsoft use this part of your config.lua for not more MySQL lost connections:

LUA:
	sqlKeepAlive = 10
	mysqlReadTimeout = 0
	mysqlWriteTimeout = 0

Good Luck
 
Back
Top