Install PhpMyAdmin Fedora 29 – quick

Prerequisites:

Fedora 29

Apache

MariaDB

# rpm -Uvh http://rpms.famillecollet.com/fedora/remi-release-29.rpm
# dnf --enablerepo=remi,remi-test install phpMyAdmin

If you’re looking to log on remotely – like from a Windows machine, enable remote logins. Keep in mind everyone can access the login screen.
Replace
  Require local
with
  Require all granted

# vi /etc/httpd/conf.d/phpMyAdmin.conf

Leave a Reply