From Fedora Project Wiki
Javiertury (talk | contribs) |
Javiertury (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
phpMyAdmin is a GPL web- | phpMyAdmin is a GPL web-based frontend for mysql databases and compatible forks such as MariaDB. | ||
== Installation == | == Installation == |
Revision as of 15:47, 1 May 2014
phpMyAdmin is a GPL web-based 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