CentOS 7
Sponsored Link

MariaDB 10.2 : Install phpMyAdmin2017/10/30

 
Install phpMyAdmin to operate MariaDB on web browser from Clients.
[1]
[2]
[3] Install phpMyAdmin.
# install from EPEL, Remi

[root@www ~]#
yum --enablerepo=remi -y install php70-php-mysql php70-php-mcrypt

[root@www ~]#
yum --enablerepo=epel -y install phpMyAdmin
[root@www ~]#
vi /etc/httpd/conf.d/phpMyAdmin.conf
# line 17, 34: IP address you permit to access

Require ip 127.0.0.1
10.0.0.0/24
[root@www ~]#
systemctl restart httpd

[4] Access to 'http://(your hostname or IP address)/phpmyadmin/' with web browser from Clients, then Login with a user in MariaDB on following screen. This example uses root user to proceed.
[5] Just logined. You can operate MariaDB on here.
Matched Content