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