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

@@ -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
```