MySQL Forums
Forum List  »  Newbie

Re: GRANT User Permission to Database
Posted by: Peter Brawley
Date: December 13, 2018 09:58PM

In 8.0.11, I can reproduce your rror mssag only by specifying different user specs in he Create and Grant statements.

Log in as root and try this...

CREATE USER 'rootdupe'@'localhost' IDENTIFIED BY 'mypswd'
PASSWORD EXPIRE NEVER;

GRANT ALL ON *.* TO 'rootdupe'@'localhost' WITH GRANT OPTION;

Options: ReplyQuote


Subject
Written By
Posted
Re: GRANT User Permission to Database
December 13, 2018 09:58PM


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.