2023年03月7日 | Wizzer | 评论 yum install php yum install php-fpm yum install php-mysqlnd.x86_64 yum install php-json yum install nginx yum install mariadb yum install mariadb-server vi /etc/php-fpm.d/www.conf linsten = 127.0.0.1:9000 systemctl start nginx systemctl enable nginx systemctl start php-fpm systemctl enable php-fpm systemctl start mariadb systemctl enable mariadb mysql_secure_installation 修改密码 grant all privileges on . to ‘root’@’1.1.1.1’ identified by ‘password’ with grant option; flush privileges; 276 total views, 9 views today