Client does not support authentication protocol requested by server; consider upgrading MySQL client

问题:

/!\ FAILSAFE /!\  Sun Mar 23 02:56:01 +0800 2014
Status: 500 Internal Server Error
Client does not support authentication protocol requested by server; consider upgrading MySQL client

解决方法:

set password for 'root'@'localhost' = old_password('PASSWORD');

 

THE END