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

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY '123456';

原文地址:https://www.cnblogs.com/RambleLife/p/9603808.html