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

[Znote AAC] error help

Zatacka

Mapper, Basic Scripter
Joined
May 12, 2009
Messages
222
Reaction score
14
Location
Sweden
I have uniserver with znote acc, when i start the server i get this error in console:


Code:
[29/9/2013 2:35:58] >> Starting SQL connection
[29/9/2013 2:35:58] > WARNING: MYSQL Lost connection, attempting to reconnect...
[29/9/2013 2:35:58] > WARNING: max_allowed_packet might be set too low for binary map storage.
[29/9/2013 2:35:58] Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

what does it means and how can i fix it if something is wrong?
 
Increase the max_allowed_packet value in my.ini (inside the mysql folder) and restart uniserver afterwards.
 
You tried to tried to insert this in your database?

Code:
SET GLOBAL max_allowed_packet = 16776192;

Yeah it works now thanks, but i get this error/msg now:

Code:
[1/10/2013 13:41:46] > WARNING: MYSQL Lost connection, attempting to reconnect...>> Running Database Manager
[1/10/2013 13:41:46] > No tables were optimized.
 
Back
Top