nodejs - - - - - nodejs连接数据库报错: client-does-not-support-authentication-protocol-requested-by-server
链接数据库报错:client-does-not-support-authentication-protocol-requested-by-server1.代码如下2.解决办法1.代码如下//1.导入mysql模块constmysql=require("mysql");//2.建立与MySQL数据库的连接关系constdb=mysql.createPool({host:"127.0.0.1",//数