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...")
 
No edit summary
 
(8 intermediate revisions by one other user not shown)
Line 1: Line 1:
phpMyAdmin is a GPL web-base frontend for mysql databases and compatible forks such as MariaDB.
phpMyAdmin is a GPL2 web-based frontend for mysql databases and compatible forks such as [[MariaDB]].


== Installation ==
== Installation ==
Line 7: Line 7:
$ yum install phpMyAdmin</pre>
$ yum install phpMyAdmin</pre>


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


Open your web browser and go to <code>localhost/phpMyAdmin</code>
Open your web browser and go to <code>localhost/phpMyAdmin</code>
Line 14: Line 16:
== 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>
 
[[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