Search found 1 match
- Mon May 19, 2025 11:54 pm
- Forum: Nagios XI
- Topic: Backup complited with errors
- Replies: 2
- Views: 1162
Re: Backup complited with errors
Your backup completed, but with warnings and partial MySQL backup failures due to missing privileges. Issue: mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' Fix: Grant the required privilege to the MySQL user used in the script: GRANT PROCESS...