-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
启动时提示Access denied for user 'root'@'localhost' (using password: YES)的问题 #30
Comments
我也遇到了同样的问题,解决了吗? |
你好,这个问题解决了吗?我也是同样的问题,我设置的密码是英文也报错,还没尝试改为root,但是改了代码依然会提示 |
这个我暂时跳过了mysql的权限验证解决了,但是还是没能启动成功
TypeError [ERR_INVALID_CALLBACK]: Callback must be a function |
版本问题,参考 #26 |
添加 uncaughtException 和 unhandledRejection 并不能修复问题,只能保证发生异常时服务不退出 |
好吧,但是它卡在这里都没法运行起来怎么解决呢 |
使用
npm run start
启动项目时提示Access denied for user 'root'@'localhost' (using password: YES)
;-本地mysql密码设置的是123456,使用命令行
mysql -uroot -p
可以登录,但是在代码中将默认的root密码改为123456就报错。是不是使用纯数字的密码有问题?我是用的是win10系统,mysql是5.7.22
The text was updated successfully, but these errors were encountered: