I am using PhpMyadmin. I canceled some structure privileges of the user root this afternoon and I want to recover these privileges. I always log in to PhpMyAdmin with the user identity of "root". But I get an error message when I attempt to recover my all privileges.
Error SQL query: Edit GRANT ALL PRIVILEGES ON * . * TO 'root'@'localhost' WITH GRANT OPTION
MAX_QUERIES_PER_HOUR 0 MAX_CONNECTIONS_PER_HOUR 0 MAX_UPDATES_PER_HOUR 0 MAX_USER_CONNECTIONS 0 ;
MySQL said: Documentation #1045 - Access denied for user 'root'@'localhost' (using password:
YES)
What's wrong? How to solve this problem?