sudo yum install phpmyadmin y
步骤3:配置phpMyAdmin
1、编辑phpMyAdmin配置文件:
sudo vi /etc/httpd/conf.d/phpMyAdmin.conf
2、将以下内容粘贴到文件中:
Alias /phpMyAdmin /usr/share/phpMyAdmin
Alias /phpmyadmin /usr/share/phpMyAdmin
Options FollowSymLinks
DirectoryIndex index.php
AllowOverride All
Require all granted
3、保存并退出。
步骤4:重启Apache服务