Issue
phalcon official website demo
"Exception:SQLSTATE[HY000] [2054] The server requested authentication method unknown to the client"
I can’t get answer from Google or other ways.
Solution
Do this:
ALTER USER ‘root’@’localhost’ IDENTIFIED WITH mysql_native_password BY ‘root’;
It’s ok~
Answered By – dawnchen
This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0