On latest versions of mysql (as of MySQL 8.0.21) if the --no-tablespaces option is not used, mysqldump will result in 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces.
This should be included somewhere in this repo as a note for the users.
On latest versions of mysql (as of MySQL 8.0.21) if the --no-tablespaces option is not used, mysqldump will result in 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces. This should be included somewhere in this repo as a note for the users.