[[centos7]] ** データベース [#k91a50eb] [root@lyon html]# yum -y install php php-mbstring php-pear [root@lyon html]# yum -y install mariadb-server [root@lyon html]# vi /etc/my.cnf [root@lyon html]# systemctl start mariadb [root@lyon html]# systemctl enable mariadb [root@lyon html]# mysql_secure_installation [root@lyon html]# mysql -u root -p [root@lyon html]# yum --enablerepo=epel -y install phpMyAdmin php-mysql php-mcrypt [root@lyon html]# ls /var/www/html/ [root@lyon html]# vi /etc/httpd/conf.d/phpMyAdmin.conf