changed --max-allowed-packet
This commit is contained in:
@@ -37,8 +37,9 @@ compress dump using gzip
|
||||
## .my.cnf example
|
||||
|
||||
```
|
||||
[client]
|
||||
[mysqldump]
|
||||
user = mysqldump
|
||||
password = secret_passwd_here_HMnab4sBMmMwtDgvF=qZuuU#gsED9u6J
|
||||
host = localhost
|
||||
max-allowed-packet=512M
|
||||
```
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user