mysql 安装以及alter user更新密码
2021-04-11 本文已影响0人
bfx1000
安装mysql
https://www.runoob.com/mysql/mysql-install.html
更改密码
alter user 'root'@'localhost' identified by '123456';
安装mysql
https://www.runoob.com/mysql/mysql-install.html
更改密码
alter user 'root'@'localhost' identified by '123456';