ERROR 1153 (08S01) at line 446: Got a packet bigger than 'max_allowed_packet' bytes
run these commands in a MySQL console connected to that same server:
set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;
ERROR 1153 (08S01) at line 446: Got a packet bigger than 'max_allowed_packet' bytes
run these commands in a MySQL console connected to that same server:
set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;
Error:Got a packet bigger than 'max_allowed_packet' bytes
run this command in your mysql console.
set global net_buffer_length=1000000;
set global max_allowed_packet=1000000000;
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us