Hi get the following warning logged in as user1:
* user warning: SESSION variable 'max_allowed_packet' is read-only. Use SET GLOBAL to assign the value query: SET SESSION max_allowed_packet = 2097152 in C:\wamp\www\modules\sites\all\modules\db_tweaks\db_tweaks.inc on line 52.
* Cannot change `max_allowed_packet` in your database configuration! Probably you do not have proper privileges.
Comments
Comment #1
kenorb commentedYes, this option is not allowed anymore in recent MySQL versions.
Duplicate of: #552306: Increasing max_allowed_packet not possible in modern versions of MySQL
Should be fixed soon (probably by removing this option).
Comment #2
kenorb commentedComment #3
vip_sa commentedThank you!