mysql> use mysql; Database changed
修改密码:
mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123'; Query OK, 0 rows affected (0.18 sec)
刷新权限:
mysql> flush privileges; Query OK, 0 rows affected (0.01 sec)
计算机网络/计算机科学与应用/系统/运维/开发
mysql> use mysql; Database changed
修改密码:
mysql> alter user 'root'@'localhost' identified with mysql_native_password by '123'; Query OK, 0 rows affected (0.18 sec)
刷新权限:
mysql> flush privileges; Query OK, 0 rows affected (0.01 sec)
微信小程序 https://www.javascriptcn.com/interview-weixinapp/677f48463d78df11d950b260.html