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

Need help with SET GLOBAL.

lokolokio

Well-Known Member
Joined
Jan 7, 2009
Messages
202
Solutions
13
Reaction score
79
Location
Mexico
Im needing help to fix this error because i dont know why it has been displayed the error is the next:

SET GLOBAL max_allowed_packet = 16776192;

Ive puted many many (on sql execute command in phpmyadmin) times and i think that it will fix the problem but arround each 3 restart of the server it will happen again.
 
i found two parts with that text:
but the first contains thiss:
[mysql]
max_allowed_packet = 1M

and the other one on:

[mysqldump]
quick
max_allowed_packet = 16M

i need to change both for this
max_allowed_packet = 1M for max_allowed_packet = 16776192;
and this for
max_allowed_packet = 16M max_allowed_packet = 16776192;

???
 
Back
Top