Program Files\MySQL\MySQL Server 5.7\bin
管理员身份进入路径
net stop mysql
mysqld -nt --skip-grant-tables
重启一个cmd
管理员进入路径
mysql -u-root-p
update mysql.user set authentication_string=password('yourpassword') where user='root';
Program Files\MySQL\MySQL Server 5.7\bin
管理员身份进入路径
net stop mysql
mysqld -nt --skip-grant-tables
重启一个cmd
管理员进入路径
mysql -u-root-p
update mysql.user set authentication_string=password('yourpassword') where user='root';