I need to back my database, but when trying to flush the tables before backing up I get this error? What does it mean by RELOAD privilege?
Can’t find any RELOAD privilege in phpmyadmin!?
Error: Access denied; you need the RELOAD privilege for this operation
SQL: FLUSH TABLES WITH READ LOCK
Probably you’re not running
FLUSHcommand using root, but with a limited user.You need to be granted
RELOADprivilege to runFLUSHcommand.Take a look here for MySQL privileges.
So (for example) root user should use: