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

kenorb’s picture

Status: Active » Fixed

Yes, 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).

kenorb’s picture

Status: Fixed » Closed (duplicate)
vip_sa’s picture

Thank you!