摘要: 本文环境基于 CentOS 7 1)安装 Nginx # yum install nginx # systemctl enable nginx.service# systemctl start nginx.service 2)安装 mariadb # yum install mariadb-serv 阅读全文
posted @ 2018-03-29 10:34 leooys 阅读(294) 评论(0) 推荐(0)
摘要: 举例1) 建立自启动的命令如下: # systemctl enable nginx.service Created symlink from /etc/systemd/system/multi-user.target.wants/nginx.service to /usr/lib/systemd/s 阅读全文
posted @ 2018-03-29 09:27 leooys 阅读(1305) 评论(0) 推荐(1)
摘要: 原文: MySql (MariaDB) crashes on small RAM VPS, what to do Recently I encountered one weird problem, my MariaDB database started to crash from time to t 阅读全文
posted @ 2018-03-29 09:12 leooys 阅读(374) 评论(0) 推荐(0)