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

TFS 0.X MySQL [2013] - guild ranks

OTcreator

Active Member
Joined
Feb 14, 2022
Messages
425
Solutions
1
Reaction score
44
Hello.
I lost connection with MySQL:
Code:
 mysql_real_query(): SELECT `id` FROM `guild_ranks` WHERE `guild_id` = 0 AND `level` = 0 LIMIT 1 - MYSQL ERROR: Lost connection to MySQL server during query (2013)
Where to look for the error with this message?
 
Most likely previous query caused that error.

To find query prior to this message, you will need to compile the engine, with
Code:
__SQL_QUERY_DEBUG__
flag
 
Back
Top