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

[6:34:31.043] mysql_real_query(): UPDATE `players` SET `online` = 0 WHERE `id` = 32 L

Stellow

C++/C#/PHP/LUA
Joined
Oct 23, 2008
Messages
1,113
Reaction score
221
Location
Germany
GitHub
eubrunomiguel
I got this error
[6:34:31.043] mysql_real_query(): UPDATE `players` SET `online` = 0 WHERE `id` = 32 LIMIT 1; - MYSQL ERROR: Lost connection to MySQL server during query (2013)

And then players cannot log anymore in their characters
 
Your server loses connection to the database.
I propose to update the MySQL database management in the source files.
 
I [12:48:44.501] mysql_real_query(): SELECT `save` FROM `players` WHERE `id` = 75 LIMIT 1 - MYSQL ERROR: Lost connection to MySQL server during query (2013)
Frequently, I get this error, and then no longer able to access their player chars. Idea

Obs: Always after serve save (globalserver save disabled)

sqlKeepAlive = 10
mysqlReadTimeout = 0
mysqlWriteTimeout = 0

Now, I tried to mess with that ^, we gonna see if works or not =/

- - - Updated - - -

Your server loses connection to the database.
I propose to update the MySQL database management in the source files.

How do I do it?

- - - Updated - - -

Bump
 
Back
Top