phpMyAdmin? をインストール
[root@mami sekigawa]# yum -y install epel-release [root@mami sekigawa]# sed -i -e "s/enabled=1/enabled=0/g" /etc/yum.repos.d/epel.repo [root@mami sekigawa]# yum --enablerepo=remi -y install php70-php-mysql php70-php-mcrypt [root@mami sekigawa]# yum --enablerepo=epel -y install phpMyAdmin [root@mami sekigawa]# vi /etc/httpd/conf.d/phpMyAdmin.conf [root@mami sekigawa]# systemctl restart httpd
http://172.16.254.241/phpmyadmin/
にアクセスする。