1. 首页
  2. 课程学习
  3. 软件测试
  4. Shell脚本整合安装Nginx+Mysql+php脚本

Shell脚本整合安装Nginx+Mysql+php脚本

上传者: 2020-12-17 04:10:14上传 PDF文件 34KB 热度 23次
[root@localhost ~]# cat auto_install_mysql5.5.sh #!/bin/bash #mysql define variables mysql_ver="5.5.60" mysql_soft="mysql-${mysql_ver}.tar.gz" mysql_dir="mysql-5.5.60" mysql_url="http://mirrors.163.com/mysql/Downloads/MySQL-5.5/$mysql_soft" function mysql_install(){ yum install wget gcc c ncurses-de
用户评论