MySQL Forums
Forum List  »  Newbie

Re: unable to create database even as root user
Posted by: Rick James
Date: February 26, 2012 11:04PM

After getting in with --skip-grant-tables, do
GRANT ALL ON *.* TO root@localhost IDENTIFIED BY 'password' WITH GRANT OPTION;
Then exit and see if you can get it with full permissions as root.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.