FREESCO 0.3.x
ID #1233
When launching a new application I get : "Client does not support authentication protocol requested by server; consider upgrading MySQL client"
1. Connect to mysql from console with :
mysql -u root -p
2 . type password, then
mysql> SET PASSWORD FOR
-> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
where some_user is the user you want the old password method for, some_host should be "localhost" for local php scripts.
3. and then
mysql>FLUSH PRIVILEGIES;
mysql> quit
Last update: 2008-04-05 20:29
Author: PHBC50
Revision: 1.1
Print this record
Send to a friend
Show this as PDF file
Export as XML-File
You cannot comment on this entry