The following tutorial column of centos will introduce to you how to use yum to install the lnmp environment in centos7. I hope it will be helpful to friends in need!

Update yum source
yum update
yum install nginx
Install nginx latest sourceyum localinstall http://nginx. org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpmyum repolist enabled | grep "nginx*"
Install nginxyum -y install nginx
Start nginx
| service nginx start |
Set nginx server to start automatically after booting
systemctl enable nginx.service
Check whether the automatic setting at boot is successfulsystemctl list-dependencies | grep nginx
Use yum to install mysql5. 7
Install mysql sourceyum -y localinstall http://dev.mysql.com/get/mysql57-community-release-el7-7.noarch.rpmyum repolist enabled | grep "mysql.*-community.*"
Install mysqlyum -y install mysql-community-server install mysql-community-devel
Start mysql
service mysqld start
Check whether mysql starts normallyservice mysqld status or ps -ef | grep mysql
Set the mysqld service Auto-start at bootsystemctl enable ysqld.service
Check whether mysqld auto-start is set successfullysystemctl list-dependencies | grep mysqld
mysql5.7 In the future, the security mechanism will be strengthened, so use yum to install it. The system will automatically generate a random password at startup and change the mysql password; check the random password of mysqlgrep 'temporary password' /var/log/mysqld .log
Use the random password obtained from the query to log in at the terminal
mysql -u root -p Change password (mysql document stipulates that the password must include uppercase and lowercase letters and numbers plus special symbols > 8 digits)ALTER USER 'root'@'localhost' IDENTIFIED BY 'Yourpassword';
Exit the mysql client and log in with the password you just changed to ensure the password change is successfulexit;mysql -u root -p
Install php7.1
Install php sourcerpm -Uvh https://dl.fedoraproject.org/pub/ epel/epel-release-latest-7.noarch.rpmrpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm
Check whether the source is installed successfullyyum repolist enabled | grep "webtatic*"
Install php extension sourceyum -y install php71w php71w-fpm
yum -y install php71w-mbstring php71w-common php71w-gd php71w-mcryptyum -y install php71w-mysql php71w-xml php71w-cli php71w-devel
yum -y install hp71w-pecl-memcached php71w-pecl-redis php71w-opcache
Verify whether php7.1.x and extensions are installed successfullyphp -v
Verify whether the corresponding extension is installed successfully
php -m
Set php-fpm and detect the running status of php-fpm
Start php-fpm: service php-fpm star
Check whether the startup is successful: service php-fpm status
Set the auto-start at boot: systemctl enable php-fpm.service
Check whether the auto-start is set successfullysystemctl list-dependencies | grep php -fpmps -ef | grep php-fpm
##YUM Install PHP7.4
1.Install source
yum install epel-releaseyum install rpms.remirepo.net/enterprise/remi-r...
2.Installation YUM management tool
yum install yum-utilsView PHP (you can ignore this step)
yum search php73yum search php74
Install PHP
yum install php74-php-gd php74-php-pdo php74-php-mbstring php74-php-cli php74-php-fpm php74-php- mysqlndStart FPM
service php74-php-fpm startThe above is the detailed content of How to use yum to install lnmp environment in centos7. For more information, please follow other related articles on the PHP Chinese website!
What Comes After CentOS: The Road AheadApr 16, 2025 am 12:07 AMAlternatives to CentOS include RockyLinux, AlmaLinux, OracleLinux, and SLES. 1) RockyLinux and AlmaLinux provide RHEL-compatible binary packages and long-term support. 2) OracleLinux provides enterprise-level support and Ksplice technology. 3) SLES provides long-term support and stability, but commercial licensing may increase costs.
CentOS: Exploring the AlternativesApr 15, 2025 am 12:03 AMAlternatives to CentOS include UbuntuServer, Debian, Fedora, RockyLinux, and AlmaLinux. 1) UbuntuServer is suitable for basic operations, such as updating software packages and configuring the network. 2) Debian is suitable for advanced usage, such as using LXC to manage containers. 3) RockyLinux can optimize performance by adjusting kernel parameters.
Centos shutdown command lineApr 14, 2025 pm 09:12 PMThe CentOS shutdown command is shutdown, and the syntax is shutdown [Options] Time [Information]. Options include: -h Stop the system immediately; -P Turn off the power after shutdown; -r restart; -t Waiting time. Times can be specified as immediate (now), minutes ( minutes), or a specific time (hh:mm). Added information can be displayed in system messages.
Difference between centos and ubuntuApr 14, 2025 pm 09:09 PMThe key differences between CentOS and Ubuntu are: origin (CentOS originates from Red Hat, for enterprises; Ubuntu originates from Debian, for individuals), package management (CentOS uses yum, focusing on stability; Ubuntu uses apt, for high update frequency), support cycle (CentOS provides 10 years of support, Ubuntu provides 5 years of LTS support), community support (CentOS focuses on stability, Ubuntu provides a wide range of tutorials and documents), uses (CentOS is biased towards servers, Ubuntu is suitable for servers and desktops), other differences include installation simplicity (CentOS is thin)
Centos configuration IP addressApr 14, 2025 pm 09:06 PMSteps to configure IP address in CentOS: View the current network configuration: ip addr Edit the network configuration file: sudo vi /etc/sysconfig/network-scripts/ifcfg-eth0 Change IP address: Edit IPADDR= Line changes the subnet mask and gateway (optional): Edit NETMASK= and GATEWAY= Lines Restart the network service: sudo systemctl restart network verification IP address: ip addr
How to install centosApr 14, 2025 pm 09:03 PMCentOS installation steps: Download the ISO image and burn bootable media; boot and select the installation source; select the language and keyboard layout; configure the network; partition the hard disk; set the system clock; create the root user; select the software package; start the installation; restart and boot from the hard disk after the installation is completed.
Centos8 restarts sshApr 14, 2025 pm 09:00 PMThe command to restart the SSH service is: systemctl restart sshd. Detailed steps: 1. Access the terminal and connect to the server; 2. Enter the command: systemctl restart sshd; 3. Verify the service status: systemctl status sshd.
How to restart the network in centos8Apr 14, 2025 pm 08:57 PMRestarting the network in CentOS 8 requires the following steps: Stop the network service (NetworkManager) and reload the network module (r8169), start the network service (NetworkManager) and check the network status (by ping 8.8.8.8)


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

WebStorm Mac version
Useful JavaScript development tools

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft







