From Fedora Project Wiki

(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...")
 
Line 14: Line 14:
== Configuration files ==
== Configuration files ==


Configuration file for the Apache web server, httpd, are stored in the file <code>/etc/httpd/conf.d/phpMyAdmin.conf</code>
The main configuration file is <code>/etc/phpMyAdmin/config.inc.php</code>
A configuration file for the Apache web server, httpd, is automatically created <code>/etc/httpd/conf.d/phpMyAdmin.conf</code>

Revision as of 15:47, 1 May 2014

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

The main configuration file is /etc/phpMyAdmin/config.inc.php A configuration file for the Apache web server, httpd, is automatically created /etc/httpd/conf.d/phpMyAdmin.conf