1. select * from mysql.user;
    2. update mysql.user set authentication_string=password('bilibala') where user='root' and Host ='localhost';
    3. flush privileges;