When run database_dump.sh - error Got a packet bigger than 'max_allowed_packet' bytes

Add to /etc/my.cnf
[mysqld]
max_allowed_packet = 100M

May 29, 2018