Re: MySQL 4.1+ Password Incompatibility
- From: mlists@xxxxxxxxxxxxxxx (JupiterHost.Net)
- Date: Thu, 25 Aug 2005 10:51:08 -0500
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 compatible with MySQL 4.1's authentication protocol.
You're only two options are:
1) just use old_passwords (IE it has to be in ~/.my.cnf for CLI use = MySQL issue not Perl)
2) update your privileges to 4.1 auth schema
3) go back to 4.0 or whatever
You may find other options from the mysql folks :)
HTH :) Lee.M - JupiterHost.Net .
- References:
- MySQL 4.1+ Password Incompatibility
- From: Shawn Iwinski
- MySQL 4.1+ Password Incompatibility
- Prev by Date: RE: Connect failure: OCIEnvNlsCreate (check ORACLE_HOME and NLS settings etc.)
- Next by Date: Re: MySQL 4.1+ Password Incompatibility
- Previous by thread: MySQL 4.1+ Password Incompatibility
- Next by thread: Re: MySQL 4.1+ Password Incompatibility
- Index(es):
Relevant Pages
|
|