Minimum Privileges Required to Backup MySQL Databases
Posted:
Monday, June 6th, 2016Last modified:
Tuesday, June 7th, 2016How to create a mysql user for running automated backups.
GRANT SELECT, RELOAD, LOCK TABLES ON *.* TO 'MysqlBackupUser'@'localhost' IDENTIFIED BY 'MySQLBackupUserPassword'
References
MySQL Permissions for backup using mysqldump and/or ec2-consistent-snapshot
Available Wiki Topics
The operator of this site makes no claims, promises, or guarantees of the accuracy, completeness, originality, uniqueness, or even general adequacy of the contents herein and expressly disclaims liability for errors and omissions in the contents of this website.