当前位置:网站首页>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
边栏推荐
- Script for unity3d to recursively search for a node with a specific name from all child nodes of a node
- LeetCode-219. Duplicate Element II present
- LeetCode-1490. Clone n-ary tree
- Using hidden Markov model to mark part of speech
- JS变量作用域
- Remap function of C different interval mapping
- Bert use
- Leetcode January 10 daily question 306 Additive number
- Multithreading (4) -- no lock (3) -- longadder source code
- Sensor bringup 中的一些问题总结
猜你喜欢

Multithreading (V) -- Concurrent tools (II) -- j.u.c concurrent contracting (I) -- AQS and reentrantlock principles

Trunet: short videos generation from long videos via story preserving truncation (thesis translation)

N-degree Bessel curve

Leetcode personal question solution (Sword finger offer3-5) 3 Duplicate number in array, 4 Find in 2D array, 5 Replace spaces

Redis queue

AI operation ch8

Touch screen setting for win7 system dual screen extended display

MNIST handwritten data recognition by CNN

LeetCode-1490. Clone n-ary tree

(UE4 4.27) add globalshder to the plug-in
随机推荐
On the normalization of camera rotation interpolation
Multithreading (2) -- pipeline (2) -- synchronized underlying monitor, lightweight, biased lock, lock inflation
Chartextcnn (Ag dataset - news topic classification)
Logistic regression model
Automatic modeling of Interchange
LeetCode-1576. Replace all question marks
. Net core and Net framework comparison
. Net core - pass Net core will Net to cross platform
RNN implementation regression model
LeetCode-1445. Apples and oranges
Single channel picture reading
Leetcode January 13 daily question 747 At least twice the maximum number of other numbers
SQL注入——联合查询union
cv2.fillPoly coco annotator segment坐标转化为mask图像
What states do threads have?
LeetCode-1303. Team size
AI operation ch8
The first principle of thinking method
Redis队列
SQLite cross compile dynamic library