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

Windows MySQL issue with regular queries

dchampag

Well-Known Member
Joined
Jul 15, 2008
Messages
679
Reaction score
55
Location
USA
Code:
mysql_real_query(): BEGIN - MYSQL ERROR: Lost connection to MySQL server during query (2013)

and

Code:
mysql_real_query(): SELECT `id`, `value`, `param`, `expires` FROM `bans` WHERE `type` = 1 AND `active` = 1 - MYSQL ERROR: Lost connection to MySQL server during query (2013)
WARNING: MYSQL Lost connection, attempting to reconnect...
WARNING: MYSQL Lost connection, attempting to reconnect...
WARNING: MYSQL Lost connection, attempting to reconnect...
WARNING: MYSQL Lost connection, attempting to reconnect...

Any ideas?
 
For some reason my mysql server is not logging it but in my status variables aborted_connections and aborted_clients is increasing before it blocks
 
Last edited:
That's normal when the server runs out of connections and is forced to "abort" incoming connections because it's gone over the specified connection limit.
 
Back
Top