Reputation: 21
When I run command FLUSH PRIVILEGES; in cpanel, I get:
FLUSH PRIVILEGES;
ERROR 1227 (42000): Access denied; you need (at least one of) the RELOAD privilege(s) for this operation
How can I fix that issue?
Upvotes: 1
Views: 5576
Reputation: 773
try
grant reload on *.* to 'test'@'localhost';