5 messages in com.mysql.lists.win32Re: Connection problem
FromSent OnAttachments
Greg Quinn23 Mar 2004 02:58 
Greg Quinn23 Mar 2004 03:33 
Andrew23 Mar 2004 03:35 
Greg Quinn23 Mar 2004 04:03 
Matt W28 Mar 2004 02:24 
Subject:Re: Connection problem
From:Greg Quinn (gr@i-online.co.za)
Date:03/23/2004 03:33:52 AM
List:com.mysql.lists.win32

Well, after doing some research, I found that I need to set the old-passwords option to true....

But now I am trying to set the option in the command line when installing the service, but I get the error, unknown option --install

Here is my command

mysqld --install mysqlDBService --defaults-file=C:\officiumdata\officiumdata.ini --old-passwo rds=TRUE

Thanks

----- Original Message ----- From: "Greg Quinn" <gr@i-online.co.za> To: <win@lists.mysql.com> Sent: Tuesday, March 23, 2004 12:58 PM Subject: Connection problem

I have been connecting to a mySql database from an asp.net app successfully. But now the time has come when I need to put in a password for my root user.

I have done so successfully, but when I try to connect with my asp.net app I get the following error...

ERROR [HY000] [MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading MySQL client ERROR [HY000] [MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading MySQL client Here is the connectionstring I am using

DRIVER={MySQL ODBC 3.51 Driver};SERVER=localhost;DATABASE=mydb;UID=root;PASSWORD=mypassword;OPTION=3 ;PORT=3305;"

What is wrong here?

Thanks