SLES 15
Sponsored Link

MariaDB : Install phpMyAdmin2019/01/25

 
Install phpMyAdmin to operate MariaDB on web browser from Clients.
[1]
[2]
[3] Install phpMyAdmin.
# add extension module first

www:~ #
SUSEConnect -p PackageHub/15/x86_64
www:~ #
zypper -n install phpMyAdmin php7-mysql php7-gettext
www:~ #
vi /etc/apache2/conf.d/phpMyAdmin.conf
# line 5: add access permission

Require ip 127.0.0.1 10.0.0.0/24
www:~ #
systemctl restart apache2

[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.
Matched Content