当前位置:Gxlcms >
数据库问题 >
MySQL Access denied for user root@localhost 解决方法
MySQL Access denied for user root@localhost 解决方法
时间:2021-07-01 10:21:17
帮助过:14人阅读
--user=mysql --skip-grant-tables --skip-networking &
# mysql -
u root mysql
mysql> UPDATE user SET Password=PASSWORD(
‘newpassword‘)
where USER=
‘root‘;
mysql>
FLUSH PRIVILEGES;
mysql> quit
重新启动 LNMP。
参考:
mysql Access denied for user root@localhost错误解决方法总结
MySQL Access denied for user root@localhost 解决方法
标签: