SET GLOBAL max_allowed_packet doesn’t work [duplicate]
Hmmmm.. You have hit this NOT-A-BUG it seems. 🙂 If you change a global system variable, the value is remembered and used for new connections until the server restarts. (To make a global system variable setting permanent, you should set it in an option file.) The change is visible to any client that accesses that … Read more