SyntaxFix
Write A Post
Hire A Developer
Questions
GRANT ALL ON *.* TO 'user'@'localhost' with GRANT OPTION;
Just log in from root using the respective password if any and simply run the above command to whatever the user is.
For example:
GRANT ALL ON *.* TO 'root'@'%' with GRANT OPTION;