fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
290 stars 111 forks source link

Fixed access denied the PROCESS privilege(s) is required for MySQL > 8.0.21 #113

Closed nikgli closed 10 months ago

nikgli commented 10 months ago

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.

fradelg commented 10 months ago

Thanks!