Client does not support authentication protocol requested by server; consider upgrading MySQL client
Posted by: Ashish Grover
Date: September 24, 2004 12:22PM

Hi All,

Pls see the error below which I got while I ran the application. Can anybody suggest what am I doing worng? For the ready reference I have new MySQL4.1 and using ByteFx. Though I installed earlier Connector/Net but could find its reference name in list from studio, so came back to ByteFx... well code snippet is in error message

It fails in opening conection throws exception mentioned below. I am passing right authentications for sure.

Can anyone or Mysql people point me in good directions ?

best wishes.
Ashish

***************************************************************
***************************************************************
Server Error in '/LocalMatchStatus' Application.
--------------------------------------------------------------------------------

Client does not support authentication protocol requested by server; consider upgrading MySQL client
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: ByteFX.Data.MySqlClient.MySqlException: Client does not support authentication protocol requested by server; consider upgrading MySQL client

Source Error:


Line 46:
Line 47: MySqlConnection mycon = new MySqlConnection(MyConString);
Line 48: mycon.Open();
Line 49: mycon.Close();
Line 50: }


Source File: c:\inetpub\wwwroot\localmatchstatus\mysqltest.aspx.cs Line: 48

Options: ReplyQuote


Subject
Written By
Posted
Client does not support authentication protocol requested by server; consider upgrading MySQL client
September 24, 2004 12:22PM


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.