编写脚本: [root@localhost ~]# vim /shell/lnmp.sh #!/bin/bash yum -y install epel-release &> /dev/null yum -y clean all &> /dev/null yum -y install nginx p ...
分类:
系统相关 时间:
2020-06-21 20:02:38
阅读次数:
57
环境LNMP php 7.3 mysql 5.6 报错 SQLSTATE[HY000]: General error: 1128 Function 'ngram' is not defined (SQL: CREATE FULLTEXT INDEX content ON `testposts` (` ...
分类:
数据库 时间:
2020-06-21 13:40:44
阅读次数:
75
配置环境 系统版本:centos7 nginx版本: nginx-1.14.2 mysql版本: php版本:PHP 5.4.16 一键安装脚本源码 1 #!/bin/bash 2 # 关闭防火墙与selinux 3 systemctl stop firewalld.service && seten ...
分类:
系统相关 时间:
2020-06-18 21:50:12
阅读次数:
91
在 Ubuntu 系统中,可以使用 apt-get 命令来搭建 LNMP环境。这种方式较编译方式安装更加简便,因此选择使用该方式来搭建环境以供学习,如果不是使用root账号登录系统,请在每句命令前加 sudo ... 来临时获取root权限。现在网上常见的教程中或多或少都会出现一些坑,本文将这些容易 ...
分类:
数据库 时间:
2020-06-16 01:06:50
阅读次数:
74
MySQL5.7.30、Nginx1.19.0、PHP5.6.40、phpMyAdmin4.9.5源码安装;虚拟机wordpress、discuz双网站部署
分类:
Web程序 时间:
2020-06-15 16:16:25
阅读次数:
77
环境1、关闭防火墙[root@localhost~]#systemctldisable--nowfirewalld2、关闭selinux[root@localhost~]#sed-i‘s/SELINUX=enforcing/SELINUX=disabled/‘/etc/selinux/config&&reboot#开启ip转发echo"net.ipv4.i
分类:
其他好文 时间:
2020-06-15 16:09:56
阅读次数:
71
1,/etc/init.d/目录下缺少nginx默认启动脚本 vim /etc/init.d/nginx 新建脚本文件,然后把下面的代码复制进去 #! /bin/sh # chkconfig: 2345 55 25 # Description: Startup script for nginx we ...
分类:
其他好文 时间:
2020-06-13 18:54:10
阅读次数:
69
CentOS7——搭建LNMP环境(WordPress个人博客系统案例) ...
分类:
其他好文 时间:
2020-06-12 13:02:50
阅读次数:
52
Docker若未安装Docker,可参考以下资料进行安装:https://books.studygolang.com/docker_practice/install/ Nginx1. 拉取镜像 docker pull nginx 2. 运行容器(1)创建项目程序根目录,编写一个简单测试的html文件 ...
分类:
其他好文 时间:
2020-06-11 21:45:33
阅读次数:
64
配置读写分离数据库注意点: 此服务配置文件注释不能用#号; 如果/usr/local/mycat/conf/server.xml里: 最后四行没删除成功在运行服务的时候日志报错会出现: The content of element type "user" must match "(property) ...
分类:
数据库 时间:
2020-06-09 20:47:02
阅读次数:
96