1 Star 2 Fork 1

伊长空/Centos7_Mysql5.7自动化安装脚本

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
after_install.txt 191 Bytes
一键复制 编辑 原始数据 按行查看 历史
伊长空 提交于 2022-03-19 09:33 . 上传shell文件
#刷新环境变量
source /etc/profile
修改root密码
SET PASSWORD = PASSWORD('root');
修改root远程访问
use mysql;
update user set host = '%' where user = 'root';
flush privileges;
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Shell
1
https://gitee.com/yichangkong/Centos7_Mysql5.7_AutoInstallShell.git
git@gitee.com:yichangkong/Centos7_Mysql5.7_AutoInstallShell.git
yichangkong
Centos7_Mysql5.7_AutoInstallShell
Centos7_Mysql5.7自动化安装脚本
master

搜索帮助