changed --max-allowed-packet

This commit is contained in:
Naum Soloveychik
2020-01-10 23:02:16 +03:00
parent 3b96243caf
commit 1c55ac287a
2 changed files with 3 additions and 2 deletions

View File

@@ -121,7 +121,7 @@ mysqlparams=" --all-databases \
--routines \
--triggers \
--force \
--max-allowed-packet=512M \
--max-allowed-packet=128M \
--log-error=/var/log/mysqldump.log" ;
if [ "${singletrans}" ] ; then