MariaDB : Install phpMyAdmin2018/05/28 |
Install phpMyAdmin to operate MariaDB on web browser from Clients.
|
|
[1] | |
[2] | |
[3] | Install phpMyAdmin. |
[root@www ~]#
dnf -y install phpMyAdmin php-mysqlnd php-mcrypt php-php-gettext
[root@www ~]#
vi /etc/httpd/conf.d/phpMyAdmin.conf # line 17: add access permission Require ip 127.0.0.1 10.0.0.0/24
# line 34: add access permission Require ip 127.0.0.1 10.0.0.0/24
systemctl restart httpd |
[4] | Access to [http://(your hostname or IP address)/phpmyadmin/] with web browser from any Clients which are in the Network you set to allow. Then phpMyAdmin Login form is shown, login with a MariaDB user. This example uses root account to proceed. |
[5] | Just logined. You can operate MariaDB on here. |
Sponsored Link |