Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
Posted by: ronan
Date: September 29, 2004 09:48AM

Hi,

We are searching help for ByteFx Drivers :

We started to develop a .NET applications written in C# last april.
All our tests were successfull with this local plateform :
Windows XP, IIS 5.1, Framework .NET 1.1,
Website in ASP.NET and C#,
MySql 4.1.1a-alpha-nt
And the (great !) ByteFX.MySqlClient.dll (version 0.7.6 15073)

Installing our application on a remote server,
wich use MySql 4.1.5-gamma-net (instead of our local MySql 4.1.1a-alpha-nt),
we recevied an error message (cf the trace at the bottom of this post)

It seems that the (great !) ByteFx driver 0.7.6 doesn't support MySql 4.1.5-gamma-net, isn't it ?

Our question :

Where should we found a more recent version of the (great !) ByteFx driver to be used with the newest MySql 4.1.5-gamma-net.

Thanks a lot, Mister Burnett !

Ronan & Laurette,
french developpers ;-)

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

[MySqlException: Client does not support authentication protocol requested by server; consider upgrading MySQL client]
ByteFX.Data.MySqlClient.MySqlConnection.Open() +164
EComOuest.Modules.DataAccessUtil.ByteFx.DAHelper.Open()

[Exception: Une erreur de connexion à la base de donnée est survenue.]
EComOuest.Modules.DataAccessUtil.ByteFx.DAHelper.Open()
EComOuest.Modules.DataAccessUtil.ByteFx.DAHelper.GetDataSet(MySqlCommand oComm, String tableName)
EComOuest.Modules.DataAccessUtil.ByteFx.DAHelper.GetDataSet(String SQLSelect, String tableName)
EComOuest.Application.Librimmo.DataAccessLayer.DAlk_Bien_Employe.GetBienEmploye(Int32 idBien) in F:\PROJET\librimmoV3\2_website\Solution LibV3\EComOuest.Application.Librimmo\DataAccessLayer\DAlk_Bien_Employe.cs:49
EComOuest.Application.Librimmo.ServicesLayer.LkBienEmployeSVC.GetLkBienEmploye(Int32 idBien) in F:\Laurette\librimmoV3\2_website\Solution LibV3\EComOuest.Application.Librimmo\ServicesLayer\LkBienEmployeSVC.cs:80
EComOuest.Application.Librimmo.Presentation.contact.GetCollaborateur()
EComOuest.Application.Librimmo.Presentation.contact.Page_Load(Object sender, EventArgs e)
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731
___________________________________________________________________

Options: ReplyQuote


Subject
Written By
Posted
Re: Client does not support authentication protocol requested by server; consider upgrading MySQL client
September 29, 2004 09:48AM


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.