Google Cloud Google Cloud Server Configuration LNMP Environment PHP+Mysql+Nginx Installation Detailed Explanation

Google Cloud Server Configuration If you want to do your job well, you must first sharpen your tools. Sharpening the knife makes the work easier. First build the server LNMP environment, then build the web site. Without a good PHP environment, there will be more trouble later. I have talked about manually installing and deploying the PHP environment before. Today, I will talk about how to use the dnf command on the Google Cloud Server to manually install the PHP+Mysql+Nginx environment without using a third-party panel.

phpMyAdmin Database Management

phpMyAdmin is a free software tool written in PHP, designed to handle MySQL administration on the web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Common operations (managing databases, tables, columns, relations, indexes, users, permissions, etc.) can be performed through the user interface, while you can still execute any SQL statement directly.

MySQL database

MySQL is the most popular relational database management system. In terms of WEB applications, MySQL is one of the best RDBMS (Relational Database Management System) application software.

Docker Introduction: Understand the three core features of Docker

The past and present of Docker The core concept of Docker is to build, ship, and run any app, anywhere, that is, package once and run everywhere. In the past, when we configured an application running environment on the server, we had to install various components. For example, for the JavaWeb environment, we had to install Tomcat, MySQL, etc. I won’t talk about how troublesome it is to install and configure these things...

Example of installing GD library in PHP7

The above command will install the gd library extension. Check the phpinfo page to see if GD is supported.
However, if the PHP version is installed manually, installing the GD extension is quite troublesome. After several big pits, I have found a simpler way.