摘要: ubuntu20.04上边部署了一个新的mysql服务,默认没密码,想要修改密码。 使用如下手段 第一种:ALTER USER 'root'@'localhost' IDENTIFIED BY '密码'; 第二种: update user set authentication_string=pass 阅读全文
posted @ 2020-08-31 09:30 r1ch4rd_L 阅读(3534) 评论(0) 推荐(1) 编辑