05 2018 档案

摘要:0.彻底删除win10上安装的mysql(转载 : https://www.cnblogs.com/jpfss/p/6652701.html) 1.去官网下载mysql-8.0.11-winx64.zip安装包解压到指定目录(D:\Program Files\mysql) 2.在mysql解压目录新 阅读全文
posted @ 2018-05-18 11:27 走走~停停 阅读(2394) 评论(0) 推荐(0)
摘要:systemctl命令是系统服务管理器指令,它实际上将service和chkconfig这两个命令组合到一起 阅读全文
posted @ 2018-05-03 16:51 走走~停停 阅读(158) 评论(0) 推荐(0)
摘要:下载yum源 yum -y install wget cd /etc/yum.repos.d/ wget http://mirrors.aliyun.com/repo/Centos-7.repo 备份系统yum源,使用阿里云yum源 mv CentOs-Base.repo CentOs-Base.repo.bak mv Centos-7.repo CentOs-Base.repo ... 阅读全文
posted @ 2018-05-03 16:14 走走~停停 阅读(169) 评论(0) 推荐(0)
摘要:一.下载源码,安装依赖环境 二、配置Nginx安装选项 三、启动、停止、重启 四、配置nginx开机启动脚本 vim /etc/init.d/nginx chmod a+x /etc/init.d/nginx service nginx start | stop | reload | restart 阅读全文
posted @ 2018-05-03 16:06 走走~停停 阅读(144) 评论(0) 推荐(0)