1. Home
  2. Knowledge Base
  3. Articles (EN/ES/FR)
  4. Error PROCESS privilege when doing the mysqldump

Error PROCESS privilege when doing the mysqldump

In case we find this problem when trying to backup the Pandora FMS database with a user different from root:

mysqldump: Error: 'Access denied; you need (at least one of) the PROCESS privilege(s) for this operation' when trying to dump tablespaces

It is necessary to add the PROCESS permission to the user with which we are doing the dump.

GRANT PROCESS ON *.* TO user@localhost;
Was this article helpful?

Related Articles

Need Support?

Can't find the answer you're looking for?
Contact Support

Recent Discussions