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

Map Error! Help

Magictibiaman

New Member
Joined
May 25, 2009
Messages
371
Reaction score
0
> Warning: max_allowed_packet might be set too low for binary map storage.
Use the following query to raise max_allow_packet: SET GLOBAL max_allowed_packet = 16776192;

How do i do this and where?
 
its telling you to excute a query (SET GLOBAL max_allowed_packet = 16776192; )
go to your database top left of the page there something that says query window click on it now place this text in the box
Code:
SET GLOBAL max_allowed_packet = 16776192;
then hit go. should work :p
 
Back
Top