MySQL Forums
Forum List  »  Newbie

Re: ERROR 1045 (28000): Access denied
Posted by: Peter Brawley
Date: September 23, 2015 02:55PM

> Shouldn't I be able to connect anonymously?

Not if MySQL is set up correctly.

> I also get it with user root so i cannot connect period

Did you set a password for user root?

To find out what the settings are, start the server with --skip-grant-tables, run the mysql client program without arguments, then execute the query ...

select user,host,password from mysql.user;

Options: ReplyQuote


Subject
Written By
Posted
September 23, 2015 01:57PM
Re: ERROR 1045 (28000): Access denied
September 23, 2015 02: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.