Remove column statistics
Since mysql 8, the command mysqldump is returning an error message due to statistics export. To remove it I added --column-static=0
Since mysql 8, the command mysqldump is returning an error message due to statistics export. To remove it I added --column-static=0