Re: Connexion string connector NET 6.8.3 / vbnet
Posted by: Fernando Gonzalez Sanchez
Date: April 09, 2014 10:45AM

Hi, this looks like

a) the password is incorrect
b) the Authentication method is not supported, please ensure you are not using old password authentication (which is no longer supported). Rather use mysql_native_password, sha256, or windows authentication.

(you can do a query "select plugin, user, host from mysql.user" to see the authentication plugin used for a given user).

c) Something else in the connection is not right, like port, server, etc. Or server does not support remote connections for that user.


Regards.

*** My opinions do not necessarily reflect the opinions of my employeer ***
Fernando Gonzalez Sanchez
Sr. Software Engineer
MySql Connector/NET Team
Oracle Corporation

Options: ReplyQuote


Subject
Written By
Posted
Re: Connexion string connector NET 6.8.3 / vbnet
April 09, 2014 10:45AM


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.