How to increase max allowed packet size on mariaDB (mysql) on CentOs



How to increase max allowed packet size on mariaDB (mysql) on CentOs

How to increase max allowed packet size on mariaDB (mysql) on CentOs

This video shows you how to increase the max_allowed_packet size on MariaDB on CentOs.

The max allowed packet size can impact on uploads and downloads from certain sites such as WordPress, Drupal and Moodle.

A common error that is caused by a too small max allowed packet size is “mysql has gone away”.

This video shows you how to increase the max allowed packet size on MariaDB on CentOS.

The commands that you need to follow along with this tutorial are:

sudo vi /etc/my.cnf

max_allowed_packet=500M

sudo service mairadb restart

Comments are closed.