在开始服务的情况之下
进入mysql 更改密码:update mysql.user set authentication_string=password('新的密码') where user='root' and Host = 'localhost';
mysql> flush privileges;
mysql> quit;关闭
重启
在开始服务的情况之下
进入mysql 更改密码:update mysql.user set authentication_string=password('新的密码') where user='root' and Host = 'localhost';
mysql> flush privileges;
mysql> quit;关闭
重启