mysql出现accessdenied怎么解决?
1、打开并编辑vim /etc/my.cnf。
2、在[mysqld]下方加一行代码Add skip-grant-tables。
3、重启mysql/etc/init.d/mysql restart。
4、使用命令行连接mysqlmysql -u root -p。
5、mysql> flush privileges;。
6、返回 编辑my.cnf,删除或注释skip-grant-tables行vim /etc/my.cnf 。
7、重启mysql/etc/init.d/mysql restart。
Copyright © 广州京杭网络科技有限公司 2005-2024 版权所有 粤ICP备16019765号
广州京杭网络科技有限公司 版权所有