sudo mysqldump -u <user> -p <schema> > backup.sql
Sometimes you need to add the PROCESS privilege to a user.
Leave a Comment