Centos7 安装 PhpMyAdmin

发表信息: by Creative Commons Licence

说明

仅凭记忆记录安装步骤。

以后可能会补充详细过程,更大可能不会。

过程

Centos7 仓库只能安装较低版本的 PhpMyAdmin,Remi 仓库提供了更高版本。

首先安装 LEMP 环境,安装过程参考:Centos7 安装 LEMP

安装 PHP 使用的是 Remi 仓库。1

同时安装了 php-mbstring 和 php-gettext 扩展,PhpMyAdmin 需要使用 php-mbstring 扩展命令:2

yum install php-fpm php-opcache php-cli php-gd php-curl php-mysql php-mbstring php-gettext

安装 PhpMyadmin 同样使用的 Remi 仓库。3

安装好后根据 Centos7 安装 PhpMyAdmin 集成 Nginx 做的 nginx 反向代理配置。

同时,设置了 Authentication Gate。4 5