6
What happens?
在使用egg-sequelize连接mysql数据库的时候,出现Access denied for user 'root'@'localhost' (using password: NO)
在终端进行输入的时候,通过用户名和密码是可以进入到mysql控制台的
单独在项目下使用sequelize进行连接,是完全没问题的(test.js是我的测试文件),我估计问题是出现在egg-sequelize上面
Mini Showcase Repository(REQUIRED)
https://github.com/lenLch/manual-example(这是我的仓库地址)