Rectifying MySQL Error 1144: Correcting GRANT/REVOKE Syntax
MySQL Error 1144 is a common roadblock for database administrators and developers. The error message “Illegal GRANT/REVOKE command; please consult the manual to see which privileges can be used” indicates that there’s a problem with the syntax of a GRANT or REVOKE statement, specifically that the privileges attempted to be granted or revoked are not …