topstar210
topstar210

Reputation: 21

ERROR 1227 (42000): Access denied; you need (at least one of) the RELOAD privilege(s) for this operation

When I run command FLUSH PRIVILEGES; in cpanel, I get:

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

Answers (1)

RP.S
RP.S

Reputation: 773

try

grant reload on *.* to 'test'@'localhost';

Upvotes: 1

Related Questions