I have to change max_allowed_packet
size in MySQL using phpmyadmin
, but I don't know how to do it. When I try set global max_allowed_packet=10M
in phpmyadmin
it give this error
#1227 - Access denied; you need the SUPER privilege for this operation
I can't get SUPER privilege, because server is not in my control.
So, How can I change it?