MySQL Forums
Forum List  »  Install & Repo

Re: Missing Database & User Previleges
Posted by: Barry Galbraith
Date: November 28, 2015 10:55PM

>access denied for user ''@'localhost' to database shp.
This means that you have started mysql client as anonymous user and anonymous doesn't have privilege on shp database.

So, you need to start mysql client as a more privileged user, e.g. root.

>mysql -uroot -p

enter root's password when prompted.
Then you'll be able to see shp database.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
November 28, 2015 08:39AM
Re: Missing Database & User Previleges
November 28, 2015 10:55PM


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.