Le dimanche 6 janvier 2008, Franco A Bignone a écrit :
> OK, I will try that, good point. I thought that perhaps was
> happening something similar to a program I have for addressing
> the database, based on MySQL, that had stopped working with
> the recent versions just because they changed the login
> function call.

You can still use old passwords on new MySQL databases.
For this, on passwords needed, use 
UPDATE user set Password=OLD_PASWORD( 'Your_Password' )
WHERE User='some_user' ;
then 
FLUSH PRIVILEGES ;

This might help too 

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Hk-classes-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hk-classes-discuss

Reply via email to