From Fedora Project Wiki

Revision as of 15:43, 1 May 2014 by Javiertury (talk | contribs) (Created page with "phpMyAdmin is a GPL web-base frontend for mysql databases and compatible forks such as MariaDB. == Installation == It is as simple as <pre>$ su root $ yum install phpMyAdmin...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

phpMyAdmin is a GPL web-base frontend for mysql databases and compatible forks such as MariaDB.

Installation

It is as simple as

$ su root
$ yum install phpMyAdmin

Start Apache

systemctl start httpd

Open your web browser and go to localhost/phpMyAdmin

Configuration files

Configuration file for the Apache web server, httpd, are stored in the file /etc/httpd/conf.d/phpMyAdmin.conf