更改密码、用户名、授权
2018-04-15 本文已影响17人
Eternal丶星空
update mysql.user set authentication_string=password('simplelab') where user='simplelab';
image.png
update mysql.user set authentication_string=password('simplelab') where user='simplelab';
image.png