Support setting MySQL System Variable '--max-allowed-packet' at host configuration - part 2
This commit is contained in:
parent
fbabeb6873
commit
a2418463f7
@ -154,6 +154,22 @@ mysql_password=backup
|
|||||||
## -
|
## -
|
||||||
mysql_gzip=false
|
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
|
## - restart apache after mysqldump
|
||||||
## -
|
## -
|
||||||
|
Loading…
Reference in New Issue
Block a user