MySQL Forums
Forum List  »  Newbie

Re: unable to create database even as root user
Posted by: Scott Nemes
Date: February 17, 2012 03:53AM

With MySQL running normally (not skipping grants), try:

mysql --host=localhost --user=root

If you are still unable to create a database, type:

show grants;

and paste the results here.

--
Scott Nemes
MySQL DBA

http://www.linkedin.com/in/scottnemes
http://www.twitter.com/ScottNemes

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.