This is a heads-up for folks considering migrating to MySQL v4 or 
v5. 

Over the weekend I upgraded to MySQL v4.1.14 and then last night 
onwards to v5.0.13. With both of these versions, running a Check 
against the database in CdC v308, message 'Client does not support 
authentication protocol requested by server; consider upgrading 
MySQL client' was displayed. 

You don't need to upgrade the client. The fix is documented on one 
of the MySQL message boards:
 
Open a MySQL command line and key the following:
 
>USE MYSQL;
>UPDATE user SET password = old_password('your_password') WHERE user 
= 'your_user'; 
>FLUSH PRIVILEGES;
 
Set 'your_password' and 'your_user' in the UPDATE to whatever user 
you use to access your CdC database. 

v308 worked fine with both versions of MySQL once those commands had 
been run.
 
Regards
Peter






------------------------ Yahoo! Groups Sponsor --------------------~--> 
Get fast access to your favorite Yahoo! Groups. Make Yahoo! your home page
http://us.click.yahoo.com/dpRU5A/wUILAA/yQLSAA/1.XolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/skychart-discussion/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




Reply via email to