July 14, 2021 . 1 MIN READ
1
Resolve by adding:
–column-statistics=0 –no-tablespaces
If you cannot assign global level privileges to your user, for example, when doing so presents unacceptable security issues, you must specify the –no-tablespaces option when dumping your database.
mysqldump –no-tablespaces -u user -ppass dbname > db_backup_file.sql
https://anothercoffee.net/how-to-fix-the-mysqldump-access-denied-process-privilege-error/