Client does not support authentication protocol requested by server; consider...
连接数据库报错解决
- Client does not support authentication protocol requested by server; consider upgrading MySQL client
- mysql> SET PASSWORD FOR
- -> 'some_user'@'some_host' = OLD_PASSWORD('newpwd');
- mysql> FLUSH PRIVILEGES;
编辑回复