From Fedora Project Wiki

Line 8: Line 8:


Start Apache if it wasn't already
Start Apache if it wasn't already
<pre>systemctl start httpd</pre>
<pre>$ systemctl start httpd</pre>


Open your web browser and go to <code>localhost/phpMyAdmin</code>
Open your web browser and go to <code>localhost/phpMyAdmin</code>

Revision as of 19:48, 1 May 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

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