MySQL Forums
Forum List  »  Newbie

Re: Windows XP 2 mysql installations?
Posted by: Barry Galbraith
Date: July 01, 2015 04:36PM

>ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: YES)
That means you are trying to access MySQL as anonymous user. You need to start mysql commandline like this.
>mysql -uroot -p
and enter root's password when prompted.

Good luck,
Barry.

Options: ReplyQuote


Subject
Written By
Posted
Re: Windows XP 2 mysql installations?
July 01, 2015 04:36PM


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.