Support setting MySQL System Variable '--max-allowed-packet' at host configuration - part 2

This commit is contained in:
Christoph 2023-08-06 18:19:32 +02:00
parent fbabeb6873
commit a2418463f7

View File

@ -154,6 +154,22 @@ mysql_password=backup
## -
mysql_gzip=false
## - mysql_max_allowed_packet
## -
## - Set / Change MySQL System Variable '--max-allowed-packet'
## -
## - i.e. prevents errors like:
## -
## - When a client server receives larger packet bytes, an error occurs. The connection faces
## - ER_NET_PACKET_TOO_LARGE error a
## - nd closes instantly.
## -
## - Another error can be
## - Lost Connection to Server During Query Error.
## - It has the same reason, i.e., a large communication packet.
## -
mysql_max_allowed_packet='512M'
## - restart apache after mysqldump
## -