MySQL Forums
Forum List  »  Newbie

Cannot open connection programatically (C#)
Posted by: Jon Jacobs
Date: July 31, 2016 04:13PM

I get as far as creating a connection of type MySql.Data.MySqlClient.MySqlConnection, but when I try to open it I get:
Authentication to host '127.0.0.1' for user 'JonJacobs' using method 'mysql_native_password' failed with message: Access denied for user 'JonJacobs'@'localhost' (using password: YES)

However, with the same user and password I have no problem in HeidiSQL

Options: ReplyQuote


Subject
Written By
Posted
Cannot open connection programatically (C#)
July 31, 2016 04:13PM


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.