Configure mysql + php (ThinkPHP) + nginx and centosthinkphp in centos 7
Recently, I deployed my website on the Linux platform by configuring servers !), Take notes!
1. First, install mysql under centos (refer to the blog)
The mysql yum Library
Install and configure LAMP (Linux + Apache + MySQL + PHP) in Centos. For more information about LAMP, see Baidu Google, today, we will introduce how to install a web server in Centos. First, let's talk about my host and network environment
What is PHP-FPMPHP-FPM is a PHPFastCGI manager, is only for PHP, PHP-FPM is actually a patch of PHP source code, designed to integrate FastCGI process management into PHP package. You must patch it to your PHP source code before it can be used after
Install and configure PHP 7.1.12 in CentOS 7
Linux: CentOS 7
Record the installation and configuration process of PHP 7.1.12 in CentOS 7.
Install the dependent package first
Yum install
Pcre-devel zlib-devel openssl-devel gd-devel libjpeg-devel
What is PHP-FPM
PHP-FPM is a PHP fastcgi manager that is used only for PHP,
PHP-FPM is actually a patch of PHP source code designed to integrate FASTCGI process management into a PHP package. It must be patch into your PHP source code and can be
Use the yum command provided by CentOS Linux to install and upgrade the library.
1. change yum source to NetEase source to increase speed
Vi/etc/yum. repos. d/CentOS-Base.repoThe changes are as follows:
# CentOS-Base.repo
#
# This file uses a
First, install MySQLAt present, the Web server has rarely run static pages, if you want to run a dynamic site that of course, can not be separated from the database, although in the previous article has written how to install MySQL, but feel for a
What is PHP-FPMPHP-FPM is a PHP FastCGI manager that is only used for PHP,PHP-FPM is actually a patch of PHP source code, designed to integrate FastCGI process management into the PHP package. You must patch it to your PHP source code before using
Install and configure LAMP (Linux + Apache + MySQL + PHP) in Centos. For more information about LAMP, see Baidu Google, today, we will introduce how to install a web server in Centos. First, let's talk about my host and network environment: the host
After changing my work, I have been busy with the LINUX system architecture, and have gone through the pains of never understanding too much to be familiar with others. In the course of work, Baidu has always been the preferred search engine. But
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.