Minimum permissions for a user to perform a mysqldumpGRANT SELECT, LOCK TABLES, SHOW VIEW ON *.* TO 'user'@'localhost' IDENTIFIED BY 'password'; ©