1.修改MySQL的登陆设置
在MySQL的登陆配置文件中加入skip-grant-tables保存推出。
[root@localhost /]# vi /etc/my.cnf
[mysql]
skip-grant-tables
2.重新启动mysql
[root@localhost /]# service mysqld restart
3.root免密登陆
参考:
1.修改MySQL的登陆设置
在MySQL的登陆配置文件中加入skip-grant-tables保存推出。
[root@localhost /]# vi /etc/my.cnf
[mysql]
skip-grant-tables
2.重新启动mysql
[root@localhost /]# service mysqld restart
3.root免密登陆
参考: