首先运行 vi /etc/my.cnf,添加skip-grant-tables保存,
然后重启服务 service mysqld restart,
这时不需密码,可以直接登陆mysql,通过update语句,修改
update mysql.user set authentication_string=password('MyAegis131423!') where user='root' ;然后重启服务 service mysqld restart,
这时不需密码,可以直接登陆mysql,通过update语句,修改
update mysql.user set authentication_string=password('MyAegis131423!') where user='root' ;