From Fedora Project Wiki
Javiertury (talk | contribs) |
No edit summary |
||
Line 19: | Line 19: | ||
A configuration file for the Apache web server, httpd, is automatically created <code>/etc/httpd/conf.d/phpMyAdmin.conf</code> | A configuration file for the Apache web server, httpd, is automatically created <code>/etc/httpd/conf.d/phpMyAdmin.conf</code> | ||
[[Category:Packages]] |
Latest revision as of 15:06, 30 September 2014
phpMyAdmin is a GPL2 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 if it wasn't already
$ systemctl start httpd
Or restart it if was already started
$ systemctl restart 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