📌  相关文章
📜  code: 'ER_NOT_SUPPORTED_AUTH_MODE', errno: 1251, sqlMessage: '客户端不支持服务器请求的认证协议;考虑升级 MySQL 客户端', sqlState: '08004', fatal: true - SQL 代码示例

📅  最后修改于: 2022-03-11 15:04:56.694000             🧑  作者: Mango

代码示例5
You have to reconfigure MySQL Server. for that follow these steps.

1) Open mysql intsaller.

2) Click on Reconfigure (to the left mysql server)

3) Go to Authentication method tab (by clicking on Next twice.)

4) Then select the radio button Use Legacy Authentication Method. Click Next.

5) Enter your password. Click on Check. Go to Apply Configuration (by clicking on Next twice).

6) Click on Execute. Then Finish.