MySQL Forums
Forum List  »  Newbie

Re: Connecting to database
Posted by: Anthony Barkley
Date: April 15, 2005 07:33AM

this error:
"Access denied for user: '@localhost' (Using password: NO)"

You are not sending the user or password, but the server is configures to use a user and a password.

this error:
"MySQL connection failed: Access denied for user: 'user@localhost' (Using password: YES)"

Now you are setting the password but you are still not sending it to the server.

Try reading this:
http://dev.mysql.com/tech-resources/articles/ddws/index.html

hope this helps

Options: ReplyQuote


Subject
Written By
Posted
April 15, 2005 02:47AM
Re: Connecting to database
April 15, 2005 07:33AM


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.