You can disable it by adding
--column-statistics=0. The command will be something like:mysqldump --column-statistics=0 --host=<server> --user=<user> --password=<password>
You can disable it by adding
--column-statistics=0. The command will be something like:mysqldump --column-statistics=0 --host=<server> --user=<user> --password=<password>