• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

how to increase max_allowed_packet?

Sven L.

Regular Pleskian
Hi,

migrating some stuff from 9.5.4 to 11.5 and i get an warning in the migration manager about max_allowed_packet

i have tried to find some information how to increase this limit (seems like it's at 1M and i would like it to be 2-4M) but everything points me to old folders that no longer seem to be relevant.

how can i achieve this in plesk 11.5?
 
Just add

Code:
max_allowed_packet=4M

in your /etc/my.cnf (in [mysqld] section) and then do:

service mysqld restart
(or whatever you need to do to restart MySQL in your Linux flavour)
 
does this change survive through updates or will I have to do that everytime?

Plesk doesn't touch MySQL settings so you are safe there.

Indeed, as a rule of thumb, it doesn't touch any configuration file in /etc/ unless it is necessary in order to achieve what you ask it to do (e.g. /etc/named/* when you add/edit a domain, and similarly with apache).

The design methodology of Plesk is to decouple it as much as possible from OS, so that updates to Plesk have a minimal impact on your system's settings. Of course there are some big changes during installation - just not during updates. (by updates I mean MU installation not full version upgrades, which sometimes have to make bigger changes)
 
Back
Top