Re: MySQL 4.1+ Password Incompatibility

2005-08-25 Thread Ron Savage
On Thu, 25 Aug 2005 09:00:37 -0700 (PDT), William R. Mussatto wrote: Hi William > Does anyone know of activestate's DBD::mysql has been rebuilt yet? > Bumped my forhead against that problem awhile back. Thanks You could try here http://cpan.uwinnipeg.ca/search?query=DBD%3A%3Amysql&mode=module

Re: MySQL 4.1+ Password Incompatibility

2005-08-25 Thread William R. Mussatto
Paul DuBois said: > You'll need to rebuild DBD::mysql linked against a 4.1 MySQL client > library. > > > On 8/25/05 8:38, "Shawn Iwinski (siwinski)" <[EMAIL PROTECTED]> wrote: > >> I'm having trouble getting DBI connect to a MySQL 4.1+ server. I have >> to use MySQL's OLD_PASSWORD to set the passw

MySQL 4.1+ Password Incompatibility

2005-08-25 Thread Shawn Iwinski \(siwinski\)
I'm having trouble getting DBI connect to a MySQL 4.1+ server. I have to use MySQL's OLD_PASSWORD to set the password on the server in order for DBI to connect. This means less secure passwords for MySQL -- 41 byte hashes instead of 45 byte hashes. Could someone assist in helping me connect to M

Re: MySQL 4.1+ Password Incompatibility

2005-08-25 Thread Paul DuBois
You'll need to rebuild DBD::mysql linked against a 4.1 MySQL client library. On 8/25/05 8:38, "Shawn Iwinski (siwinski)" <[EMAIL PROTECTED]> wrote: > I'm having trouble getting DBI connect to a MySQL 4.1+ server. I have > to use MySQL's OLD_PASSWORD to set the password on the server in order >

Re: MySQL 4.1+ Password Incompatibility

2005-08-25 Thread JupiterHost.Net
Shawn Iwinski (siwinski) wrote: I'm having trouble getting DBI connect to a MySQL 4.1+ server. I have to use MySQL's OLD_PASSWORD to set the password on the server in order This isn't a DBI issue, the problem is that the passwords in your privilage tables (IE from 3.x or 4.0) are not compa