1.update MySQL.user set
authentication_string=password('root') where user='root';
2.flush privileges;
1.update MySQL.user set
authentication_string=password('root') where user='root';
2.flush privileges;
9413
3539
294