• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

MySQL max_allowed_packet Prevent Upload

S

SBCTEC

Guest
MySQL 3.23.58 is installed on my plesk server and I'm trying to create a page to upload a zip file to a blob field in the database. When running, the max_allowed_packet is set to 1048576. All documentation shows that I can change /etc/my.cnf to allow for a 16M value, but when I change that file under the [safe_mysqld] header, nothing happens. Under any other header, the mysqld service fails to start. I've also tried setting the system variable during runtime and that doesn't seem to work either. What am I missing?
 
It would be under the [mysqld] section, and it would look something like...

set-variable = max_allowed_packet=16M
 
Back
Top