Linux环境下安装mysql8以后没有密码如何添加/修改
时间:2021-07-01 10:21:17
帮助过:14人阅读
mysql
alter user‘root‘@
‘localhost‘ identified
by ‘新密码‘;
alter user‘root‘@
‘localhost‘ identified
with mysql_native_password
by ‘新密码‘;
Linux环境下安装mysql8以后没有密码如何添加/修改
标签:修改 bsp host cal user linu 添加 native 如何