You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用npm run start启动项目时提示Access denied for user 'root'@'localhost' (using password: YES);
-本地mysql密码设置的是123456,使用命令行mysql -uroot -p可以登录,但是在代码中将默认的root密码改为123456就报错。
使用
npm run start启动项目时提示Access denied for user 'root'@'localhost' (using password: YES);-本地mysql密码设置的是123456,使用命令行
mysql -uroot -p可以登录,但是在代码中将默认的root密码改为123456就报错。是不是使用纯数字的密码有问题?我是用的是win10系统,mysql是5.7.22