1 Star 0 Fork 0

云尚禅/autoinstall

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
modify_pass.sql 216 Bytes
一键复制 编辑 原始数据 按行查看 历史
云尚禅 提交于 2021-03-18 09:59 . first version
set global validate_password_policy=0;
set global validate_password_length=1;
ALTER USER 'root'@'localhost' IDENTIFIED BY '111111';
use mysql;
update user set user.Host='%' where user.User='root';
flush privileges;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/qinchun2000/autoinstall.git
[email protected]:qinchun2000/autoinstall.git
qinchun2000
autoinstall
autoinstall
master

搜索帮助