mysql8使用root连接错误
错误内容:The server requested authentication method unknown to the client
解决:
use mysql;
ALTER USER root IDENTIFIED WITH mysql_native_password BY 'PASSWORD';
错误内容:The server requested authentication method unknown to the client
解决:
use mysql;
ALTER USER root IDENTIFIED WITH mysql_native_password BY 'PASSWORD';