MySQL Forums
Forum List  »  Newbie

Re: Access denied for user 'ODBC'@'localhost'
Posted by: Shridhar NS
Date: November 23, 2005 03:42AM

Hi,

This is because either the username or the password is incorrect. Initially you can try logging in with the following command:
<mysql_install_dir>/bin: mysql -u root -p
Enter Password: <your_password>

This should resolve the problem.

Thanks!

-Shridhar

Options: ReplyQuote


Subject
Written By
Posted
Re: Access denied for user 'ODBC'@'localhost'
November 23, 2005 03:42AM


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.