Mysql的ZIP包解压之后输入密码

mysql -uroot -p密码,-u和root之间不能打空格,-p也是一样
alter user ‘root’@’localhost’identified with mysql_native_password by ‘新密码’;
新密码得用’’包起来