连接数据库时提示The server requested authentication method unknown to the client

连接数据库时提示The server requested authentication method unknown to the client

Ezra
2025-02-20 / 0 评论 / 6 阅读 / 正在检测是否收录...

-- 修改现有用户
ALTER USER 'your_username'@'localhost' IDENTIFIED WITH mysql_native_password BY 'your_password';
FLUSH PRIVILEGES;

0

评论 (0)

取消