Install PhpMyAdmin in fedora 33

Solved: According to fedora docs It is as simple as

$ su -
$ dnf install phpMyAdmin -y

Restart Apache

$ systemctl restart httpd

Open the browser and navigate to

localhost/phpmyadmin/

Thats it.

20 thoughts on “Install PhpMyAdmin in fedora 33

Leave a Reply

Your email address will not be published.