当前位置:网站首页>PHP development environment construction and database addition, deletion, modification and query
PHP development environment construction and database addition, deletion, modification and query
2022-06-12 06:24:00 【Cwillchris】
Experimental environment :
centos7(192.168.98.66)
The experimental steps :
1、LAMP Environment building
Turn off the firewall and disable boot
[[email protected] ~]# systemctl disable --now firewalld
notes : disable # It is forbidden to start the machine automatically .
--now # Immediate effect , Adding this parameter will immediately stop
firewalld Firewall service . Equivalent to the following two commands :
[[email protected] ~]# systemctl disable firewalld
[[email protected] ~]# systemctl stop firewalld
Temporarily Closed selinux, Prevent the permission configuration in our environment from being affected later
[[email protected] ~]# setenforce 0
Permanent ban selinux
[[email protected] ~]# sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config
边栏推荐
- Multithreading Foundation (XI) -- prevent CPU from occupying 100%
- PHP一句话木马深度详细剖析
- The vs 2019 community version Microsoft account cannot be logged in and activated offline
- 单通道图片的读入
- (UE4 4.27) add globalshder to the plug-in
- MNIST handwritten data recognition by RNN
- BRDF of directx11 advanced tutorial PBR (2)
- Word vector training based on nnlm
- Unreal Engine learning notes
- LeetCode-884. Unusual words in two sentences
猜你喜欢

Pytorch implementation of regression model

IBL of directx11 advanced tutorial PBR (3)

SQLite cross compile dynamic library

LeetCode-419. Battleship on deck

夜神模擬器adb查看log

Redis basic notes

Bert use

Simple spiral ladder generation for Houdini program modeling

Bert Chinese classification model training + reasoning + deployment

MNIST handwritten data recognition by RNN
随机推荐
Multithreading (2) -- pipeline (4) -- Park and unpark
MLP sensor
Zip and Items() difference
LeetCode-1154. Day of the year
Univariate linear regression model
Multithreading (V) -- Concurrent tools (II) -- j.u.c concurrent contracting (I) -- AQS and reentrantlock principles
勤于奋寻找联盟程序方法介绍
Analysis of memory management mechanism of (UE4 4.26) UE4 uobject
Highlight detection with pairwise deep ranking for first person video summary (thesis translation)
Redis application (I) -- distributed lock
Word vector training based on nnlm
Logistic regression model
AI operation ch8
Tips for using the potplayer video player
MNIST handwritten data recognition by CNN
LeetCode-419. Battleship on deck
Multithreading (4) -- no lock (3) -- longadder source code
Redis queue
Script for unity3d to recursively search for a node with a specific name from all child nodes of a node
GET 和 POST 的区别及留言板代码实现