关于Client does not support authentication protocol requested by server的解决方法
来源:6-6 API对接mysql(博客列表)

枯萎食客
2019-11-26
写回答
2回答
-
慕斯卡752205
2019-11-29
Execute the following query in MYSQL Workbench
ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'
Where root as your user localhost as your URL and password as your password
00 -
双越
2019-11-26
是的。常见问题,按照这种方法即可解决。
00
相似问题