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

Max_Allowed_Packet

kredan

New Member
Joined
Sep 29, 2009
Messages
30
Reaction score
0
How can I fix this

[06/03/2010 13:26:03] > WARNING: max_allowed_packet might be set too low for binary map storage.
[06/03/2010 13:26:03] Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

Ty in advanced
 
How can I fix this

[06/03/2010 13:26:03] > WARNING: max_allowed_packet might be set too low for binary map storage.
[06/03/2010 13:26:03] Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

Ty in advanced

enter your database and click SQL

Code:
SET GLOBAL max_allowed_packet = 16776192;
 
HeyThereDelilah is right.

Select your server database -> Click on the button named SQL (Upper menu)
Copy and then paste this into the text area and then click GO, or whatever it says.

HTML:
SET GLOBAL max_allowed_packet = 16776192;
 
O lol I'm such an id*** Didn't get it until I saw the pic.
I though he meant the sql button at the dropdown list.
Ty to everyone
 
Back
Top