MyODBC 3.51.10

2005-01-04 Thread Erich Beyrent
I somehow managed to download and install MyODBC 3.51.10 on my XP box, and
it connects with no problems to my database server running version 4.1.7.

However, it seems that MySQL is only allowing downloads for 3.51.9, and when
I installed it on my Server 2003 and attempted to connect, I get the
following error:

Client does not support authentication protocol requested
by server; consider upgrading MySQL client

I can only assume it's because of the older driver?


Best regards,

Erich Beyrent
Systems Administrator
Information Technology Services
Plymouth State University
(603) 535-2948
[EMAIL PROTECTED]

Si vis pacem para bellum 


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: MyODBC 3.51.10

2005-01-04 Thread J.R. Bullington
You need to set the OLD_PASSWORDS variable in the [MYSQLD] section of the 
my.ini file. 

Set-variable = old_passwords=1

It's not the ODBC, but your version of MySQL. 4.0.x uses 1 variant of password 
hashing, 4.1.x uses a
more secure one that will be covered in MyODBC 3.53 (coming soon...).

J.R.


-Original Message-
From: Erich Beyrent [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, January 04, 2005 2:53 PM
To: mysql@lists.mysql.com
Subject: MyODBC 3.51.10

I somehow managed to download and install MyODBC 3.51.10 on my XP box, and it 
connects with no
problems to my database server running version 4.1.7.

However, it seems that MySQL is only allowing downloads for 3.51.9, and when I 
installed it on my
Server 2003 and attempted to connect, I get the following error:

Client does not support authentication protocol requested by server; consider 
upgrading MySQL client

I can only assume it's because of the older driver?


Best regards,

Erich Beyrent
Systems Administrator
Information Technology Services
Plymouth State University
(603) 535-2948
[EMAIL PROTECTED]

Si vis pacem para bellum 


--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: MyODBC 3.51.10

2005-01-04 Thread Erich Beyrent
 You need to set the OLD_PASSWORDS variable in the [MYSQLD] section of the
my.ini file. 
 
 Set-variable = old_passwords=1
 
 It's not the ODBC, but your version of MySQL. 4.0.x uses 1 variant of
password hashing, 4.1.x uses a more  
 secure one that will be covered in MyODBC 3.53 (coming soon...).
 
 J.R.

I did read that in the manual, but I was confused as to why I get the error
on one pc and not the other.  I am also somewhat confused as to why I have
3.51.10 on one pc, but cannot find it anymore for my other.  Did it get
pulled from the website?

-Erich-


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]



RE: MyODBC 3.51.10

2005-01-04 Thread Tom Crimmins
4.1 auth is not supported until MyODBC 3.51.10. I don't know why the win
binaries are not on the download page anymore, though the source is there.
Here is a mirror with the windows binaries.

http://mysql.netvisao.pt/Downloads/MyODBC3/MyODBC-3.51.10-x86-win-32bit.exe


---
Tom Crimmins
Interface Specialist
Pottawattamie County, Iowa

-Original Message-
From: Erich Beyrent
Sent: Tuesday, January 04, 2005 2:53 PM
To: 'J.R. Bullington';Subject: RE: MyODBC 3.51.10

 You need to set the OLD_PASSWORDS variable in the [MYSQLD] section of 
 the
my.ini file. 
 
 Set-variable = old_passwords=1
 
 It's not the ODBC, but your version of MySQL. 4.0.x uses 1 variant of
password hashing, 4.1.x uses a more  
 secure one that will be covered in MyODBC 3.53 (coming soon...).
 
 J.R.

I did read that in the manual, but I was confused as to why I get the error
on one pc and not the other.  I am also somewhat confused as to why I have
3.51.10 on one pc, but cannot find it anymore for my other.  Did it get
pulled from the website?

-Erich-

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:http://lists.mysql.com/[EMAIL PROTECTED]