mysql -u root -p
    net start mysql

    ALTER USER ‘root’@’localhost’ IDENTIFIED BY ‘123456’;
    1、net stop mysql 2、net start mysql