修改Mysql密码

ALTER USER 'root'@'localhost' IDENTIFIED WITH mysql_native_password BY 'password'

你可能感兴趣的:(mysql,数据库)