MySQL Forums
Forum List  »  Microsoft SQL Server

Re: ERROR 1045 (28000): Access denied for user 'ODBC'@'localhost' (using password: NO)
Posted by: amit sinha
Date: August 16, 2008 07:55PM

error 1045 : access denied for user 'ODBC'@'localhost'(using password:no)

see, this is not a problem either of the server or connection. Hence you guys don't need to run after terms 'ODBC'@ 'localhost'. This message was a generic error that windows returns, when u dont specify the correct things in the command. Just enter at your command line (make sure that you are in the bin folder of MySQL server 5.0)
Open the MySQL command line client using -u root to specify the root user and -p to be prompted for a password

mysql -u root -p

this will prompt you for password :
password : ********

and you will get the mysql prompt:
mysql>

Isn't easy?
amit sinha,india

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.