We use mysql 5.7.31.
I set up a cron job to run a perl script to do a mysqldump for my database every couple of hours as a backup.
After a mysql update this morning, I now get an error message each time the cron runs:
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
However, the database dump / backup gets completed as expected.
Any help on this error message?
Thanks.
I set up a cron job to run a perl script to do a mysqldump for my database every couple of hours as a backup.
After a mysql update this morning, I now get an error message each time the cron runs:
mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces
However, the database dump / backup gets completed as expected.
Any help on this error message?
Thanks.