1:net stop mysql2:net start mysql
3:mysql -uroot -p,直接回车
4:use mysql
5:ALTER USER 'root'@'localhost' IDENTIFIED BY '123456';