SyntaxFix
Write A Post
Hire A Developer
Questions
One simple solution which always works for me when faced with mysql "access denied" errors: use sudo.
sudo
sudo mysql -u root
Then the necessary permissions exist for GRANT commands.
GRANT