摘要:
安装Nginx 下载和解压Nginx # cd /usr/local/src # wget http://nginx.org/download/nginx-1.10.3.tar.gz # tar zxvf nginx-1.10.3.tar.gz 配置编译选项 # cd nginx-1.10.3 # 阅读全文
posted @ 2020-01-02 15:46
由衷呆滞
阅读(157)
评论(0)
推荐(0)
摘要:
一 安装MYSQL # cd /usr/local/src # wget http://mirrors.sohu.com/mysql/MYSQL-5.6/mysql-5.6.35-linux-glibc2.5-x86_64.tar.gz # tar zxvf mysql-5.6.35-linux-g 阅读全文
posted @ 2020-01-02 15:16
由衷呆滞
阅读(225)
评论(0)
推荐(0)