Re: Perl and Mysql -

Re: Perl and Mysql -

 

  

The handling of password was changed in version 4.1.
The following command executed in the new database will resolve the problem.

SET PASSWORD FOR 'cache'@'localhost' = OLD_PASSWORD('cache');

Replace 'cache' with the actual name of your database.

--Raffa


----- Original Message -----
From: "henrysteinhauer"
<mysqldba-ezmlmshield-x303557.[Email address protected]
To: "LazyDBA Discussion" <[Email address protected]
Sent: Monday, May 02, 2005 6:22 AM
Subject: Perl and Mysql -


>
> I recently tried to upgrade from 4.0 to 4.1 - but the Perl DBD::mysql
> did not connect properly to the new Mysql -
>
> Any clues ? I did upgrade to the latest 2.9 version of the DBD::Mysql --
> but even that did not seem to work.
>
>
>
> Henry
>
>
>
>
> ---------------------------------------------------------------------
> TO REPLY TO EVERBODY , PLEASE CLICK REPLY-ALL, NOT JUST REPLY
> To unsubscribe, e-mail: mysqldba-[Email address protected]
> Website : http://www.LazyDBA.com
>
>



MySQL LazyDBA home page