MySQL Forums
Forum List  »  Newbie

Re: Problem with "create databases"
Posted by: Barry Galbraith
Date: April 09, 2019 06:02PM

What is MySQL Version?
MySQL v8 doesn't support GRANT creating a user.
You have to CREATE USER ..

Then GRANT ..

https://dev.mysql.com/doc/refman/8.0/en/grant.html

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Problem with "create databases"
April 09, 2019 06:02PM


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.