当前位置:   article > 正文

Access denied for user ‘root‘@‘127.0.0.1‘ (using password: YES)_access denied for user 'root'@'127.0.0.1' (using p

access denied for user 'root'@'127.0.0.1' (using password: yes)

修改权限,***是数据库连接密码
grant all privileges on *.* to root@'%' identified by '******'
flush privileges;刷新
如果在服务器上部署,将代码中连接数据库ip修改为服务器ip,不要用localhost和127.0.0.1

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/166221
推荐阅读
相关标签
  

闽ICP备14008679号