Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:phpmyadmin_centos_7

Dies ist eine alte Version des Dokuments!


phpMyAdmin CentOS 7

Die Webanwendung phpMyAdmin ist eine OpenSource-Werzeugsammlung, zur Administration von MySQL-Datenbanken über eine Web-Oberfläche. phpMyAdmin unterstützt einen großen Umfang von Funktionen der Datenbanksysteme MySQL, MariaDB und Drizzle. Die gebräuchlichsten Datenbankoperationen wie das Verwalten von Datenbanken, Tabellen, Spalten, Beziehungen, Indizes, Benutzern, Zugriffsrechten, usw. können über die Web-Oberfläche durchgeführt werden, wobei jederzeit die Möglichkeit besteht, auch direkt SQL-Anweisungen auszuführen.

Ab hier werden zur Ausführung nachfolgender Befehle root-Rechte benötigt. Um der Benutzer root zu werden, melden Sie sich bitte als root-Benutzer am System an, oder wechseln mit nachfolgendem Befehl zum Benutzer root:

$ su -
Password:

Vorbereitung

Zur Installation von phpMyAdmin über ein rpm-Paket, soll hier das Repository eines Drittanbieters genutzt werden, da phpMyAdmin nicht im CentOS-Repository enthalten ist.

Nachfolgend soll das Repository des Drittanbieters EPEL genutzt werden. Eine Anleitung, wie das Repository des Drittanbieters EPEL eingebunden werden könnte, kann unter nachfolgendem internen Link nachgelesen werden:

Voraussetzungen

Als Voraussetzung für die Installation von phpMyAdmin sind folgende Komponenten erforderlich:

Nachfolgende rpm-Pakete sind als Abhängigkeit erforderlich und werden ebenfalls benötigt:

  • dejavu-fonts-common - ist im base-Repository von CentOS enthalten
  • dejavu-sans-fonts - ist im base-Repository von CentOS enthalten
  • fontpackages-filesystem - ist im base-Repository von CentOS enthalten
  • libX11 - ist im base-Repository von CentOS enthalten
  • libX11-common - ist im base-Repository von CentOS enthalten
  • libXau - ist im base-Repository von CentOS enthalten
  • libXpm - ist im base-Repository von CentOS enthalten
  • libjpeg-turbo - ist im base-Repository von CentOS enthalten
  • libmcrypt - ist im base-Repository von CentOS enthalten
  • libpng - ist im base-Repository von EPEL enthalten
  • libtidy - ist im base-Repository von EPEL enthalten
  • libxcb - ist im base-Repository von CentOS enthalten
  • libxslt - ist im base-Repository von CentOS enthalten
  • libzip - ist im base-Repository von CentOS enthalten
  • php-bcmath - ist im base-Repository von CentOS enthalten
  • php-cli - ist im base-Repository von CentOS enthalten
  • php-common - ist im base-Repository von CentOS enthalten
  • php-gd - ist im base-Repository von CentOS enthalten
  • php-mbstring - ist im base-Repository von CentOS enthalten
  • php-mcrypt - ist im base-Repository von EPEL enthalten
  • php-mysql - ist im base-Repository von CentOS enthalten
  • php-pdo - ist im base-Repository von CentOS enthalten
  • php-php-gettext - ist im base-Repository von EPEL enthalten
  • php-recode - ist im base-Repository von CentOS enthalten
  • php-tcpdf - ist im base-Repository von EPEL enthalten
  • php-tcpdf-dejavu-sans-fonts - ist im base-Repository von EPEL enthalten
  • php-tidy - ist im base-Repository von EPEL enthalten
  • php-xml - ist im base-Repository von CentOS enthalten
  • t1lib - ist im base-Repository von CentOS enthalten

Siehe auch den externen Link

Installation

Zur Installation von PHP wird nachfolgendes Paket benötigt:

  • php - ist im base-Repository von CentOS enthalten enthalten

Mit nachfolgendem Befehl, wird das Pakete php installiert:

# yum install php
Loaded plugins: changelog, priorities
61 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package php.x86_64 0:5.4.16-23.el7_0.3 will be installed
--> Finished Dependency Resolution

Changes in packages about to be updated:


Dependencies Resolved

================================================================================
 Package      Arch            Version                    Repository        Size
================================================================================
Installing:
 php          x86_64          5.4.16-23.el7_0.3          updates          1.3 M

Transaction Summary
================================================================================
Install  1 Package

Total download size: 1.3 M
Installed size: 4.4 M
Is this ok [y/d/N]: y
ownloading packages:
php-5.4.16-23.el7_0.3.x86_64.rpm                           | 1.3 MB   00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : php-5.4.16-23.el7_0.3.x86_64                                 1/1
  Verifying  : php-5.4.16-23.el7_0.3.x86_64                                 1/1

Installed:
  php.x86_64 0:5.4.16-23.el7_0.3

Complete!

Mit nachfolgendem Befehl kann überprüft werden, welche Inhalte mit den Paket php installiert wurden.

# rpm -qil php
Name        : php
Version     : 5.4.16
Release     : 23.el7_0.3
Architecture: x86_64
Install Date: Thu 04 Dec 2014 09:15:06 PM CET
Group       : Development/Languages
Size        : 4595894
License     : PHP and Zend and BSD
Signature   : RSA/SHA256, Fri 31 Oct 2014 03:24:33 PM CET, Key ID 24c6a8a7f4a80eb5
Source RPM  : php-5.4.16-23.el7_0.3.src.rpm
Build Date  : Fri 31 Oct 2014 02:07:27 PM CET
Build Host  : worker1.bsys.centos.org
Relocations : (not relocatable)
Packager    : CentOS BuildSystem <http://bugs.centos.org>
Vendor      : CentOS
URL         : http://www.php.net/
Summary     : PHP scripting language for creating dynamic web sites
Description :
PHP is an HTML-embedded scripting language. PHP attempts to make it
easy for developers to write dynamically generated web pages. PHP also
offers built-in database integration for several commercial and
non-commercial database management systems, so writing a
database-enabled webpage with PHP is fairly simple. The most common
use of PHP coding is probably as a replacement for CGI scripts.

The php package contains the module (often referred to as mod_php)
which adds support for the PHP language to Apache HTTP Server.
/etc/httpd/conf.d/php.conf
/etc/httpd/conf.modules.d/10-php.conf
/usr/lib64/httpd/modules/libphp5.so
/usr/share/httpd/icons/php.gif
/var/lib/php/session

Zur Installation von phpMyAdmin wird nachfolgendes Paket benötigt:

  • phpMyAdmin - ist im epel-Repository des Drittanbieters EPEL enthalten

Mit nachfolgendem Befehl, wird das Pakete phpMyAdmin installiert:

# yum install phpMyAdmin
Loaded plugins: changelog, priorities
61 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package phpMyAdmin.noarch 0:4.2.12-1.el7 will be installed
--> Processing Dependency: php-mysql >= 5.3.0 for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-mcrypt >= 5.3.0 for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-mbstring >= 5.3.0 for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-gd >= 5.3.0 for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php(language) >= 5.3.0 for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-zlib for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-zip for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-xmlwriter for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-tcpdf-dejavu-sans-fonts for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-tcpdf for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-spl for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-simplexml for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-session for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-php-gettext for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-pcre for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-mysqli for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-libxml for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-json for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-iconv for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-hash for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-filter for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-date for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-curl for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-ctype for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Processing Dependency: php-bz2 for package: phpMyAdmin-4.2.12-1.el7.noarch
--> Running transaction check
---> Package php-common.x86_64 0:5.4.16-23.el7_0.3 will be installed
--> Processing Dependency: libzip.so.2()(64bit) for package: php-common-5.4.16-23.el7_0.3.x86_64
---> Package php-gd.x86_64 0:5.4.16-23.el7_0.3 will be installed
--> Processing Dependency: libpng15.so.15(PNG15_0)(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libjpeg.so.62(LIBJPEG_6.2)(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libt1.so.5()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libpng15.so.15()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libjpeg.so.62()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libXpm.so.4()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libX11.so.6()(64bit) for package: php-gd-5.4.16-23.el7_0.3.x86_64
---> Package php-mbstring.x86_64 0:5.4.16-23.el7_0.3 will be installed
---> Package php-mcrypt.x86_64 0:5.4.16-2.el7 will be installed
--> Processing Dependency: libmcrypt.so.4()(64bit) for package: php-mcrypt-5.4.16-2.el7.x86_64
---> Package php-mysql.x86_64 0:5.4.16-23.el7_0.3 will be installed
--> Processing Dependency: php-pdo(x86-64) = 5.4.16-23.el7_0.3 for package: php-mysql-5.4.16-23.el7_0.3.x86_64
---> Package php-php-gettext.noarch 0:1.0.11-10.el7 will be installed
---> Package php-tcpdf.noarch 0:6.0.098-1.el7 will be installed
--> Processing Dependency: php-tidy for package: php-tcpdf-6.0.098-1.el7.noarch
--> Processing Dependency: php-bcmath for package: php-tcpdf-6.0.098-1.el7.noarch
--> Processing Dependency: /usr/bin/php for package: php-tcpdf-6.0.098-1.el7.noarch
---> Package php-tcpdf-dejavu-sans-fonts.noarch 0:6.0.098-1.el7 will be installed
--> Processing Dependency: dejavu-sans-fonts for package: php-tcpdf-dejavu-sans-fonts-6.0.098-1.el7.noarch
---> Package php-xml.x86_64 0:5.4.16-23.el7_0.3 will be installed
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.24)(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.22)(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.18)(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.13)(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libxslt.so.1(LIBXML2_1.0.11)(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libxslt.so.1()(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Processing Dependency: libexslt.so.0()(64bit) for package: php-xml-5.4.16-23.el7_0.3.x86_64
--> Running transaction check
---> Package dejavu-sans-fonts.noarch 0:2.33-6.el7 will be installed
--> Processing Dependency: dejavu-fonts-common = 2.33-6.el7 for package: dejavu-sans-fonts-2.33-6.el7.noarch
---> Package libX11.x86_64 0:1.6.0-2.1.el7 will be installed
--> Processing Dependency: libX11-common = 1.6.0-2.1.el7 for package: libX11-1.6.0-2.1.el7.x86_64
--> Processing Dependency: libxcb.so.1()(64bit) for package: libX11-1.6.0-2.1.el7.x86_64
---> Package libXpm.x86_64 0:3.5.10-5.1.el7 will be installed
---> Package libjpeg-turbo.x86_64 0:1.2.90-5.el7 will be installed
---> Package libmcrypt.x86_64 0:2.5.8-13.el7 will be installed
---> Package libpng.x86_64 2:1.5.13-5.el7 will be installed
---> Package libxslt.x86_64 0:1.1.28-5.el7 will be installed
---> Package libzip.x86_64 0:0.10.1-8.el7 will be installed
---> Package php-bcmath.x86_64 0:5.4.16-23.el7_0.3 will be installed
---> Package php-cli.x86_64 0:5.4.16-23.el7_0.3 will be installed
---> Package php-pdo.x86_64 0:5.4.16-23.el7_0.3 will be installed
---> Package php-tidy.x86_64 0:5.4.16-2.el7 will be installed
--> Processing Dependency: libtidy-0.99.so.0()(64bit) for package: php-tidy-5.4.16-2.el7.x86_64
---> Package t1lib.x86_64 0:5.1.2-14.el7 will be installed
--> Running transaction check
---> Package dejavu-fonts-common.noarch 0:2.33-6.el7 will be installed
--> Processing Dependency: fontpackages-filesystem for package: dejavu-fonts-common-2.33-6.el7.noarch
---> Package libX11-common.noarch 0:1.6.0-2.1.el7 will be installed
---> Package libtidy.x86_64 0:0.99.0-31.20091203.el7 will be installed
---> Package libxcb.x86_64 0:1.9-5.el7 will be installed
--> Processing Dependency: libXau.so.6()(64bit) for package: libxcb-1.9-5.el7.x86_64
--> Running transaction check
---> Package fontpackages-filesystem.noarch 0:1.44-8.el7 will be installed
---> Package libXau.x86_64 0:1.0.8-2.1.el7 will be installed
--> Finished Dependency Resolution

Changes in packages about to be updated:


Dependencies Resolved

================================================================================
 Package                      Arch    Version                    Repository
                                                                           Size
================================================================================
Installing:
 phpMyAdmin                   noarch  4.2.12-1.el7               epel     4.0 M
Installing for dependencies:
 dejavu-fonts-common          noarch  2.33-6.el7                 base      64 k
 dejavu-sans-fonts            noarch  2.33-6.el7                 base     1.4 M
 fontpackages-filesystem      noarch  1.44-8.el7                 base     9.9 k
 libX11                       x86_64  1.6.0-2.1.el7              base     605 k
 libX11-common                noarch  1.6.0-2.1.el7              base     181 k
 libXau                       x86_64  1.0.8-2.1.el7              base      29 k
 libXpm                       x86_64  3.5.10-5.1.el7             base      52 k
 libjpeg-turbo                x86_64  1.2.90-5.el7               base     134 k
 libmcrypt                    x86_64  2.5.8-13.el7               epel      99 k
 libpng                       x86_64  2:1.5.13-5.el7             base     212 k
 libtidy                      x86_64  0.99.0-31.20091203.el7     epel     132 k
 libxcb                       x86_64  1.9-5.el7                  base     169 k
 libxslt                      x86_64  1.1.28-5.el7               base     242 k
 libzip                       x86_64  0.10.1-8.el7               base      48 k
 php-bcmath                   x86_64  5.4.16-23.el7_0.3          updates   54 k
 php-cli                      x86_64  5.4.16-23.el7_0.3          updates  2.7 M
 php-common                   x86_64  5.4.16-23.el7_0.3          updates  561 k
 php-gd                       x86_64  5.4.16-23.el7_0.3          updates  124 k
 php-mbstring                 x86_64  5.4.16-23.el7_0.3          updates  501 k
 php-mcrypt                   x86_64  5.4.16-2.el7               epel      19 k
 php-mysql                    x86_64  5.4.16-23.el7_0.3          updates   97 k
 php-pdo                      x86_64  5.4.16-23.el7_0.3          updates   95 k
 php-php-gettext              noarch  1.0.11-10.el7              epel      22 k
 php-tcpdf                    noarch  6.0.098-1.el7              epel     2.1 M
 php-tcpdf-dejavu-sans-fonts  noarch  6.0.098-1.el7              epel     256 k
 php-tidy                     x86_64  5.4.16-2.el7               epel      22 k
 php-xml                      x86_64  5.4.16-23.el7_0.3          updates  122 k
 t1lib                        x86_64  5.1.2-14.el7               base     166 k

Transaction Summary
================================================================================
Install  1 Package (+28 Dependent packages)

Total download size: 14 M
Installed size: 59 M
Is this ok [y/d/N]: y
Downloading packages:
(1/29): dejavu-fonts-common-2.33-6.el7.noarch.rpm          |  64 kB   00:00
(2/29): fontpackages-filesystem-1.44-8.el7.noarch.rpm      | 9.9 kB   00:00
(3/29): libX11-1.6.0-2.1.el7.x86_64.rpm                    | 605 kB   00:00
(4/29): dejavu-sans-fonts-2.33-6.el7.noarch.rpm            | 1.4 MB   00:00
(5/29): libX11-common-1.6.0-2.1.el7.noarch.rpm             | 181 kB   00:00
(6/29): libXau-1.0.8-2.1.el7.x86_64.rpm                    |  29 kB   00:00
(7/29): libXpm-3.5.10-5.1.el7.x86_64.rpm                   |  52 kB   00:00
(8/29): libjpeg-turbo-1.2.90-5.el7.x86_64.rpm              | 134 kB   00:00
(9/29): libpng-1.5.13-5.el7.x86_64.rpm                     | 212 kB   00:00
(10/29): libxslt-1.1.28-5.el7.x86_64.rpm                   | 242 kB   00:00
(11/29): libzip-0.10.1-8.el7.x86_64.rpm                    |  48 kB   00:00
warning: /var/cache/yum/x86_64/7/epel/packages/libmcrypt-2.5.8-13.el7.x86_64.rpm: Header V3 RSA/SHA256 Signature, key ID 352c64e5: NOKEY
Public key for libmcrypt-2.5.8-13.el7.x86_64.rpm is not installed
(12/29): libmcrypt-2.5.8-13.el7.x86_64.rpm                 |  99 kB   00:00
(13/29): php-cli-5.4.16-23.el7_0.3.x86_64.rpm              | 2.7 MB   00:00
(14/29): libtidy-0.99.0-31.20091203.el7.x86_64.rpm         | 132 kB   00:00
(15/29): libxcb-1.9-5.el7.x86_64.rpm                       | 169 kB   00:00
(16/29): php-common-5.4.16-23.el7_0.3.x86_64.rpm           | 561 kB   00:00
(17/29): php-gd-5.4.16-23.el7_0.3.x86_64.rpm               | 124 kB   00:00
(18/29): php-mbstring-5.4.16-23.el7_0.3.x86_64.rpm         | 501 kB   00:00
(19/29): php-bcmath-5.4.16-23.el7_0.3.x86_64.rpm           |  54 kB   00:00
(20/29): php-mysql-5.4.16-23.el7_0.3.x86_64.rpm            |  97 kB   00:00
(21/29): php-mcrypt-5.4.16-2.el7.x86_64.rpm                |  19 kB   00:00
(22/29): php-pdo-5.4.16-23.el7_0.3.x86_64.rpm              |  95 kB   00:00
(23/29): php-php-gettext-1.0.11-10.el7.noarch.rpm          |  22 kB   00:00
(24/29): php-tcpdf-dejavu-sans-fonts-6.0.098-1.el7.noarch. | 256 kB   00:00
(25/29): php-tidy-5.4.16-2.el7.x86_64.rpm                  |  22 kB   00:00
(26/29): php-tcpdf-6.0.098-1.el7.noarch.rpm                | 2.1 MB   00:00
(27/29): phpMyAdmin-4.2.12-1.el7.noarch.rpm                | 4.0 MB   00:00
(28/29): php-xml-5.4.16-23.el7_0.3.x86_64.rpm              | 122 kB   00:00
(29/29): t1lib-5.1.2-14.el7.x86_64.rpm                     | 166 kB   00:00
--------------------------------------------------------------------------------
Total                                              8.6 MB/s |  14 MB  00:01
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : libzip-0.10.1-8.el7.x86_64                                  1/29
  Installing : php-common-5.4.16-23.el7_0.3.x86_64                         2/29
  Installing : php-mbstring-5.4.16-23.el7_0.3.x86_64                       3/29
  Installing : php-php-gettext-1.0.11-10.el7.noarch                        4/29
  Installing : php-cli-5.4.16-23.el7_0.3.x86_64                            5/29
  Installing : php-pdo-5.4.16-23.el7_0.3.x86_64                            6/29
  Installing : php-mysql-5.4.16-23.el7_0.3.x86_64                          7/29
  Installing : php-bcmath-5.4.16-23.el7_0.3.x86_64                         8/29
  Installing : libtidy-0.99.0-31.20091203.el7.x86_64                       9/29
  Installing : php-tidy-5.4.16-2.el7.x86_64                               10/29
  Installing : libXau-1.0.8-2.1.el7.x86_64                                11/29
  Installing : libxcb-1.9-5.el7.x86_64                                    12/29
  Installing : libxslt-1.1.28-5.el7.x86_64                                13/29
  Installing : php-xml-5.4.16-23.el7_0.3.x86_64                           14/29
  Installing : 2:libpng-1.5.13-5.el7.x86_64                               15/29
  Installing : fontpackages-filesystem-1.44-8.el7.noarch                  16/29
  Installing : dejavu-fonts-common-2.33-6.el7.noarch                      17/29
  Installing : dejavu-sans-fonts-2.33-6.el7.noarch                        18/29
  Installing : libmcrypt-2.5.8-13.el7.x86_64                              19/29
  Installing : php-mcrypt-5.4.16-2.el7.x86_64                             20/29
  Installing : libX11-common-1.6.0-2.1.el7.noarch                         21/29
  Installing : libX11-1.6.0-2.1.el7.x86_64                                22/29
  Installing : libXpm-3.5.10-5.1.el7.x86_64                               23/29
  Installing : t1lib-5.1.2-14.el7.x86_64                                  24/29
  Installing : libjpeg-turbo-1.2.90-5.el7.x86_64                          25/29
  Installing : php-gd-5.4.16-23.el7_0.3.x86_64                            26/29
  Installing : php-tcpdf-6.0.098-1.el7.noarch                             27/29
  Installing : php-tcpdf-dejavu-sans-fonts-6.0.098-1.el7.noarch           28/29
  Installing : phpMyAdmin-4.2.12-1.el7.noarch                             29/29
  Verifying  : libjpeg-turbo-1.2.90-5.el7.x86_64                           1/29
  Verifying  : libX11-common-1.6.0-2.1.el7.noarch                          2/29
  Verifying  : php-gd-5.4.16-23.el7_0.3.x86_64                             3/29
  Verifying  : libXpm-3.5.10-5.1.el7.x86_64                                4/29
  Verifying  : libmcrypt-2.5.8-13.el7.x86_64                               5/29
  Verifying  : fontpackages-filesystem-1.44-8.el7.noarch                   6/29
  Verifying  : php-common-5.4.16-23.el7_0.3.x86_64                         7/29
  Verifying  : php-tcpdf-6.0.098-1.el7.noarch                              8/29
  Verifying  : php-mbstring-5.4.16-23.el7_0.3.x86_64                       9/29
  Verifying  : php-tcpdf-dejavu-sans-fonts-6.0.098-1.el7.noarch           10/29
  Verifying  : 2:libpng-1.5.13-5.el7.x86_64                               11/29
  Verifying  : dejavu-fonts-common-2.33-6.el7.noarch                      12/29
  Verifying  : php-xml-5.4.16-23.el7_0.3.x86_64                           13/29
  Verifying  : php-mysql-5.4.16-23.el7_0.3.x86_64                         14/29
  Verifying  : php-cli-5.4.16-23.el7_0.3.x86_64                           15/29
  Verifying  : libxcb-1.9-5.el7.x86_64                                    16/29
  Verifying  : php-tidy-5.4.16-2.el7.x86_64                               17/29
  Verifying  : t1lib-5.1.2-14.el7.x86_64                                  18/29
  Verifying  : libxslt-1.1.28-5.el7.x86_64                                19/29
  Verifying  : dejavu-sans-fonts-2.33-6.el7.noarch                        20/29
  Verifying  : libX11-1.6.0-2.1.el7.x86_64                                21/29
  Verifying  : php-pdo-5.4.16-23.el7_0.3.x86_64                           22/29
  Verifying  : php-mcrypt-5.4.16-2.el7.x86_64                             23/29
  Verifying  : libXau-1.0.8-2.1.el7.x86_64                                24/29
  Verifying  : php-php-gettext-1.0.11-10.el7.noarch                       25/29
  Verifying  : libtidy-0.99.0-31.20091203.el7.x86_64                      26/29
  Verifying  : libzip-0.10.1-8.el7.x86_64                                 27/29
  Verifying  : php-bcmath-5.4.16-23.el7_0.3.x86_64                        28/29
  Verifying  : phpMyAdmin-4.2.12-1.el7.noarch                             29/29

Installed:
  phpMyAdmin.noarch 0:4.2.12-1.el7

Dependency Installed:
  dejavu-fonts-common.noarch 0:2.33-6.el7
  dejavu-sans-fonts.noarch 0:2.33-6.el7
  fontpackages-filesystem.noarch 0:1.44-8.el7
  libX11.x86_64 0:1.6.0-2.1.el7
  libX11-common.noarch 0:1.6.0-2.1.el7
  libXau.x86_64 0:1.0.8-2.1.el7
  libXpm.x86_64 0:3.5.10-5.1.el7
  libjpeg-turbo.x86_64 0:1.2.90-5.el7
  libmcrypt.x86_64 0:2.5.8-13.el7
  libpng.x86_64 2:1.5.13-5.el7
  libtidy.x86_64 0:0.99.0-31.20091203.el7
  libxcb.x86_64 0:1.9-5.el7
  libxslt.x86_64 0:1.1.28-5.el7
  libzip.x86_64 0:0.10.1-8.el7
  php-bcmath.x86_64 0:5.4.16-23.el7_0.3
  php-cli.x86_64 0:5.4.16-23.el7_0.3
  php-common.x86_64 0:5.4.16-23.el7_0.3
  php-gd.x86_64 0:5.4.16-23.el7_0.3
  php-mbstring.x86_64 0:5.4.16-23.el7_0.3
  php-mcrypt.x86_64 0:5.4.16-2.el7
  php-mysql.x86_64 0:5.4.16-23.el7_0.3
  php-pdo.x86_64 0:5.4.16-23.el7_0.3
  php-php-gettext.noarch 0:1.0.11-10.el7
  php-tcpdf.noarch 0:6.0.098-1.el7
  php-tcpdf-dejavu-sans-fonts.noarch 0:6.0.098-1.el7
  php-tidy.x86_64 0:5.4.16-2.el7
  php-xml.x86_64 0:5.4.16-23.el7_0.3
  t1lib.x86_64 0:5.1.2-14.el7

Complete!

Mit nachfolgendem Befehl kann überprüft werden, welche Inhalte mit den Paket phpMyAdmin installiert wurden.

# rpm -qil phpMyAdmin
Name        : phpMyAdmin
Version     : 4.2.12
Release     : 1.el7
Architecture: noarch
Install Date: Thu 04 Dec 2014 05:55:19 AM CET
Group       : Applications/Internet
Size        : 20858946
License     : GPLv2+ and MIT
Signature   : RSA/SHA256, Mon 24 Nov 2014 07:56:42 PM CET, Key ID 6a2faea2352c64e5
Source RPM  : phpMyAdmin-4.2.12-1.el7.src.rpm
Build Date  : Fri 21 Nov 2014 12:31:44 AM CET
Build Host  : buildhw-06.phx2.fedoraproject.org
Relocations : (not relocatable)
Packager    : Fedora Project
Vendor      : Fedora Project
URL         : http://www.phpmyadmin.net/
Summary     : Handle the administration of MySQL over the World Wide Web
Description :
phpMyAdmin is a tool written in PHP intended to handle the administration of
MySQL over the World Wide Web. Most frequently used operations are supported
by the user interface (managing databases, tables, fields, relations, indexes,
users, permissions), while you still have the ability to directly execute any
SQL statement.

Features include an intuitive web interface, support for most MySQL features
(browse and drop databases, tables, views, fields and indexes, create, copy,
drop, rename and alter databases, tables, fields and indexes, maintenance
server, databases and tables, with proposals on server configuration, execute,
edit and bookmark any SQL-statement, even batch-queries, manage MySQL users
and privileges, manage stored procedures and triggers), import data from CSV
and SQL, export data to various formats: CSV, SQL, XML, PDF, OpenDocument Text
and Spreadsheet, Word, Excel, LATEX and others, administering multiple servers,
creating PDF graphics of your database layout, creating complex queries using
Query-by-example (QBE), searching globally in a database or a subset of it,
transforming stored data into any format using a set of predefined functions,
like displaying BLOB-data as image or download-link and much more...
/etc/httpd/conf.d/phpMyAdmin.conf
/etc/phpMyAdmin
/etc/phpMyAdmin/config.inc.php
/usr/share/doc/phpMyAdmin-4.2.12
/usr/share/doc/phpMyAdmin-4.2.12/ChangeLog
/usr/share/doc/phpMyAdmin-4.2.12/DCO
/usr/share/doc/phpMyAdmin-4.2.12/README
/usr/share/doc/phpMyAdmin-4.2.12/examples
/usr/share/doc/phpMyAdmin-4.2.12/examples/config.manyhosts.inc.php
/usr/share/doc/phpMyAdmin-4.2.12/examples/config.sample.inc.php
/usr/share/doc/phpMyAdmin-4.2.12/examples/create_tables.sql
/usr/share/doc/phpMyAdmin-4.2.12/examples/create_tables_drizzle.sql
/usr/share/doc/phpMyAdmin-4.2.12/examples/openid.php
/usr/share/doc/phpMyAdmin-4.2.12/examples/signon-script.php
/usr/share/doc/phpMyAdmin-4.2.12/examples/signon.php
/usr/share/doc/phpMyAdmin-4.2.12/examples/swekey.sample.conf
/usr/share/doc/phpMyAdmin-4.2.12/examples/upgrade_tables_mysql_4_1_2+.sql
/usr/share/doc/phpMyAdmin-4.2.12/html
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/config.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/copyright.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/credits.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/developers.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/faq.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/glossary.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/index.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/intro.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/other.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/privileges.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/require.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/setup.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/transformations.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/user.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_sources/vendors.txt
/usr/share/doc/phpMyAdmin-4.2.12/html/_static
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/ajax-loader.gif
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/basic.css
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/comment-bright.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/comment-close.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/comment.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/default.css
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/doctools.js
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/down-pressed.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/down.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/file.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/jquery.js
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/minus.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/plus.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/pygments.css
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/searchtools.js
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/sidebar.js
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/underscore.js
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/up-pressed.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/up.png
/usr/share/doc/phpMyAdmin-4.2.12/html/_static/websupport.js
/usr/share/doc/phpMyAdmin-4.2.12/html/config.html
/usr/share/doc/phpMyAdmin-4.2.12/html/copyright.html
/usr/share/doc/phpMyAdmin-4.2.12/html/credits.html
/usr/share/doc/phpMyAdmin-4.2.12/html/developers.html
/usr/share/doc/phpMyAdmin-4.2.12/html/faq.html
/usr/share/doc/phpMyAdmin-4.2.12/html/genindex.html
/usr/share/doc/phpMyAdmin-4.2.12/html/glossary.html
/usr/share/doc/phpMyAdmin-4.2.12/html/index.html
/usr/share/doc/phpMyAdmin-4.2.12/html/intro.html
/usr/share/doc/phpMyAdmin-4.2.12/html/objects.inv
/usr/share/doc/phpMyAdmin-4.2.12/html/other.html
/usr/share/doc/phpMyAdmin-4.2.12/html/privileges.html
/usr/share/doc/phpMyAdmin-4.2.12/html/require.html
/usr/share/doc/phpMyAdmin-4.2.12/html/search.html
/usr/share/doc/phpMyAdmin-4.2.12/html/searchindex.js
/usr/share/doc/phpMyAdmin-4.2.12/html/setup.html
/usr/share/doc/phpMyAdmin-4.2.12/html/transformations.html
/usr/share/doc/phpMyAdmin-4.2.12/html/user.html
/usr/share/doc/phpMyAdmin-4.2.12/html/vendors.html
/usr/share/licenses/phpMyAdmin-4.2.12
/usr/share/licenses/phpMyAdmin-4.2.12/LICENSE
/usr/share/licenses/phpMyAdmin-4.2.12/LICENSE-canvg
/usr/share/licenses/phpMyAdmin-4.2.12/LICENSE-codemirror
/usr/share/licenses/phpMyAdmin-4.2.12/LICENSE-jquery
/usr/share/phpMyAdmin
/usr/share/phpMyAdmin/browse_foreigners.php
/usr/share/phpMyAdmin/changelog.php
/usr/share/phpMyAdmin/chk_rel.php
/usr/share/phpMyAdmin/composer.json
/usr/share/phpMyAdmin/db_create.php
/usr/share/phpMyAdmin/db_datadict.php
/usr/share/phpMyAdmin/db_events.php
/usr/share/phpMyAdmin/db_export.php
/usr/share/phpMyAdmin/db_import.php
/usr/share/phpMyAdmin/db_operations.php
/usr/share/phpMyAdmin/db_printview.php
/usr/share/phpMyAdmin/db_qbe.php
/usr/share/phpMyAdmin/db_routines.php
/usr/share/phpMyAdmin/db_search.php
/usr/share/phpMyAdmin/db_sql.php
/usr/share/phpMyAdmin/db_structure.php
/usr/share/phpMyAdmin/db_tracking.php
/usr/share/phpMyAdmin/db_triggers.php
/usr/share/phpMyAdmin/doc
/usr/share/phpMyAdmin/doc/html
/usr/share/phpMyAdmin/error_report.php
/usr/share/phpMyAdmin/export.php
/usr/share/phpMyAdmin/favicon.ico
/usr/share/phpMyAdmin/file_echo.php
/usr/share/phpMyAdmin/gis_data_editor.php
/usr/share/phpMyAdmin/import.php
/usr/share/phpMyAdmin/import_status.php
/usr/share/phpMyAdmin/index.php
/usr/share/phpMyAdmin/js
/usr/share/phpMyAdmin/js/OpenStreetMap.js
/usr/share/phpMyAdmin/js/ajax.js
/usr/share/phpMyAdmin/js/canvg
/usr/share/phpMyAdmin/js/canvg/MIT-LICENSE.txt
/usr/share/phpMyAdmin/js/canvg/canvg.js
/usr/share/phpMyAdmin/js/chart.js
/usr/share/phpMyAdmin/js/codemirror
/usr/share/phpMyAdmin/js/codemirror/LICENSE
/usr/share/phpMyAdmin/js/codemirror/addon
/usr/share/phpMyAdmin/js/codemirror/addon/runmode
/usr/share/phpMyAdmin/js/codemirror/addon/runmode/runmode.js
/usr/share/phpMyAdmin/js/codemirror/lib
/usr/share/phpMyAdmin/js/codemirror/lib/codemirror.js
/usr/share/phpMyAdmin/js/codemirror/mode
/usr/share/phpMyAdmin/js/codemirror/mode/sql
/usr/share/phpMyAdmin/js/codemirror/mode/sql/sql.js
/usr/share/phpMyAdmin/js/common.js
/usr/share/phpMyAdmin/js/config.js
/usr/share/phpMyAdmin/js/cross_framing_protection.js
/usr/share/phpMyAdmin/js/db_operations.js
/usr/share/phpMyAdmin/js/db_qbe.js
/usr/share/phpMyAdmin/js/db_search.js
/usr/share/phpMyAdmin/js/db_structure.js
/usr/share/phpMyAdmin/js/doclinks.js
/usr/share/phpMyAdmin/js/error_report.js
/usr/share/phpMyAdmin/js/export.js
/usr/share/phpMyAdmin/js/functions.js
/usr/share/phpMyAdmin/js/get_image.js.php
/usr/share/phpMyAdmin/js/get_scripts.js.php
/usr/share/phpMyAdmin/js/gis_data_editor.js
/usr/share/phpMyAdmin/js/import.js
/usr/share/phpMyAdmin/js/indexes.js
/usr/share/phpMyAdmin/js/jqplot
/usr/share/phpMyAdmin/js/jqplot/excanvas.js
/usr/share/phpMyAdmin/js/jqplot/jquery.jqplot.js
/usr/share/phpMyAdmin/js/jqplot/plugins
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.barRenderer.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.byteFormatter.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.canvasAxisLabelRenderer.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.canvasTextRenderer.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.categoryAxisRenderer.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.cursor.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.dateAxisRenderer.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.highlighter.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.pieRenderer.js
/usr/share/phpMyAdmin/js/jqplot/plugins/jqplot.pointLabels.js
/usr/share/phpMyAdmin/js/jquery
/usr/share/phpMyAdmin/js/jquery/MIT-LICENSE.txt
/usr/share/phpMyAdmin/js/jquery/jquery-1.8.3.min.js
/usr/share/phpMyAdmin/js/jquery/jquery-ui-1.9.2.custom.min.js
/usr/share/phpMyAdmin/js/jquery/jquery-ui-timepicker-addon.js
/usr/share/phpMyAdmin/js/jquery/jquery.ba-hashchange-1.3.js
/usr/share/phpMyAdmin/js/jquery/jquery.cookie.js
/usr/share/phpMyAdmin/js/jquery/jquery.debounce-1.0.5.js
/usr/share/phpMyAdmin/js/jquery/jquery.event.drag-2.2.js
/usr/share/phpMyAdmin/js/jquery/jquery.fullscreen.js
/usr/share/phpMyAdmin/js/jquery/jquery.menuResizer-1.0.js
/usr/share/phpMyAdmin/js/jquery/jquery.mousewheel.js
/usr/share/phpMyAdmin/js/jquery/jquery.sortableTable.js
/usr/share/phpMyAdmin/js/jquery/jquery.sprintf.js
/usr/share/phpMyAdmin/js/jquery/jquery.svg.js
/usr/share/phpMyAdmin/js/jquery/jquery.tablesorter.js
/usr/share/phpMyAdmin/js/jquery/jquery.uitablefilter.js
/usr/share/phpMyAdmin/js/keyhandler.js
/usr/share/phpMyAdmin/js/line_counts.php
/usr/share/phpMyAdmin/js/makegrid.js
/usr/share/phpMyAdmin/js/messages.php
/usr/share/phpMyAdmin/js/multi_column_sort.js
/usr/share/phpMyAdmin/js/navigation.js
/usr/share/phpMyAdmin/js/openlayers
/usr/share/phpMyAdmin/js/openlayers/OpenLayers.js
/usr/share/phpMyAdmin/js/openlayers/img
/usr/share/phpMyAdmin/js/openlayers/img/blank.gif
/usr/share/phpMyAdmin/js/openlayers/img/cloud-popup-relative.png
/usr/share/phpMyAdmin/js/openlayers/img/drag-rectangle-off.png
/usr/share/phpMyAdmin/js/openlayers/img/drag-rectangle-on.png
/usr/share/phpMyAdmin/js/openlayers/img/east-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/layer-switcher-maximize.png
/usr/share/phpMyAdmin/js/openlayers/img/layer-switcher-minimize.png
/usr/share/phpMyAdmin/js/openlayers/img/marker-blue.png
/usr/share/phpMyAdmin/js/openlayers/img/marker-gold.png
/usr/share/phpMyAdmin/js/openlayers/img/marker-green.png
/usr/share/phpMyAdmin/js/openlayers/img/marker.png
/usr/share/phpMyAdmin/js/openlayers/img/measuring-stick-off.png
/usr/share/phpMyAdmin/js/openlayers/img/measuring-stick-on.png
/usr/share/phpMyAdmin/js/openlayers/img/north-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/panning-hand-off.png
/usr/share/phpMyAdmin/js/openlayers/img/panning-hand-on.png
/usr/share/phpMyAdmin/js/openlayers/img/slider.png
/usr/share/phpMyAdmin/js/openlayers/img/south-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/west-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/zoom-minus-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/zoom-plus-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/zoom-world-mini.png
/usr/share/phpMyAdmin/js/openlayers/img/zoombar.png
/usr/share/phpMyAdmin/js/openlayers/theme
/usr/share/phpMyAdmin/js/openlayers/theme/default
/usr/share/phpMyAdmin/js/openlayers/theme/default/framedCloud.css
/usr/share/phpMyAdmin/js/openlayers/theme/default/google.css
/usr/share/phpMyAdmin/js/openlayers/theme/default/ie6-style.css
/usr/share/phpMyAdmin/js/openlayers/theme/default/img
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/add_point_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/add_point_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/blank.gif
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/close.gif
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/drag-rectangle-on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/draw_line_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/draw_line_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/draw_point_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/draw_point_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/draw_polygon_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/editing_tool_bar.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/move_feature_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/move_feature_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/navigation_history.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/overview_replacement.gif
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/pan-panel-NOALPHA.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/pan-panel.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/pan_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/pan_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/panning-hand-off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/panning-hand-on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/remove_point_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/remove_point_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/ruler.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/save_features_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/save_features_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/view_next_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/view_next_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/view_previous_off.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/view_previous_on.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/zoom-panel-NOALPHA.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/img/zoom-panel.png
/usr/share/phpMyAdmin/js/openlayers/theme/default/style.css
/usr/share/phpMyAdmin/js/pmd
/usr/share/phpMyAdmin/js/pmd/ajax.js
/usr/share/phpMyAdmin/js/pmd/history.js
/usr/share/phpMyAdmin/js/pmd/iecanvas.js
/usr/share/phpMyAdmin/js/pmd/init.js
/usr/share/phpMyAdmin/js/pmd/move.js
/usr/share/phpMyAdmin/js/querywindow.js
/usr/share/phpMyAdmin/js/replication.js
/usr/share/phpMyAdmin/js/rte.js
/usr/share/phpMyAdmin/js/server_databases.js
/usr/share/phpMyAdmin/js/server_plugins.js
/usr/share/phpMyAdmin/js/server_privileges.js
/usr/share/phpMyAdmin/js/server_status_advisor.js
/usr/share/phpMyAdmin/js/server_status_monitor.js
/usr/share/phpMyAdmin/js/server_status_queries.js
/usr/share/phpMyAdmin/js/server_status_sorter.js
/usr/share/phpMyAdmin/js/server_status_variables.js
/usr/share/phpMyAdmin/js/server_user_groups.js
/usr/share/phpMyAdmin/js/server_variables.js
/usr/share/phpMyAdmin/js/sql.js
/usr/share/phpMyAdmin/js/tbl_change.js
/usr/share/phpMyAdmin/js/tbl_chart.js
/usr/share/phpMyAdmin/js/tbl_find_replace.js
/usr/share/phpMyAdmin/js/tbl_gis_visualization.js
/usr/share/phpMyAdmin/js/tbl_relation.js
/usr/share/phpMyAdmin/js/tbl_select.js
/usr/share/phpMyAdmin/js/tbl_structure.js
/usr/share/phpMyAdmin/js/tbl_zoom_plot_jqplot.js
/usr/share/phpMyAdmin/js/tracekit
/usr/share/phpMyAdmin/js/tracekit/tracekit.js
/usr/share/phpMyAdmin/js/whitelist.php
/usr/share/phpMyAdmin/libraries
/usr/share/phpMyAdmin/libraries/Advisor.class.php
/usr/share/phpMyAdmin/libraries/Config.class.php
/usr/share/phpMyAdmin/libraries/DBQbe.class.php
/usr/share/phpMyAdmin/libraries/DatabaseInterface.class.php
/usr/share/phpMyAdmin/libraries/DbSearch.class.php
/usr/share/phpMyAdmin/libraries/DisplayResults.class.php
/usr/share/phpMyAdmin/libraries/Error.class.php
/usr/share/phpMyAdmin/libraries/Error_Handler.class.php
/usr/share/phpMyAdmin/libraries/File.class.php
/usr/share/phpMyAdmin/libraries/Font.class.php
/usr/share/phpMyAdmin/libraries/Footer.class.php
/usr/share/phpMyAdmin/libraries/Header.class.php
/usr/share/phpMyAdmin/libraries/Index.class.php
/usr/share/phpMyAdmin/libraries/List.class.php
/usr/share/phpMyAdmin/libraries/List_Database.class.php
/usr/share/phpMyAdmin/libraries/Menu.class.php
/usr/share/phpMyAdmin/libraries/Message.class.php
/usr/share/phpMyAdmin/libraries/OutputBuffering.class.php
/usr/share/phpMyAdmin/libraries/PDF.class.php
/usr/share/phpMyAdmin/libraries/PMA.php
/usr/share/phpMyAdmin/libraries/Partition.class.php
/usr/share/phpMyAdmin/libraries/RecentFavoriteTable.class.php
/usr/share/phpMyAdmin/libraries/Response.class.php
/usr/share/phpMyAdmin/libraries/SavedSearches.class.php
/usr/share/phpMyAdmin/libraries/Scripts.class.php
/usr/share/phpMyAdmin/libraries/ServerStatusData.class.php
/usr/share/phpMyAdmin/libraries/StorageEngine.class.php
/usr/share/phpMyAdmin/libraries/String.class.php
/usr/share/phpMyAdmin/libraries/StringAbstractType.class.php
/usr/share/phpMyAdmin/libraries/StringByte.int.php
/usr/share/phpMyAdmin/libraries/StringCType.class.php
/usr/share/phpMyAdmin/libraries/StringMB.class.php
/usr/share/phpMyAdmin/libraries/StringNative.class.php
/usr/share/phpMyAdmin/libraries/StringNativeType.class.php
/usr/share/phpMyAdmin/libraries/StringType.int.php
/usr/share/phpMyAdmin/libraries/Table.class.php
/usr/share/phpMyAdmin/libraries/TableSearch.class.php
/usr/share/phpMyAdmin/libraries/Theme.class.php
/usr/share/phpMyAdmin/libraries/Theme_Manager.class.php
/usr/share/phpMyAdmin/libraries/Tracker.class.php
/usr/share/phpMyAdmin/libraries/Types.class.php
/usr/share/phpMyAdmin/libraries/Util.class.php
/usr/share/phpMyAdmin/libraries/advisory_rules.txt
/usr/share/phpMyAdmin/libraries/bfShapeFiles
/usr/share/phpMyAdmin/libraries/bfShapeFiles/ShapeFile.lib.php
/usr/share/phpMyAdmin/libraries/bookmark.lib.php
/usr/share/phpMyAdmin/libraries/browse_foreigners.lib.php
/usr/share/phpMyAdmin/libraries/build_html_for_db.lib.php
/usr/share/phpMyAdmin/libraries/charset_conversion.lib.php
/usr/share/phpMyAdmin/libraries/check_user_privileges.lib.php
/usr/share/phpMyAdmin/libraries/cleanup.lib.php
/usr/share/phpMyAdmin/libraries/common.inc.php
/usr/share/phpMyAdmin/libraries/config
/usr/share/phpMyAdmin/libraries/config.default.php
/usr/share/phpMyAdmin/libraries/config.values.php
/usr/share/phpMyAdmin/libraries/config/ConfigFile.class.php
/usr/share/phpMyAdmin/libraries/config/Form.class.php
/usr/share/phpMyAdmin/libraries/config/FormDisplay.class.php
/usr/share/phpMyAdmin/libraries/config/FormDisplay.tpl.php
/usr/share/phpMyAdmin/libraries/config/ServerConfigChecks.class.php
/usr/share/phpMyAdmin/libraries/config/Validator.class.php
/usr/share/phpMyAdmin/libraries/config/config_functions.lib.php
/usr/share/phpMyAdmin/libraries/config/messages.inc.php
/usr/share/phpMyAdmin/libraries/config/setup.forms.php
/usr/share/phpMyAdmin/libraries/config/user_preferences.forms.php
/usr/share/phpMyAdmin/libraries/core.lib.php
/usr/share/phpMyAdmin/libraries/create_addfield.lib.php
/usr/share/phpMyAdmin/libraries/data_dictionary_relations.lib.php
/usr/share/phpMyAdmin/libraries/database_interface.inc.php
/usr/share/phpMyAdmin/libraries/db_common.inc.php
/usr/share/phpMyAdmin/libraries/db_info.inc.php
/usr/share/phpMyAdmin/libraries/db_table_exists.lib.php
/usr/share/phpMyAdmin/libraries/dbi
/usr/share/phpMyAdmin/libraries/dbi/DBIDrizzle.class.php
/usr/share/phpMyAdmin/libraries/dbi/DBIDummy.class.php
/usr/share/phpMyAdmin/libraries/dbi/DBIExtension.int.php
/usr/share/phpMyAdmin/libraries/dbi/DBIMysql.class.php
/usr/share/phpMyAdmin/libraries/dbi/DBIMysqli.class.php
/usr/share/phpMyAdmin/libraries/dbi/drizzle-wrappers.lib.php
/usr/share/phpMyAdmin/libraries/display_change_password.lib.php
/usr/share/phpMyAdmin/libraries/display_create_database.lib.php
/usr/share/phpMyAdmin/libraries/display_create_table.lib.php
/usr/share/phpMyAdmin/libraries/display_export.inc.php
/usr/share/phpMyAdmin/libraries/display_export.lib.php
/usr/share/phpMyAdmin/libraries/display_git_revision.lib.php
/usr/share/phpMyAdmin/libraries/display_import.inc.php
/usr/share/phpMyAdmin/libraries/display_import.lib.php
/usr/share/phpMyAdmin/libraries/display_import_ajax.lib.php
/usr/share/phpMyAdmin/libraries/display_select_lang.lib.php
/usr/share/phpMyAdmin/libraries/display_structure.inc.php
/usr/share/phpMyAdmin/libraries/engines
/usr/share/phpMyAdmin/libraries/engines/bdb.lib.php
/usr/share/phpMyAdmin/libraries/engines/berkeleydb.lib.php
/usr/share/phpMyAdmin/libraries/engines/binlog.lib.php
/usr/share/phpMyAdmin/libraries/engines/innobase.lib.php
/usr/share/phpMyAdmin/libraries/engines/innodb.lib.php
/usr/share/phpMyAdmin/libraries/engines/memory.lib.php
/usr/share/phpMyAdmin/libraries/engines/merge.lib.php
/usr/share/phpMyAdmin/libraries/engines/mrg_myisam.lib.php
/usr/share/phpMyAdmin/libraries/engines/myisam.lib.php
/usr/share/phpMyAdmin/libraries/engines/ndbcluster.lib.php
/usr/share/phpMyAdmin/libraries/engines/pbxt.lib.php
/usr/share/phpMyAdmin/libraries/engines/performance_schema.lib.php
/usr/share/phpMyAdmin/libraries/error.inc.php
/usr/share/phpMyAdmin/libraries/error_report.lib.php
/usr/share/phpMyAdmin/libraries/export.lib.php
/usr/share/phpMyAdmin/libraries/file_listing.lib.php
/usr/share/phpMyAdmin/libraries/gis
/usr/share/phpMyAdmin/libraries/gis/GIS_Factory.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Geometry.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Geometrycollection.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Linestring.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Multilinestring.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Multipoint.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Multipolygon.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Point.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Polygon.class.php
/usr/share/phpMyAdmin/libraries/gis/GIS_Visualization.class.php
/usr/share/phpMyAdmin/libraries/iconv_wrapper.lib.php
/usr/share/phpMyAdmin/libraries/import.lib.php
/usr/share/phpMyAdmin/libraries/index.lib.php
/usr/share/phpMyAdmin/libraries/information_schema_relations.lib.php
/usr/share/phpMyAdmin/libraries/insert_edit.lib.php
/usr/share/phpMyAdmin/libraries/ip_allow_deny.lib.php
/usr/share/phpMyAdmin/libraries/js_escape.lib.php
/usr/share/phpMyAdmin/libraries/kanji-encoding.lib.php
/usr/share/phpMyAdmin/libraries/language_stats.inc.php
/usr/share/phpMyAdmin/libraries/logging.lib.php
/usr/share/phpMyAdmin/libraries/mime.lib.php
/usr/share/phpMyAdmin/libraries/mult_submits.inc.php
/usr/share/phpMyAdmin/libraries/mult_submits.lib.php
/usr/share/phpMyAdmin/libraries/mysql_charsets.inc.php
/usr/share/phpMyAdmin/libraries/mysql_charsets.lib.php
/usr/share/phpMyAdmin/libraries/navigation
/usr/share/phpMyAdmin/libraries/navigation/Navigation.class.php
/usr/share/phpMyAdmin/libraries/navigation/NavigationHeader.class.php
/usr/share/phpMyAdmin/libraries/navigation/NavigationTree.class.php
/usr/share/phpMyAdmin/libraries/navigation/NodeFactory.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Column.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Column_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Database.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_DatabaseChild.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Database_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Event.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Event_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Function.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Function_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Index.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Index_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Procedure.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Procedure_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Table.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Table_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Trigger.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_Trigger_Container.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_View.class.php
/usr/share/phpMyAdmin/libraries/navigation/Nodes/Node_View_Container.class.php
/usr/share/phpMyAdmin/libraries/opendocument.lib.php
/usr/share/phpMyAdmin/libraries/operations.lib.php
/usr/share/phpMyAdmin/libraries/parse_analyze.inc.php
/usr/share/phpMyAdmin/libraries/plugin_interface.lib.php
/usr/share/phpMyAdmin/libraries/plugins
/usr/share/phpMyAdmin/libraries/plugins/AuthenticationPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/ExportPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/ImportPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/PluginManager.class.php
/usr/share/phpMyAdmin/libraries/plugins/PluginObserver.class.php
/usr/share/phpMyAdmin/libraries/plugins/TransformationsInterface.int.php
/usr/share/phpMyAdmin/libraries/plugins/TransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/UploadInterface.int.php
/usr/share/phpMyAdmin/libraries/plugins/auth
/usr/share/phpMyAdmin/libraries/plugins/auth/AuthenticationConfig.class.php
/usr/share/phpMyAdmin/libraries/plugins/auth/AuthenticationCookie.class.php
/usr/share/phpMyAdmin/libraries/plugins/auth/AuthenticationHttp.class.php
/usr/share/phpMyAdmin/libraries/plugins/auth/AuthenticationSignon.class.php
/usr/share/phpMyAdmin/libraries/plugins/auth/recaptchalib.php
/usr/share/phpMyAdmin/libraries/plugins/auth/swekey
/usr/share/phpMyAdmin/libraries/plugins/auth/swekey/authentication.inc.php
/usr/share/phpMyAdmin/libraries/plugins/auth/swekey/musbe-ca.crt
/usr/share/phpMyAdmin/libraries/plugins/auth/swekey/swekey.auth.lib.php
/usr/share/phpMyAdmin/libraries/plugins/auth/swekey/swekey.php
/usr/share/phpMyAdmin/libraries/plugins/export
/usr/share/phpMyAdmin/libraries/plugins/export/ExportCodegen.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportCsv.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportExcel.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportHtmlword.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportJson.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportLatex.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportMediawiki.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportOds.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportOdt.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportPdf.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportPhparray.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportSql.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportTexytext.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportXml.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/ExportYaml.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/PMA_ExportPdf.class.php
/usr/share/phpMyAdmin/libraries/plugins/export/README
/usr/share/phpMyAdmin/libraries/plugins/export/TableProperty.class.php
/usr/share/phpMyAdmin/libraries/plugins/import
/usr/share/phpMyAdmin/libraries/plugins/import/AbstractImportCsv.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportCsv.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportLdi.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportMediawiki.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportOds.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportShp.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportSql.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ImportXml.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/README
/usr/share/phpMyAdmin/libraries/plugins/import/ShapeFile.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/ShapeRecord.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/upload
/usr/share/phpMyAdmin/libraries/plugins/import/upload/UploadApc.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/upload/UploadNoplugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/upload/UploadProgress.class.php
/usr/share/phpMyAdmin/libraries/plugins/import/upload/UploadSession.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations
/usr/share/phpMyAdmin/libraries/plugins/transformations/Application_Octetstream_Download.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Application_Octetstream_Hex.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Image_JPEG_Inline.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Image_JPEG_Link.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Image_PNG_Inline.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/README
/usr/share/phpMyAdmin/libraries/plugins/transformations/TEMPLATE
/usr/share/phpMyAdmin/libraries/plugins/transformations/TEMPLATE_ABSTRACT
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Bool2text.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Dateformat.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_External.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Formatted.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Imagelink.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Link.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Longtoipv4.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Preappend.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Sql.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/Text_Plain_Substring.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/Bool2TextTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/DateFormatTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/DownloadTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/ExternalTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/FormattedTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/HexTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/ImageLinkTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/InlineTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/LongToIPv4TransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/PreApPendTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/SQLTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/SubstringTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/TextImageLinkTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/abstract/TextLinkTransformationsPlugin.class.php
/usr/share/phpMyAdmin/libraries/plugins/transformations/generator_main_class.sh
/usr/share/phpMyAdmin/libraries/plugins/transformations/generator_plugin.sh
/usr/share/phpMyAdmin/libraries/pmd_common.php
/usr/share/phpMyAdmin/libraries/properties
/usr/share/phpMyAdmin/libraries/properties/PropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options
/usr/share/phpMyAdmin/libraries/properties/options/OptionsPropertyGroup.class.php
/usr/share/phpMyAdmin/libraries/properties/options/OptionsPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/OptionsPropertyOneItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/groups
/usr/share/phpMyAdmin/libraries/properties/options/groups/OptionsPropertyMainGroup.class.php
/usr/share/phpMyAdmin/libraries/properties/options/groups/OptionsPropertyRootGroup.class.php
/usr/share/phpMyAdmin/libraries/properties/options/groups/OptionsPropertySubgroup.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items
/usr/share/phpMyAdmin/libraries/properties/options/items/BoolPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/DocPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/HiddenPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/MessageOnlyPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/NumberPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/RadioPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/SelectPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/options/items/TextPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/properties/plugins
/usr/share/phpMyAdmin/libraries/properties/plugins/ExportPluginProperties.class.php
/usr/share/phpMyAdmin/libraries/properties/plugins/ImportPluginProperties.class.php
/usr/share/phpMyAdmin/libraries/properties/plugins/PluginPropertyItem.class.php
/usr/share/phpMyAdmin/libraries/relation.lib.php
/usr/share/phpMyAdmin/libraries/relation_cleanup.lib.php
/usr/share/phpMyAdmin/libraries/replication.inc.php
/usr/share/phpMyAdmin/libraries/replication_gui.lib.php
/usr/share/phpMyAdmin/libraries/rte
/usr/share/phpMyAdmin/libraries/rte/rte_events.lib.php
/usr/share/phpMyAdmin/libraries/rte/rte_export.lib.php
/usr/share/phpMyAdmin/libraries/rte/rte_footer.lib.php
/usr/share/phpMyAdmin/libraries/rte/rte_list.lib.php
/usr/share/phpMyAdmin/libraries/rte/rte_main.inc.php
/usr/share/phpMyAdmin/libraries/rte/rte_routines.lib.php
/usr/share/phpMyAdmin/libraries/rte/rte_triggers.lib.php
/usr/share/phpMyAdmin/libraries/rte/rte_words.lib.php
/usr/share/phpMyAdmin/libraries/sanitizing.lib.php
/usr/share/phpMyAdmin/libraries/schema
/usr/share/phpMyAdmin/libraries/schema/Dia_Relation_Schema.class.php
/usr/share/phpMyAdmin/libraries/schema/Eps_Relation_Schema.class.php
/usr/share/phpMyAdmin/libraries/schema/Export_Relation_Schema.class.php
/usr/share/phpMyAdmin/libraries/schema/Pdf_Relation_Schema.class.php
/usr/share/phpMyAdmin/libraries/schema/Svg_Relation_Schema.class.php
/usr/share/phpMyAdmin/libraries/schema/TableStats.class.php
/usr/share/phpMyAdmin/libraries/schema/User_Schema.class.php
/usr/share/phpMyAdmin/libraries/select_lang.lib.php
/usr/share/phpMyAdmin/libraries/select_server.lib.php
/usr/share/phpMyAdmin/libraries/server_bin_log.lib.php
/usr/share/phpMyAdmin/libraries/server_collations.lib.php
/usr/share/phpMyAdmin/libraries/server_common.inc.php
/usr/share/phpMyAdmin/libraries/server_common.lib.php
/usr/share/phpMyAdmin/libraries/server_databases.lib.php
/usr/share/phpMyAdmin/libraries/server_engines.lib.php
/usr/share/phpMyAdmin/libraries/server_plugins.lib.php
/usr/share/phpMyAdmin/libraries/server_privileges.lib.php
/usr/share/phpMyAdmin/libraries/server_status.lib.php
/usr/share/phpMyAdmin/libraries/server_status_advisor.lib.php
/usr/share/phpMyAdmin/libraries/server_status_monitor.lib.php
/usr/share/phpMyAdmin/libraries/server_status_queries.lib.php
/usr/share/phpMyAdmin/libraries/server_status_variables.lib.php
/usr/share/phpMyAdmin/libraries/server_user_groups.lib.php
/usr/share/phpMyAdmin/libraries/server_users.lib.php
/usr/share/phpMyAdmin/libraries/server_variables.lib.php
/usr/share/phpMyAdmin/libraries/session.inc.php
/usr/share/phpMyAdmin/libraries/special_schema_links.lib.php
/usr/share/phpMyAdmin/libraries/sql.lib.php
/usr/share/phpMyAdmin/libraries/sql_query_form.lib.php
/usr/share/phpMyAdmin/libraries/sqlparser.data.php
/usr/share/phpMyAdmin/libraries/sqlparser.lib.php
/usr/share/phpMyAdmin/libraries/string.inc.php
/usr/share/phpMyAdmin/libraries/structure.lib.php
/usr/share/phpMyAdmin/libraries/sysinfo.lib.php
/usr/share/phpMyAdmin/libraries/tbl_chart.lib.php
/usr/share/phpMyAdmin/libraries/tbl_columns_definition_form.inc.php
/usr/share/phpMyAdmin/libraries/tbl_columns_definition_form.lib.php
/usr/share/phpMyAdmin/libraries/tbl_common.inc.php
/usr/share/phpMyAdmin/libraries/tbl_gis_visualization.lib.php
/usr/share/phpMyAdmin/libraries/tbl_indexes.lib.php
/usr/share/phpMyAdmin/libraries/tbl_info.inc.php
/usr/share/phpMyAdmin/libraries/tbl_printview.lib.php
/usr/share/phpMyAdmin/libraries/tbl_relation.lib.php
/usr/share/phpMyAdmin/libraries/tbl_tracking.lib.php
/usr/share/phpMyAdmin/libraries/tbl_views.lib.php
/usr/share/phpMyAdmin/libraries/transformations.lib.php
/usr/share/phpMyAdmin/libraries/url_generating.lib.php
/usr/share/phpMyAdmin/libraries/user_preferences.inc.php
/usr/share/phpMyAdmin/libraries/user_preferences.lib.php
/usr/share/phpMyAdmin/libraries/vendor_config.php
/usr/share/phpMyAdmin/libraries/zip.lib.php
/usr/share/phpMyAdmin/libraries/zip_extension.lib.php
/usr/share/phpMyAdmin/license.php
/usr/share/phpMyAdmin/locale
/usr/share/phpMyAdmin/locale/ar
/usr/share/phpMyAdmin/locale/ar/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ar/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/az
/usr/share/phpMyAdmin/locale/az/LC_MESSAGES
/usr/share/phpMyAdmin/locale/az/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/bg
/usr/share/phpMyAdmin/locale/bg/LC_MESSAGES
/usr/share/phpMyAdmin/locale/bg/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/bn
/usr/share/phpMyAdmin/locale/bn/LC_MESSAGES
/usr/share/phpMyAdmin/locale/bn/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/ca
/usr/share/phpMyAdmin/locale/ca/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ca/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/cs
/usr/share/phpMyAdmin/locale/cs/LC_MESSAGES
/usr/share/phpMyAdmin/locale/cs/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/da
/usr/share/phpMyAdmin/locale/da/LC_MESSAGES
/usr/share/phpMyAdmin/locale/da/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/de
/usr/share/phpMyAdmin/locale/de/LC_MESSAGES
/usr/share/phpMyAdmin/locale/de/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/el
/usr/share/phpMyAdmin/locale/el/LC_MESSAGES
/usr/share/phpMyAdmin/locale/el/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/en_GB
/usr/share/phpMyAdmin/locale/en_GB/LC_MESSAGES
/usr/share/phpMyAdmin/locale/en_GB/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/es
/usr/share/phpMyAdmin/locale/es/LC_MESSAGES
/usr/share/phpMyAdmin/locale/es/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/et
/usr/share/phpMyAdmin/locale/et/LC_MESSAGES
/usr/share/phpMyAdmin/locale/et/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/fi
/usr/share/phpMyAdmin/locale/fi/LC_MESSAGES
/usr/share/phpMyAdmin/locale/fi/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/fr
/usr/share/phpMyAdmin/locale/fr/LC_MESSAGES
/usr/share/phpMyAdmin/locale/fr/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/gl
/usr/share/phpMyAdmin/locale/gl/LC_MESSAGES
/usr/share/phpMyAdmin/locale/gl/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/hi
/usr/share/phpMyAdmin/locale/hi/LC_MESSAGES
/usr/share/phpMyAdmin/locale/hi/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/hu
/usr/share/phpMyAdmin/locale/hu/LC_MESSAGES
/usr/share/phpMyAdmin/locale/hu/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/ia
/usr/share/phpMyAdmin/locale/ia/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ia/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/id
/usr/share/phpMyAdmin/locale/id/LC_MESSAGES
/usr/share/phpMyAdmin/locale/id/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/it
/usr/share/phpMyAdmin/locale/it/LC_MESSAGES
/usr/share/phpMyAdmin/locale/it/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/ja
/usr/share/phpMyAdmin/locale/ja/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ja/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/ko
/usr/share/phpMyAdmin/locale/ko/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ko/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/lt
/usr/share/phpMyAdmin/locale/lt/LC_MESSAGES
/usr/share/phpMyAdmin/locale/lt/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/nb
/usr/share/phpMyAdmin/locale/nb/LC_MESSAGES
/usr/share/phpMyAdmin/locale/nb/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/nl
/usr/share/phpMyAdmin/locale/nl/LC_MESSAGES
/usr/share/phpMyAdmin/locale/nl/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/pl
/usr/share/phpMyAdmin/locale/pl/LC_MESSAGES
/usr/share/phpMyAdmin/locale/pl/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/pt
/usr/share/phpMyAdmin/locale/pt/LC_MESSAGES
/usr/share/phpMyAdmin/locale/pt/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/pt_BR
/usr/share/phpMyAdmin/locale/pt_BR/LC_MESSAGES
/usr/share/phpMyAdmin/locale/pt_BR/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/ro
/usr/share/phpMyAdmin/locale/ro/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ro/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/ru
/usr/share/phpMyAdmin/locale/ru/LC_MESSAGES
/usr/share/phpMyAdmin/locale/ru/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/si
/usr/share/phpMyAdmin/locale/si/LC_MESSAGES
/usr/share/phpMyAdmin/locale/si/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/sk
/usr/share/phpMyAdmin/locale/sk/LC_MESSAGES
/usr/share/phpMyAdmin/locale/sk/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/sl
/usr/share/phpMyAdmin/locale/sl/LC_MESSAGES
/usr/share/phpMyAdmin/locale/sl/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/sr@latin
/usr/share/phpMyAdmin/locale/sr@latin/LC_MESSAGES
/usr/share/phpMyAdmin/locale/sr@latin/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/sv
/usr/share/phpMyAdmin/locale/sv/LC_MESSAGES
/usr/share/phpMyAdmin/locale/sv/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/tr
/usr/share/phpMyAdmin/locale/tr/LC_MESSAGES
/usr/share/phpMyAdmin/locale/tr/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/uk
/usr/share/phpMyAdmin/locale/uk/LC_MESSAGES
/usr/share/phpMyAdmin/locale/uk/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/uz
/usr/share/phpMyAdmin/locale/uz/LC_MESSAGES
/usr/share/phpMyAdmin/locale/uz/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/uz@latin
/usr/share/phpMyAdmin/locale/uz@latin/LC_MESSAGES
/usr/share/phpMyAdmin/locale/uz@latin/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/zh_CN
/usr/share/phpMyAdmin/locale/zh_CN/LC_MESSAGES
/usr/share/phpMyAdmin/locale/zh_CN/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/locale/zh_TW
/usr/share/phpMyAdmin/locale/zh_TW/LC_MESSAGES
/usr/share/phpMyAdmin/locale/zh_TW/LC_MESSAGES/phpmyadmin.mo
/usr/share/phpMyAdmin/navigation.php
/usr/share/phpMyAdmin/phpinfo.php
/usr/share/phpMyAdmin/phpmyadmin.css.php
/usr/share/phpMyAdmin/phpunit.xml.hhvm
/usr/share/phpMyAdmin/phpunit.xml.nocoverage
/usr/share/phpMyAdmin/pmd_display_field.php
/usr/share/phpMyAdmin/pmd_general.php
/usr/share/phpMyAdmin/pmd_pdf.php
/usr/share/phpMyAdmin/pmd_relation_new.php
/usr/share/phpMyAdmin/pmd_relation_upd.php
/usr/share/phpMyAdmin/pmd_save_pos.php
/usr/share/phpMyAdmin/prefs_forms.php
/usr/share/phpMyAdmin/prefs_manage.php
/usr/share/phpMyAdmin/print.css
/usr/share/phpMyAdmin/querywindow.php
/usr/share/phpMyAdmin/schema_edit.php
/usr/share/phpMyAdmin/schema_export.php
/usr/share/phpMyAdmin/server_binlog.php
/usr/share/phpMyAdmin/server_collations.php
/usr/share/phpMyAdmin/server_databases.php
/usr/share/phpMyAdmin/server_engines.php
/usr/share/phpMyAdmin/server_export.php
/usr/share/phpMyAdmin/server_import.php
/usr/share/phpMyAdmin/server_plugins.php
/usr/share/phpMyAdmin/server_privileges.php
/usr/share/phpMyAdmin/server_replication.php
/usr/share/phpMyAdmin/server_sql.php
/usr/share/phpMyAdmin/server_status.php
/usr/share/phpMyAdmin/server_status_advisor.php
/usr/share/phpMyAdmin/server_status_monitor.php
/usr/share/phpMyAdmin/server_status_queries.php
/usr/share/phpMyAdmin/server_status_variables.php
/usr/share/phpMyAdmin/server_user_groups.php
/usr/share/phpMyAdmin/server_variables.php
/usr/share/phpMyAdmin/setup
/usr/share/phpMyAdmin/setup/ajax.js
/usr/share/phpMyAdmin/setup/config.php
/usr/share/phpMyAdmin/setup/frames
/usr/share/phpMyAdmin/setup/frames/config.inc.php
/usr/share/phpMyAdmin/setup/frames/form.inc.php
/usr/share/phpMyAdmin/setup/frames/index.inc.php
/usr/share/phpMyAdmin/setup/frames/menu.inc.php
/usr/share/phpMyAdmin/setup/frames/servers.inc.php
/usr/share/phpMyAdmin/setup/index.php
/usr/share/phpMyAdmin/setup/lib
/usr/share/phpMyAdmin/setup/lib/ConfigGenerator.class.php
/usr/share/phpMyAdmin/setup/lib/common.inc.php
/usr/share/phpMyAdmin/setup/lib/form_processing.lib.php
/usr/share/phpMyAdmin/setup/lib/index.lib.php
/usr/share/phpMyAdmin/setup/scripts.js
/usr/share/phpMyAdmin/setup/styles.css
/usr/share/phpMyAdmin/setup/validate.php
/usr/share/phpMyAdmin/show_config_errors.php
/usr/share/phpMyAdmin/sql.php
/usr/share/phpMyAdmin/tbl_addfield.php
/usr/share/phpMyAdmin/tbl_change.php
/usr/share/phpMyAdmin/tbl_chart.php
/usr/share/phpMyAdmin/tbl_create.php
/usr/share/phpMyAdmin/tbl_export.php
/usr/share/phpMyAdmin/tbl_find_replace.php
/usr/share/phpMyAdmin/tbl_get_field.php
/usr/share/phpMyAdmin/tbl_gis_visualization.php
/usr/share/phpMyAdmin/tbl_import.php
/usr/share/phpMyAdmin/tbl_indexes.php
/usr/share/phpMyAdmin/tbl_move_copy.php
/usr/share/phpMyAdmin/tbl_operations.php
/usr/share/phpMyAdmin/tbl_printview.php
/usr/share/phpMyAdmin/tbl_relation.php
/usr/share/phpMyAdmin/tbl_replace.php
/usr/share/phpMyAdmin/tbl_row_action.php
/usr/share/phpMyAdmin/tbl_select.php
/usr/share/phpMyAdmin/tbl_sql.php
/usr/share/phpMyAdmin/tbl_structure.php
/usr/share/phpMyAdmin/tbl_tracking.php
/usr/share/phpMyAdmin/tbl_triggers.php
/usr/share/phpMyAdmin/tbl_zoom_select.php
/usr/share/phpMyAdmin/themes
/usr/share/phpMyAdmin/themes.php
/usr/share/phpMyAdmin/themes/dot.gif
/usr/share/phpMyAdmin/themes/original
/usr/share/phpMyAdmin/themes/original/css
/usr/share/phpMyAdmin/themes/original/css/common.css.php
/usr/share/phpMyAdmin/themes/original/css/navigation.css.php
/usr/share/phpMyAdmin/themes/original/img
/usr/share/phpMyAdmin/themes/original/img/ajax_clock_small.gif
/usr/share/phpMyAdmin/themes/original/img/arrow_ltr.png
/usr/share/phpMyAdmin/themes/original/img/arrow_rtl.png
/usr/share/phpMyAdmin/themes/original/img/b_bookmark.png
/usr/share/phpMyAdmin/themes/original/img/b_browse.png
/usr/share/phpMyAdmin/themes/original/img/b_calendar.png
/usr/share/phpMyAdmin/themes/original/img/b_chart.png
/usr/share/phpMyAdmin/themes/original/img/b_close.png
/usr/share/phpMyAdmin/themes/original/img/b_column_add.png
/usr/share/phpMyAdmin/themes/original/img/b_comment.png
/usr/share/phpMyAdmin/themes/original/img/b_dbstatistics.png
/usr/share/phpMyAdmin/themes/original/img/b_deltbl.png
/usr/share/phpMyAdmin/themes/original/img/b_docs.png
/usr/share/phpMyAdmin/themes/original/img/b_drop.png
/usr/share/phpMyAdmin/themes/original/img/b_edit.png
/usr/share/phpMyAdmin/themes/original/img/b_empty.png
/usr/share/phpMyAdmin/themes/original/img/b_engine.png
/usr/share/phpMyAdmin/themes/original/img/b_event_add.png
/usr/share/phpMyAdmin/themes/original/img/b_events.png
/usr/share/phpMyAdmin/themes/original/img/b_export.png
/usr/share/phpMyAdmin/themes/original/img/b_favorite.png
/usr/share/phpMyAdmin/themes/original/img/b_find_replace.png
/usr/share/phpMyAdmin/themes/original/img/b_ftext.png
/usr/share/phpMyAdmin/themes/original/img/b_globe.gif
/usr/share/phpMyAdmin/themes/original/img/b_group.png
/usr/share/phpMyAdmin/themes/original/img/b_help.png
/usr/share/phpMyAdmin/themes/original/img/b_home.png
/usr/share/phpMyAdmin/themes/original/img/b_import.png
/usr/share/phpMyAdmin/themes/original/img/b_index.png
/usr/share/phpMyAdmin/themes/original/img/b_index_add.png
/usr/share/phpMyAdmin/themes/original/img/b_info.png
/usr/share/phpMyAdmin/themes/original/img/b_inline_edit.png
/usr/share/phpMyAdmin/themes/original/img/b_insrow.png
/usr/share/phpMyAdmin/themes/original/img/b_minus.png
/usr/share/phpMyAdmin/themes/original/img/b_more.png
/usr/share/phpMyAdmin/themes/original/img/b_move.png
/usr/share/phpMyAdmin/themes/original/img/b_newdb.png
/usr/share/phpMyAdmin/themes/original/img/b_newtbl.png
/usr/share/phpMyAdmin/themes/original/img/b_nextpage.png
/usr/share/phpMyAdmin/themes/original/img/b_no_favorite.png
/usr/share/phpMyAdmin/themes/original/img/b_plus.png
/usr/share/phpMyAdmin/themes/original/img/b_primary.png
/usr/share/phpMyAdmin/themes/original/img/b_print.png
/usr/share/phpMyAdmin/themes/original/img/b_props.png
/usr/share/phpMyAdmin/themes/original/img/b_relations.png
/usr/share/phpMyAdmin/themes/original/img/b_routine_add.png
/usr/share/phpMyAdmin/themes/original/img/b_routines.png
/usr/share/phpMyAdmin/themes/original/img/b_save.png
/usr/share/phpMyAdmin/themes/original/img/b_sbrowse.png
/usr/share/phpMyAdmin/themes/original/img/b_search.png
/usr/share/phpMyAdmin/themes/original/img/b_selboard.png
/usr/share/phpMyAdmin/themes/original/img/b_select.png
/usr/share/phpMyAdmin/themes/original/img/b_snewtbl.png
/usr/share/phpMyAdmin/themes/original/img/b_spatial.png
/usr/share/phpMyAdmin/themes/original/img/b_sql.png
/usr/share/phpMyAdmin/themes/original/img/b_sqlhelp.png
/usr/share/phpMyAdmin/themes/original/img/b_table_add.png
/usr/share/phpMyAdmin/themes/original/img/b_tblanalyse.png
/usr/share/phpMyAdmin/themes/original/img/b_tblexport.png
/usr/share/phpMyAdmin/themes/original/img/b_tblimport.png
/usr/share/phpMyAdmin/themes/original/img/b_tblops.png
/usr/share/phpMyAdmin/themes/original/img/b_tbloptimize.png
/usr/share/phpMyAdmin/themes/original/img/b_tipp.png
/usr/share/phpMyAdmin/themes/original/img/b_trigger_add.png
/usr/share/phpMyAdmin/themes/original/img/b_triggers.png
/usr/share/phpMyAdmin/themes/original/img/b_undo.png
/usr/share/phpMyAdmin/themes/original/img/b_unique.png
/usr/share/phpMyAdmin/themes/original/img/b_usradd.png
/usr/share/phpMyAdmin/themes/original/img/b_usrcheck.png
/usr/share/phpMyAdmin/themes/original/img/b_usrdrop.png
/usr/share/phpMyAdmin/themes/original/img/b_usredit.png
/usr/share/phpMyAdmin/themes/original/img/b_usrlist.png
/usr/share/phpMyAdmin/themes/original/img/b_view.png
/usr/share/phpMyAdmin/themes/original/img/b_view_add.png
/usr/share/phpMyAdmin/themes/original/img/b_views.png
/usr/share/phpMyAdmin/themes/original/img/bd_browse.png
/usr/share/phpMyAdmin/themes/original/img/bd_deltbl.png
/usr/share/phpMyAdmin/themes/original/img/bd_drop.png
/usr/share/phpMyAdmin/themes/original/img/bd_edit.png
/usr/share/phpMyAdmin/themes/original/img/bd_empty.png
/usr/share/phpMyAdmin/themes/original/img/bd_export.png
/usr/share/phpMyAdmin/themes/original/img/bd_ftext.png
/usr/share/phpMyAdmin/themes/original/img/bd_index.png
/usr/share/phpMyAdmin/themes/original/img/bd_insrow.png
/usr/share/phpMyAdmin/themes/original/img/bd_nextpage.png
/usr/share/phpMyAdmin/themes/original/img/bd_primary.png
/usr/share/phpMyAdmin/themes/original/img/bd_sbrowse.png
/usr/share/phpMyAdmin/themes/original/img/bd_select.png
/usr/share/phpMyAdmin/themes/original/img/bd_spatial.png
/usr/share/phpMyAdmin/themes/original/img/bd_unique.png
/usr/share/phpMyAdmin/themes/original/img/cleardot.gif
/usr/share/phpMyAdmin/themes/original/img/col_drop.png
/usr/share/phpMyAdmin/themes/original/img/col_pointer.png
/usr/share/phpMyAdmin/themes/original/img/col_pointer_ver.png
/usr/share/phpMyAdmin/themes/original/img/east-mini.png
/usr/share/phpMyAdmin/themes/original/img/error.ico
/usr/share/phpMyAdmin/themes/original/img/eye.png
/usr/share/phpMyAdmin/themes/original/img/eye_grey.png
/usr/share/phpMyAdmin/themes/original/img/lightbulb.png
/usr/share/phpMyAdmin/themes/original/img/lightbulb_off.png
/usr/share/phpMyAdmin/themes/original/img/logo_left.png
/usr/share/phpMyAdmin/themes/original/img/logo_right.png
/usr/share/phpMyAdmin/themes/original/img/more.png
/usr/share/phpMyAdmin/themes/original/img/new_data.png
/usr/share/phpMyAdmin/themes/original/img/new_data_hovered.png
/usr/share/phpMyAdmin/themes/original/img/new_data_selected.png
/usr/share/phpMyAdmin/themes/original/img/new_data_selected_hovered.png
/usr/share/phpMyAdmin/themes/original/img/new_struct.png
/usr/share/phpMyAdmin/themes/original/img/new_struct_hovered.png
/usr/share/phpMyAdmin/themes/original/img/new_struct_selected.png
/usr/share/phpMyAdmin/themes/original/img/new_struct_selected_hovered.png
/usr/share/phpMyAdmin/themes/original/img/north-mini.png
/usr/share/phpMyAdmin/themes/original/img/pause.png
/usr/share/phpMyAdmin/themes/original/img/play.png
/usr/share/phpMyAdmin/themes/original/img/s_asc.png
/usr/share/phpMyAdmin/themes/original/img/s_asci.png
/usr/share/phpMyAdmin/themes/original/img/s_attention.png
/usr/share/phpMyAdmin/themes/original/img/s_cancel.png
/usr/share/phpMyAdmin/themes/original/img/s_cog.png
/usr/share/phpMyAdmin/themes/original/img/s_db.png
/usr/share/phpMyAdmin/themes/original/img/s_desc.png
/usr/share/phpMyAdmin/themes/original/img/s_error.png
/usr/share/phpMyAdmin/themes/original/img/s_error2.png
/usr/share/phpMyAdmin/themes/original/img/s_fulltext.png
/usr/share/phpMyAdmin/themes/original/img/s_host.png
/usr/share/phpMyAdmin/themes/original/img/s_info.png
/usr/share/phpMyAdmin/themes/original/img/s_lang.png
/usr/share/phpMyAdmin/themes/original/img/s_loggoff.png
/usr/share/phpMyAdmin/themes/original/img/s_notice.png
/usr/share/phpMyAdmin/themes/original/img/s_partialtext.png
/usr/share/phpMyAdmin/themes/original/img/s_passwd.png
/usr/share/phpMyAdmin/themes/original/img/s_really.png
/usr/share/phpMyAdmin/themes/original/img/s_reload.png
/usr/share/phpMyAdmin/themes/original/img/s_replication.png
/usr/share/phpMyAdmin/themes/original/img/s_rights.png
/usr/share/phpMyAdmin/themes/original/img/s_sortable.png
/usr/share/phpMyAdmin/themes/original/img/s_status.png
/usr/share/phpMyAdmin/themes/original/img/s_success.png
/usr/share/phpMyAdmin/themes/original/img/s_sync.png
/usr/share/phpMyAdmin/themes/original/img/s_tbl.png
/usr/share/phpMyAdmin/themes/original/img/s_theme.png
/usr/share/phpMyAdmin/themes/original/img/s_top.png
/usr/share/phpMyAdmin/themes/original/img/s_vars.png
/usr/share/phpMyAdmin/themes/original/img/s_views.png
/usr/share/phpMyAdmin/themes/original/img/south-mini.png
/usr/share/phpMyAdmin/themes/original/img/spacer.png
/usr/share/phpMyAdmin/themes/original/img/sprites.png
/usr/share/phpMyAdmin/themes/original/img/toggle-ltr.png
/usr/share/phpMyAdmin/themes/original/img/toggle-rtl.png
/usr/share/phpMyAdmin/themes/original/img/vertical_line.png
/usr/share/phpMyAdmin/themes/original/img/west-mini.png
/usr/share/phpMyAdmin/themes/original/img/window-new.png
/usr/share/phpMyAdmin/themes/original/img/zoom-minus-mini.png
/usr/share/phpMyAdmin/themes/original/img/zoom-plus-mini.png
/usr/share/phpMyAdmin/themes/original/img/zoom-world-mini.png
/usr/share/phpMyAdmin/themes/original/info.inc.php
/usr/share/phpMyAdmin/themes/original/jquery
/usr/share/phpMyAdmin/themes/original/jquery/images
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_flat_75_ffffff_40x100.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_65_ffffff_1x400.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_dadada_1x400.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-icons_222222_256x240.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-icons_2e83ff_256x240.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-icons_454545_256x240.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-icons_888888_256x240.png
/usr/share/phpMyAdmin/themes/original/jquery/images/ui-icons_cd0a0a_256x240.png
/usr/share/phpMyAdmin/themes/original/jquery/jquery-ui-1.9.2.custom.css
/usr/share/phpMyAdmin/themes/original/layout.inc.php
/usr/share/phpMyAdmin/themes/original/screen.png
/usr/share/phpMyAdmin/themes/original/sprites.lib.php
/usr/share/phpMyAdmin/themes/pmahomme
/usr/share/phpMyAdmin/themes/pmahomme/css
/usr/share/phpMyAdmin/themes/pmahomme/css/codemirror.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/common.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/enum_editor.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/gis.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/jqplot.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/navigation.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/pmd.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/resizable-menu.css.php
/usr/share/phpMyAdmin/themes/pmahomme/css/rte.css.php
/usr/share/phpMyAdmin/themes/pmahomme/img
/usr/share/phpMyAdmin/themes/pmahomme/img/ajax_clock_small.gif
/usr/share/phpMyAdmin/themes/pmahomme/img/arrow_ltr.png
/usr/share/phpMyAdmin/themes/pmahomme/img/arrow_rtl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/asc_order.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_bookmark.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_browse.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_calendar.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_chart.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_close.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_column_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_comment.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_dbstatistics.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_deltbl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_docs.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_docsql.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_drop.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_edit.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_empty.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_engine.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_event_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_events.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_export.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_favorite.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_find_replace.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_firstpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_ftext.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_globe.gif
/usr/share/phpMyAdmin/themes/pmahomme/img/b_group.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_help.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_home.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_import.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_index.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_index_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_info.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_inline_edit.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_insrow.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_lastpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_minus.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_more.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_move.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_newdb.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_newtbl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_nextpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_no_favorite.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_pdfdoc.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_plus.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_prevpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_primary.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_print.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_props.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_relations.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_routine_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_routines.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_save.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_sbrowse.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_sdb.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_search.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_selboard.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_select.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_snewtbl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_spatial.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_sql.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_sqldoc.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_sqlhelp.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_table_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_tblanalyse.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_tblexport.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_tblimport.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_tblops.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_tbloptimize.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_tipp.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_trigger_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_triggers.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_undo.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_unique.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_usradd.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_usrcheck.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_usrdrop.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_usredit.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_usrlist.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_view.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_view_add.png
/usr/share/phpMyAdmin/themes/pmahomme/img/b_views.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_browse.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_deltbl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_drop.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_edit.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_empty.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_export.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_firstpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_ftext.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_index.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_insrow.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_lastpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_nextpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_prevpage.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_primary.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_sbrowse.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_select.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_spatial.png
/usr/share/phpMyAdmin/themes/pmahomme/img/bd_unique.png
/usr/share/phpMyAdmin/themes/pmahomme/img/col_drop.png
/usr/share/phpMyAdmin/themes/pmahomme/img/col_pointer.png
/usr/share/phpMyAdmin/themes/pmahomme/img/col_pointer_ver.png
/usr/share/phpMyAdmin/themes/pmahomme/img/database.png
/usr/share/phpMyAdmin/themes/pmahomme/img/east-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/img/error.ico
/usr/share/phpMyAdmin/themes/pmahomme/img/eye.png
/usr/share/phpMyAdmin/themes/pmahomme/img/eye_grey.png
/usr/share/phpMyAdmin/themes/pmahomme/img/item.png
/usr/share/phpMyAdmin/themes/pmahomme/img/left_nav_bg.png
/usr/share/phpMyAdmin/themes/pmahomme/img/lightbulb.png
/usr/share/phpMyAdmin/themes/pmahomme/img/lightbulb_off.png
/usr/share/phpMyAdmin/themes/pmahomme/img/logo_left.png
/usr/share/phpMyAdmin/themes/pmahomme/img/logo_right.png
/usr/share/phpMyAdmin/themes/pmahomme/img/more.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_data.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_data_hovered.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_data_selected.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_data_selected_hovered.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_struct.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_struct_hovered.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_struct_selected.png
/usr/share/phpMyAdmin/themes/pmahomme/img/new_struct_selected_hovered.png
/usr/share/phpMyAdmin/themes/pmahomme/img/north-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pause.png
/usr/share/phpMyAdmin/themes/pmahomme/img/php_sym.png
/usr/share/phpMyAdmin/themes/pmahomme/img/play.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pma_logo2.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/1.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/2.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/2leftarrow_m.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/2rightarrow_m.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/3.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/4.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/5.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/6.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/7.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/8.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/FieldKey_small.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/Field_small.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_char.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_date.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/Field_small_int.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/Header.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/Header_Linked.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/and_icon.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/ang_direct.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/bord.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/bottom.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/def.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/display_field.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/downarrow1.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/downarrow2.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/downarrow2_m.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/exec.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/exec_small.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/exitFullscreen.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/favicon.ico
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/grid.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/help.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/help_relation.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/left_panel_butt.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/left_panel_tab.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/minus.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/or_icon.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/pdf.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/plus.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/query_builder.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/relation.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/reload.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/resize.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/rightarrow1.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/rightarrow2.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/save.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/small_tab.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/table.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/toggle_lines.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/top_panel.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/uparrow2_m.png
/usr/share/phpMyAdmin/themes/pmahomme/img/pmd/viewInFullscreen.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_asc.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_asci.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_attention.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_cancel.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_cancel2.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_cog.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_db.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_desc.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_error.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_error2.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_fulltext.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_host.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_info.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_lang.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_loggoff.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_notice.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_okay.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_partialtext.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_passwd.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_process.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_really.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_reload.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_replication.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_rights.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_sortable.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_status.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_success.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_sync.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_tbl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_theme.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_top.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_vars.png
/usr/share/phpMyAdmin/themes/pmahomme/img/s_views.png
/usr/share/phpMyAdmin/themes/pmahomme/img/south-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/img/spacer.png
/usr/share/phpMyAdmin/themes/pmahomme/img/sprites.png
/usr/share/phpMyAdmin/themes/pmahomme/img/toggle-ltr.png
/usr/share/phpMyAdmin/themes/pmahomme/img/toggle-rtl.png
/usr/share/phpMyAdmin/themes/pmahomme/img/vertical_line.png
/usr/share/phpMyAdmin/themes/pmahomme/img/west-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/img/window-new.png
/usr/share/phpMyAdmin/themes/pmahomme/img/zoom-minus-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/img/zoom-plus-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/img/zoom-world-mini.png
/usr/share/phpMyAdmin/themes/pmahomme/info.inc.php
/usr/share/phpMyAdmin/themes/pmahomme/jquery
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_0_aaaaaa_40x100.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_flat_75_ffffff_40x100.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_55_fbf9ee_1x400.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_65_ffffff_1x400.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_dadada_1x400.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_75_e6e6e6_1x400.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_glass_95_fef1ec_1x400.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-bg_highlight-soft_75_cccccc_1x100.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_222222_256x240.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_2e83ff_256x240.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_454545_256x240.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_888888_256x240.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/images/ui-icons_cd0a0a_256x240.png
/usr/share/phpMyAdmin/themes/pmahomme/jquery/jquery-ui-1.9.2.custom.css
/usr/share/phpMyAdmin/themes/pmahomme/layout.inc.php
/usr/share/phpMyAdmin/themes/pmahomme/screen.png
/usr/share/phpMyAdmin/themes/pmahomme/sprites.lib.php
/usr/share/phpMyAdmin/themes/sprites.css.php
/usr/share/phpMyAdmin/themes/svg_gradient.php
/usr/share/phpMyAdmin/transformation_overview.php
/usr/share/phpMyAdmin/transformation_wrapper.php
/usr/share/phpMyAdmin/url.php
/usr/share/phpMyAdmin/user_password.php
/usr/share/phpMyAdmin/version_check.php
/usr/share/phpMyAdmin/view_create.php
/usr/share/phpMyAdmin/view_operations.php
/usr/share/phpMyAdmin/webapp.php
/var/lib/phpMyAdmin
/var/lib/phpMyAdmin/config
/var/lib/phpMyAdmin/save
/var/lib/phpMyAdmin/upload

Basis-Konfiguration

/etc/php.ini

Um einen Fortschrittsbalken während des Hochladens von Daten sehen zu können, muss in der Konfigurationsdatei

  • /etc/php.ini

nachfolgende Änderung durchgeführt werden:

(Nur relevanter Ausschnitt)

...
; Enable upload progress tracking in $_SESSION
; Default Value: On
; Development Value: On
; Production Value: On
; http://php.net/session.upload-progress.enabled
; Tachtler
; default: ;session.upload_progress.enabled = On
session.upload_progress.enabled = On
...

Darüber hinaus muss die JSON-Erweiterung in PHP aktiviert sein (was standardmäßig der Fall sein sollte), was mit nachfolgendem Befehl überprüft werden kann:

# php -r "phpinfo();" | grep json
PHP Warning:  phpinfo(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in Command line code on line 1
/etc/php.d/json.ini,
json
json support => enabled
json version => 1.2.1

Siehe auch den externen Link

MariaDB-Konfiguration

Falls eine Installation des MariaDB-Datenbank-Servers, wie unter nachfolgendem Link beschrieben durchgeführt wurde

und wie ebenfalls unter nachfolgendem Link, die Sicherheitskonfiguration durchgeführt wurde

ist eine Veränderung der Konfiguration des MariaDB-Datenbank-Servers zwingend erforderlich!

:!: WICHTIG - Es geht um den Remote-Zugriff des Benutzer root, welcher nicht möglich ist, was zum tragen kommt, wenn der

und

auf verschiedenen Servern installiert sind!

Folgende Schritte sind in diesem Fall durchzuführen:

  • neuen Benutzer anlegen
  • und dem neuen Benutzer alle Privilegien
  • für einen Remote-Zugriff geben

Um ein Passwort im verschlüsselten Format für das Passwort-Feld der nachfolgenden SQL-Datei zu erstellen, kann nachfolgender Befehl genutzt werden.

:!: WICHTIG - Es wird die Kenntnis des Passwortes für den Benutzer root vorausgesetzt!.

# echo "SELECT PASSWORD('WasGeheimes');" | mysql -h localhost -u root -p
Enter password: 
PASSWORD('WasGeheimes')
*C5AA71BF9FCC5732345832D1467324149A2C0BB1

Mit nachfolgendem Befehl soll nun eine SQL-Datei in nachfolgendem Verzeichnis, mit nachfolgendem Namen und nachfolgendem Inhalt erstellt werden.

SQL-Datei Verwendungszweck
/tmp/create_users_for_remote_access.sql Erstellung eines Remote-Benutzers
# touch /tmp/create_users_for_remote_access.sql

Die SQL-Datei /tmp/create_users_for_remote_access.sql soll nachfolgenden Inhalt bekommen:

-- MariaDB-SQL-Script.
-- Create users for remote access.
-- (c) Klaus Tachtler 2014.
-- /usr/bin/mysql -u root -p < <script.sql>
 
-- Use database.
USE mysql;
 
-- Create new users.
CREATE USER 'admin'@'192.168.0.90' IDENTIFIED BY PASSWORD '*C5AA71BF9FCC5732345832D1467324149A2C0BB1';
CREATE USER 'admin'@'server90.idmz.tachtler.net' IDENTIFIED BY PASSWORD '*C5AA71BF9FCC5732345832D1467324149A2C0BB1';
 
-- Grant ALL privileges to new users.
GRANT ALL PRIVILEGES ON *.* TO 'admin'@'192.168.0.90' IDENTIFIED BY PASSWORD '*C5AA71BF9FCC5732345832D1467324149A2C0BB1' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON *.* TO 'admin'@'server90.idmz.tachtler.net' IDENTIFIED BY PASSWORD '*C5AA71BF9FCC5732345832D1467324149A2C0BB1' WITH GRANT OPTION;
 
-- Make sure that priviliges are reloaded.
FLUSH PRIVILEGES;

Abschließend wird mit nachfolgendem Befehl der Inhalt der SQL-Datei im laufendem Betrieb des MariaDB-Datenbank-Servers der Konfiguration des MariaDB-Datenbank-Servers hinzugefügt:

# /usr/bin/mysql -u root -p < /tmp/create_users_for_remote_access.sql

Mit nachfolgenden Befehlen kann nun überprüft werden, ob die vorhergehenden Schritte zur Einrichtung eines Remote-Benutzers erfolgreich waren.

Nachfolgender Befehl ermöglicht die Anmeldung am MariaDB-Monitor:

# mysql -h 127.0.0.1 -u root -p
Enter password:
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 25
Server version: 5.5.40-MariaDB MariaDB Server
 
Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
MariaDB [(none)]>

Nachfolgender Befehl listet den angelegten Remote-Benutzer mit allen Details auf:

MariaDB [(none)]> SELECT * FROM mysql.user WHERE User = 'admin';
+----------------------------+-------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+--------+-----------------------+
| Host                       | User  | Password                                  | Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv | Reload_priv | Shutdown_priv | Process_priv | File_priv | Grant_priv | References_priv | Index_priv | Alter_priv | Show_db_priv | Super_priv | Create_tmp_table_priv | Lock_tables_priv | Execute_priv | Repl_slave_priv | Repl_client_priv | Create_view_priv | Show_view_priv | Create_routine_priv | Alter_routine_priv | Create_user_priv | Event_priv | Trigger_priv | Create_tablespace_priv | ssl_type | ssl_cipher | x509_issuer | x509_subject | max_questions | max_updates | max_connections | max_user_connections | plugin | authentication_string |
+----------------------------+-------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+--------+-----------------------+
| server90.idmz.tachtler.net | admin | *C5AA71BF9FCC5732345832D1467324149A2C0BB1 | Y           | Y           | Y           | Y           | Y           | Y         | Y           | Y             | Y            | Y         | Y          | Y               | Y          | Y          | Y            | Y          | Y                     | Y                | Y            | Y               | Y                | Y                | Y              | Y                   | Y                  | Y                | Y          | Y            | Y                      |          |            |             |              |             0 |           0 |               0 |                    0 |        |                       |
| 192.168.0.90               | admin | *C5AA71BF9FCC5732345832D1467324149A2C0BB1 | Y           | Y           | Y           | Y           | Y           | Y         | Y           | Y             | Y            | Y         | Y          | Y               | Y          | Y          | Y            | Y          | Y                     | Y                | Y            | Y               | Y                | Y                | Y              | Y                   | Y                  | Y                | Y          | Y            | Y                      |          |            |             |              |             0 |           0 |               0 |                    0 |        |                       |
+----------------------------+-------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+--------+-----------------------+
4 rows in set (0.00 sec)
 
MariaDB [(none)]>

Nachfolgender Befehl beendet den MariaDB-Monitor:

MariaDB [(none)]> quit
Bye

Apache VHOST-Konfiguration

Es soll anstelle der mitgelieferten Konfigurationsdatei in nachfolgendem Verzeichnis, mit nachfolgendem Namen:

  • /etc/httpd/conf.d/phpMyAdmin.conf

ein virtueller Host im Apache HTTP Server eingerichtet werden.

Siehe dazu auch nachfolgende interne Links:

Dazu soll zuerst die mitgelieferte Konfigurationsdatei mit nachfolgendem Befehl kopiert werden:

# cp -a /etc/httpd/conf.d/phpMyAdmin.conf /etc/httpd/conf.d/phpMyAdmin.conf.orig

Anschließend kann dann der Inhalt der Konfigurationsdatei /etc/httpd/conf.d/phpMyAdmin.conf wie nachfolgend dargestellt entsprechend abgeändert werden:

(Komplette Konfigurationsdatei)

#
# phpmyadmin.tachtler.net (phpMyAdmin for MariaDB)
#
<VirtualHost *:80>
        ServerAdmin webmaster@tachtler.net
        ServerName phpmyadmin.tachtler.net
        ServerAlias www.phpmyadmin.tachtler.net
        ServerPath /
        DocumentRoot "/usr/share/phpMyAdmin"
        <Directory "/usr/share/phpMyAdmin">
                Options -Indexes +FollowSymLinks
                # Tachtler (enable for .htaccess file support)
                # AllowOverride AuthConfig
                AllowOverride None
                # Tachtler (enable for unlimited access)
		Require all granted 
        </Directory>
 
        <Directory "/usr/share/phpMyAdmin/setup">
                Options -Indexes +FollowSymLinks
                # Tachtler (enable for .htaccess file support)
                # AllowOverride AuthConfig
                AllowOverride None
                # Tachtler (enable for restricted access)
		# Allow access from localhost, edmz, idmz, home
		Require ip 127.0.0.1/8 192.168.1.0/24 192.168.0.0/24 192.168.2.0/25
        </Directory>
 
        <Directory "/usr/share/phpMyAdmin/libraries">
		Require all denied
        </Directory>
 
        <Directory "/usr/share/phpMyAdmin/setup/lib">
		Require all denied
        </Directory>
 
        <Directory "/usr/share/phpMyAdmin/setup/frames">
		Require all denied
        </Directory>
 
        DirectoryIndex index.php
 
        ErrorLog logs/phpmyadmin_error.log
        SetEnvIf X-Forwarded-For "^.*\..*\..*\..*" forwarded
        CustomLog logs/phpmyadmin_access.log combined env=!forwarded
        CustomLog logs/phpmyadmin_access.log combined_proxypass env=forwarded
</VirtualHost>

/etc/phpMyAdmin/config.inc.php

Die Standard Konfigurationsdatei für die Web-Anwendung phpMyAdmin befindet sich in nachfolgendem Verzeichnis und trägt nachfolgenden Namen:

  • /etc/phpMyAdmin/config.inc.php

Die Konfiguration soll jedoch bereits unter Zuhilfenahme der Web-Anwendung phpMyAdmin durchgeführt werden. Da dann durch die Web-Anwendung phpMyAdmin eine Konfigurationsdatei erstellt wird, sollte die Standard Konfigurationsdatei mit nachfolgendem Befehl umbenannt werden und so gleichzeitig gesichert werden:

# mv /etc/phpMyAdmin/config.inc.php /etc/phpMyAdmin/config.inc.php.orig

Der Speicherort der über die Web-Anwendung erzeugten Konfigurationsdatei ist ein anderer und lautet:

  • /var/lib/phpMyAdmin/config

/var/lib/phpMyAdmin/config/config.inc.php

Das Verzeichnis und der Name der über die Web-Anwendung erzeugten Konfigurationsdatei lautet wie folgt:

  • /var/lib/phpMyAdmin/config/config.inc.php

Damit unter Zuhilfenahme der Web-Anwendung phpMyAdmin eine Konfigurationsdatei geschrieben werden kann, sollte mit nachfolgendem Befehl eine leere Konfigurationsdatei erzeugt werden:

# touch /var/lib/phpMyAdmin/config/config.inc.php

Anschließend ist es noch erforderlich die richtigen Besitzrechte mit nachfolgendem Befehl zu setzen

# chown root:apache /var/lib/phpMyAdmin/config/config.inc.php

und mit nachfolgendem Befehl, die Dateirechte ebenfalls richtig zu setzen:

# chmod 660 /var/lib/phpMyAdmin/config/config.inc.php

Zur Überprüfung, ob alle Änderungen korrekt sind, kann nachfolgender Befehl verwendet werden, welcher eine Ausgabe wie die nachfolgende Anziege zum Vorschein bringen sollte:

# ls -la /var/lib/phpMyAdmin/config/
total 0
drwxr-x--- 2 apache apache 27 Dec  4 20:50 .
drwxr-xr-x 5 root   root   43 Dec  4 05:55 ..
-rw-rw---- 1 root   apache  0 Dec  4 20:50 config.inc.php

Anschließend kann mit der weiteren Konfiguration unter Zuhilfenahme der Web-Anwendung phpMyAdmin begonnen werden.

Apache Neustart

Nach Durchführung der vorhergehenden Konfigurationsschritte, sollte einem Neustart nichts im Wege stehen und die Apache VHOST-Konfiguration angezogen werden:

# systemctl restart httpd.service

:!: HINWEIS - Es erfolgen keine weiteren Ausgaben, wenn der Start erfolgreich war !

Web-Anwendung-Konfiguration

Durch Aufruf der nachfolgenden URL, kann mit der Konfiguration unter Zuhilfenahme der Web-Anwendung phpMyAdmin begonnen werden:

Nachfolgender Bildschirm sollte nach dem Aufruf der oben genannten URL erscheinen:

Neuer Server

phpMyAdmin - Setup

Durch Auswahl der Schaltfläche [Neuer Server] mit der [linken Maustaste], sollte nachfolgender Bildschirm erscheinen. Hier können die Grundeinstellungen vorgenommen werden:

Grundeinstellungen

phpMyAdmin - Setup - Neuer Server - Grundeinstellungen

Nachfolgende Tabelle zeigt eine mögliche Konfiguration:

Parameter Wert
Serverbezeichnung [leer]
Hostname db.idmz.tachter.net
Port [leer]
Server Socket [leer]
Benutzer SSL [kein Haken]
Art der Verbindung tcp
Verbindung komprimieren [kein Haken]
Ohne Passwort Verbinden [kein Haken]

Anschließend kann die Konfiguration durch Auswahl des Reiters [Authentifizierung] fortgesetzt werden.

Authentifizierung

phpMyAdmin - Setup - Neuer Server - Authentifizierung

:!: HINWEIS - Alle in diesem Reiter voreingestellten Parameter, können unverändert bleiben!

Serverkonfiguration

phpMyAdmin - Setup - Neuer Server - Serverkonfiguration

:!: HINWEIS - Alle in diesem Reiter voreingestellten Parameter, können unverändert bleiben!

Konfigurationsspeicher

phpMyAdmin - Setup - Neuer Server - Konfigurationsspeicher

:!: HINWEIS - Alle in diesem Reiter voreingestellten Parameter, müssen zum aktuellen Zeitpunkt unverändert bleiben!

:!: HINWEIS - Eine spätere Änderung in diesem Reiter bedarf einiges an Vorkonfiguration.

Änderungen verfolgen

phpMyAdmin - Setup - Neuer Server - Änderungen verfolgen

:!: HINWEIS - Alle in diesem Reiter voreingestellten Parameter, können unverändert bleiben!

Übernehmen

Durch anklicken der Schaltfläche [Übernehmen] mit der [linken Maustaste], wird nun eine Konfigurationsdatei im Speicher generiert und interne Optimierungen an der Konfigurationsdatei durchgeführt.

phpMyAdmin - Setup - Neuer Server - Übernehmen

Speichern

Durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste], kann nun eine Konfigurationsdatei im Verzeichnis

  • /var/lib/phpMyAdmin/config/config.inc.php

erzeugt werden.

Nachfolgende Anpassungen können vor dem speichern noch durchgeführt werden:

phpMyAdmin - Setup - Neuer Server - Konfigurationsdatei - Erzeugen

Parameter Wert
Voreingestellte Sprache Deutch - German
Voreingestellter Server db.idmz.tachtler.net[1]
Zeilen-Ende UNIX / Linux (\n)

Durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste], wird nun eine Konfigurationsdatei im Verzeichis

  • /var/lib/phpMyAdmin/config/config.inc.php

tatsächlich erzeugt.

phpMyAdmin - Setup - Neuer Server - Konfigurationsdatei -Speichern

Die dann durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste] erzeugte Konfigurationsdatei kann nun mit nachfolgendem Befehl in das eigentliche Konfigurationsverzeichnis

  • /etc/phpMyAdmin

kopiert werden.

# cp -a /var/lib/phpMyAdmin/config/config.inc.php /etc/phpMyAdmin/config.inc.php

:!: HINWEIS - Die Erstellung eines symbolischen Links reicht NICHT aus, da hier bei einer erneuten Konfiguration über die URL http://phpmyadmin.tachtler.net/setup, durch drücken der Schaltfläche [Laden], die Konfigurationsdatei NICHT geladen wird !!!

Eine Überprüfung, ob der Kopiervorgang erfolgreich war, kann durch auflistend des nachfolgenden Konfigurationsverzeichnisses mit nachfolgendem Befehl, durchgeführt werden:

# ls -l /etc/phpMyAdmin
total 12
-rw-rw---- 1 root apache  772 Dec  8 14:13 config.inc.php
-rw-r----- 1 root apache 7510 Dec  4 05:55 config.inc.php.orig

Konfigurationsspeicher-Konfiguration

Es gibt in phpMyAdmin die Möglichkeit einen Konfigurationsspeicher zu nutzen, was im Grunde eine zusätzliche Datenbank innerhalb eines MariaDB-Datenbank-Servers ist und Funktionen wie z.B.

  • Lesezeichen (bookmarks)
  • Kommentare (comments)
  • Historie von SQL-Befehlen (SQL-history)
  • Aufzeichnungs-Techniken (tracking mechanism)
  • Erstellen von PDF-Dateien (PDF-generation)
  • Inhalt von Spalten zu transformieren (column contents transformation)

bietet.

Um diese Möglichkeiten nutzen zu können, ist die

  1. Erstellung einer Zusätzlichen Datenbank im MariaDB-Datenbank-Server und die
  2. Erstellung eines Kontrollbenutzer mit einem dazugehörigen Passwort und die
  3. Konfiguration von phpMyAdmin

notwendig.

Datenbank erstellen

Um die benötigte zusätzliche Datenbank im MariaDB-Datenbank-Server erstellen zu können, kann in nachfolgendem Verzeichnis ein Skript, welches nachfolgendem Namen hat, genutzt werden:

  • /usr/share/doc/phpMyAdmin-4.2.12/examples/create_tables.sql

:!: WICHTIG - Es wird die Kenntnis des Passwortes für den Benutzer root vorausgesetzt!.

Mit nachfolgendem Befehl, kann das Skript /usr/share/doc/phpMyAdmin-4.2.12/examples/create_tables.sql gegen den MariaDB-Datenbank-Server angewandt werden und erstellt so die zusätzliche Datenbank für den Konfigurationsspeicher von phpMyAdmin:

# /usr/bin/mysql -u root -p < create_tables.sql
Enter password:

Ein Überprüfung, ob die Erstellung der zusätzliche Datenbank für den Konfigurationsspeicher von phpMyAdmin erfolgreich war, kann durch nachfolgende Befehle überprüft werden.

Nachfolgender Befehl ermöglicht die Anmeldung am MariaDB-Monitor:

# mysql -h 127.0.0.1 -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 47
Server version: 5.5.40-MariaDB MariaDB Server
 
Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
MariaDB [(none)]>

Nachfolgender Befehl listet die bestehenden Datenbanken auf:

MariaDB [(none)]> SHOW DATABASES;
+--------------------+
| Database           |
+--------------------+
| information_schema |
| mysql              |
| performance_schema |
| phpmyadmin         |
+--------------------+
4 rows in set (0.00 sec)
 
MariaDB [(none)]>

Nachfolgender Befehl beendet den MariaDB-Monitor:

MariaDB [(none)]> quit
Bye

:!: HINWEIS - Es sollte eine neue Datenbank mit der Bezeichnung phpmyadmin hinzugekommen sein!

Kontrollbenutzer erstellen

Um ein Passwort im verschlüsselten Format für das Passwort-Feld der nachfolgenden SQL-Datei zu erstellen, kann nachfolgender Befehl genutzt werden.

:!: WICHTIG - Es wird die Kenntnis des Passwortes für den Benutzer root vorausgesetzt!.

# echo "SELECT PASSWORD('WasGeheimes');" | mysql -h localhost -u root -p
Enter password: 
PASSWORD('WasGeheimes')
*C3890B39CF645F2391E165C85D0FC9863AF30CF4

Mit nachfolgendem Befehl soll nun eine SQL-Datei in nachfolgendem Verzeichnis, mit nachfolgendem Namen und nachfolgendem Inhalt erstellt werden.

SQL-Datei Verwendungszweck
/tmp/create_control_users_for_database_phpmyadmin.sql Erstellung eines Kontrollbenutzers
# touch /tmp/create_control_users_for_database_phpmyadmin.sql

Die SQL-Datei /tmp/create_control_users_for_database_phpmyadmin.sql soll nachfolgenden Inhalt bekommen:

-- MariaDB-SQL-Script.
-- Create control users for database phpmyadmin.
-- (c) Klaus Tachtler 2014.
-- /usr/bin/mysql -u root -p < <script.sql>
 
-- Use database.
USE mysql;
 
-- Create new users.
CREATE USER 'pma'@'127.0.0.1' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4';
CREATE USER 'pma'@'localhost' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4';
CREATE USER 'pma'@'192.168.0.90' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4';
CREATE USER 'pma'@'server90.idmz.tachtler.net' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4';
 
-- Grant privileges to new users.
GRANT SELECT, INSERT, DELETE, UPDATE ON `pma`.* TO 'phpmyadmin'@'127.0.0.1';
GRANT SELECT, INSERT, DELETE, UPDATE ON `pma`.* TO 'phpmyadmin'@'localhost';
GRANT SELECT, INSERT, DELETE, UPDATE ON `pma`.* TO 'phpmyadmin'@'192.168.0.90';
GRANT SELECT, INSERT, DELETE, UPDATE ON `pma`.* TO 'phpmyadmin'@'server90.idmz.tachtler.net';
 
-- Make sure that priviliges are reloaded.
FLUSH PRIVILEGES;

Abschließend wird mit nachfolgendem Befehl der Inhalt der SQL-Datei im laufendem Betrieb des MariaDB-Datenbank-Servers der Konfiguration des MariaDB-Datenbank-Servers hinzugefügt:

# /usr/bin/mysql -u root -p < /tmp/create_control_users_for_database_phpmyadmin.sql
Enter password:

Mit nachfolgenden Befehlen kann nun überprüft werden, ob die vorhergehenden Schritte zur Einrichtung eines Kontrollbenutzers erfolgreich waren.

Nachfolgender Befehl ermöglicht die Anmeldung am MariaDB-Monitor:

# mysql -h 127.0.0.1 -u root -p
Enter password: 
Welcome to the MariaDB monitor.  Commands end with ; or \g.
Your MariaDB connection id is 54
Server version: 5.5.40-MariaDB MariaDB Server
 
Copyright (c) 2000, 2014, Oracle, Monty Program Ab and others.
 
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
 
MariaDB [(none)]>

Nachfolgender Befehl listet den angelegten Kontrollbenutzer mit allen Details auf:

MariaDB [(none)]> SELECT * FROM mysql.user WHERE User = 'pma';
+----------------------------+------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+--------+-----------------------+
| Host                       | User | Password                                  | Select_priv | Insert_priv | Update_priv | Delete_priv | Create_priv | Drop_priv | Reload_priv | Shutdown_priv | Process_priv | File_priv | Grant_priv | References_priv | Index_priv | Alter_priv | Show_db_priv | Super_priv | Create_tmp_table_priv | Lock_tables_priv | Execute_priv | Repl_slave_priv | Repl_client_priv | Create_view_priv | Show_view_priv | Create_routine_priv | Alter_routine_priv | Create_user_priv | Event_priv | Trigger_priv | Create_tablespace_priv | ssl_type | ssl_cipher | x509_issuer | x509_subject | max_questions | max_updates | max_connections | max_user_connections | plugin | authentication_string |
+----------------------------+------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+--------+-----------------------+
| 127.0.0.1                  | pma  | *C3890B39CF645F2391E165C85D0FC9863AF30CF4 | N           | N           | N           | N           | N           | N         | N           | N             | N            | N         | N          | N               | N          | N          | N            | N          | N                     | N                | N            | N               | N                | N                | N              | N                   | N                  | N                | N          | N            | N                      |          |            |             |              |             0 |           0 |               0 |                    0 |        |                       |
| localhost                  | pma  | *C3890B39CF645F2391E165C85D0FC9863AF30CF4 | N           | N           | N           | N           | N           | N         | N           | N             | N            | N         | N          | N               | N          | N          | N            | N          | N                     | N                | N            | N               | N                | N                | N              | N                   | N                  | N                | N          | N            | N                      |          |            |             |              |             0 |           0 |               0 |                    0 |        |                       |
| 192.168.0.90               | pma  | *C3890B39CF645F2391E165C85D0FC9863AF30CF4 | N           | N           | N           | N           | N           | N         | N           | N             | N            | N         | N          | N               | N          | N          | N            | N          | N                     | N                | N            | N               | N                | N                | N              | N                   | N                  | N                | N          | N            | N                      |          |            |             |              |             0 |           0 |               0 |                    0 |        |                       |
| server90.idmz.tachtler.net | pma  | *C3890B39CF645F2391E165C85D0FC9863AF30CF4 | N           | N           | N           | N           | N           | N         | N           | N             | N            | N         | N          | N               | N          | N          | N            | N          | N                     | N                | N            | N               | N                | N                | N              | N                   | N                  | N                | N          | N            | N                      |          |            |             |              |             0 |           0 |               0 |                    0 |        |                       |
+----------------------------+------+-------------------------------------------+-------------+-------------+-------------+-------------+-------------+-----------+-------------+---------------+--------------+-----------+------------+-----------------+------------+------------+--------------+------------+-----------------------+------------------+--------------+-----------------+------------------+------------------+----------------+---------------------+--------------------+------------------+------------+--------------+------------------------+----------+------------+-------------+--------------+---------------+-------------+-----------------+----------------------+--------+-----------------------+
4 rows in set (0.00 sec)
 
MariaDB [(none)]>

Nachfolgender Befehl listet den angelegten Kontrollbenutzer mit den Datenbankspezifischen Rechten auf:

MariaDB [(none)]> SHOW GRANTS FOR 'pma'@'127.0.0.1';
+------------------------------------------------------------------------------------------------------------+
| Grants for pma@127.0.0.1                                                                                   |
+------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'pma'@'127.0.0.1' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO 'pma'@'127.0.0.1'                                |
+------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
 
MariaDB [(none)]> SHOW GRANTS FOR 'pma'@'localhost';
+------------------------------------------------------------------------------------------------------------+
| Grants for pma@localhost                                                                                   |
+------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'pma'@'localhost' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO 'pma'@'localhost'                                |
+------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
 
MariaDB [(none)]> SHOW GRANTS FOR 'pma'@'192.168.0.90';
+---------------------------------------------------------------------------------------------------------------+
| Grants for pma@192.168.0.90                                                                                   |
+---------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'pma'@'192.168.0.90' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO 'pma'@'192.168.0.90'                                |
+---------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)
 
MariaDB [(none)]> SHOW GRANTS FOR 'pma'@'server90.idmz.tachtler.net';
+-----------------------------------------------------------------------------------------------------------------------------+
| Grants for pma@server90.idmz.tachtler.net                                                                                   |
+-----------------------------------------------------------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO 'pma'@'server90.idmz.tachtler.net' IDENTIFIED BY PASSWORD '*C3890B39CF645F2391E165C85D0FC9863AF30CF4' |
| GRANT SELECT, INSERT, UPDATE, DELETE ON `phpmyadmin`.* TO 'pma'@'server90.idmz.tachtler.net'                                |
+-----------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)

Nachfolgender Befehl beendet den MariaDB-Monitor:

MariaDB [(none)]> quit
Bye

Konfigurationsspeicher konfigurieren

Durch Aufruf der nachfolgenden URL, kann die Konfiguration unter Zuhilfenahme der Web-Anwendung phpMyAdmin weitergeführt werden:

Nachfolgender Bildschirm sollte nach dem Aufruf der oben genannten URL erscheinen (relevant ist hier der Bereich mit den Schaltflächen:

phpMyAdmin - Setup - Laden

Durch Auswahl der Schaltfläche [Laden] mit der [linken Maustaste], sollte nachfolgender Bildschirm erscheinen:

phpMyAdmin - Setup - Laden - Bearbeiten

Durch Auswahl des Links [Bearbeiten] mit der [linken Maustaste], sollte nachfolgender Bildschirm erscheinen. Hier kann nach Auswahl des Reiters Konfigurationsspeicher dieser bearbeitet werden:

phpMyAdmin - Setup - Laden - Bearbeiten - Konfigurationsspeicher

Nachfolgende Tabelle zeigt die Parameter, welche hinterlegt werden müssen, um den Konfigurationsspeicher von phpMyAdmin nutzen zu können.

Parameter Wert
Datenbankname
phpmyadmin
pmadb Host [leer]
Kontroll-Port [leer]
pmadb Benutzer
pma
pmadb Benutzer Passwort
WasGeheimes
Lesezeichen Tabelle
pma__bookmark
Relation Tabelle
pma__relation
Tabelle für Benutzereinstellungen
pma__userconfig
Benutzer-Tabelle
pma__users
Benutzergruppen-Tabelle
pma__usergroups
Tabelle für ausgeblendete Navigations-Elemente
pma__navigationhiding
Tabelle für Anzeigespalten
pma__table_info
Spalten Informationen Tabelle
pma__column_info
SQL Abfragehistorien Tabelle
pma__history
Kürzlich verwendete Tabellen
pma__recent
Tabelle für Oberflächeneinstellungen
pma__table_uiprefs
Tabelle mit Verfolgung der SQL-Abfragen
pma__tracking
PDF Schema: Tabellen Koordinatien
pma__table_coords
PDF Pages Table
pma__pdf_pages
Designer Coords Table
pma__designer_coords
Beispielabfragentabelle
pma__savedsearches
Maximale Anzahl der zu speichernden Tabelleneinstellungen
100

Nach Abschluss der Eingaben in den entsprechenden Feldern, können nun durch anklicken der Schaltfläche [Übernehmen] mit der [linken Maustaste], die Daten in den Speicher übernommen werden, wie auf nachfolgendem Bildschirm dargestellt:

phpMyAdmin - Setup - Laden - Bearbeiten - Konfigurationsspeicher - Übernehmen

Durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste], kann nun eine Konfigurationsdatei im Verzeichnis

  • /var/lib/phpMyAdmin/config/config.inc.php

erzeugt werden.

phpMyAdmin - Setup - Laden - Konfigurationsdatei - Erzeugen

Durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste], wird nun eine Konfigurationsdatei im Verzeichis

  • /var/lib/phpMyAdmin/config/config.inc.php

tatsächlich erzeugt.

phpMyAdmin - Setup - Laden - Konfigurationsdatei -Speichern

Die dann durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste] erzeugte Konfigurationsdatei kann nun mit nachfolgendem Befehl in das eigentliche Konfigurationsverzeichnis

  • /etc/phpMyAdmin

kopiert werden.

# cp -a /var/lib/phpMyAdmin/config/config.inc.php /etc/phpMyAdmin/config.inc.php

:!: HINWEIS - Die Erstellung eines symbolischen Links reicht NICHT aus, da hier bei einer erneuten Konfiguration über die URL http://phpmyadmin.tachtler.net/setup, durch drücken der Schaltfläche [Laden], die Konfigurationsdatei NICHT geladen wird !!!

Eine Überprüfung, ob der Kopiervorgang erfolgreich war, kann durch auflistend des nachfolgenden Konfigurationsverzeichnisses mit nachfolgendem Befehl, durchgeführt werden:

# ls -l /etc/phpMyAdmin/
total 12
-rw-rw---- 1 root apache 1808 Dec  9 06:50 config.inc.php
-rw-r----- 1 root apache 7510 Dec  4 05:55 config.inc.php.orig

Funktionen-Konfiguration

Funktionen: Import/Export - Upload Verzeichnis

Bei der Einstellung Funktionen | Import/Export | Upload Verzeichnis, kann nachfolgendes, durch die Installation bereits angelegtes und mit den richtigen Besitz- und Dateirechten ausgestattetes Verzeichnis angegeben werden:

  • /var/lib/phpMyAdmin/upload

Funktionen: Import/Export - Speicher Verzeichnis

Bei der Einstellung Funktionen | Import/Export | Speicher Verzeichnis, kann nachfolgendes, durch die Installation bereits angelegtes und mit den richtigen Besitz- und Dateirechten ausgestattetes Verzeichnis angegeben werden:

  • /var/lib/phpMyAdmin/save

Funktionen: Import/Export - Umwandlungs Engine

Um bei der Einstellung Funktionen | Import/Export | Umwandlungs Engine, welche für die Zeichensatz-Konvertierung benötigt wird, werden nachfolgende rpm-Pakete benötigt:

  • recode - ist im base-Repository von CentOS enthalten
  • php-recode - ist im base-Repository von CentOS enthalten

installiert werden.

Mit nachfolgendem Befehl, wird das Paket php-recode und in Abhängigkeit dazu das Paket recode installiert:

# yum install php-recode
Loaded plugins: changelog, priorities
base                                                     | 3.6 kB     00:00     
epel                                                     | 4.4 kB     00:00     
extras                                                   | 3.4 kB     00:00     
updates                                                  | 3.4 kB     00:00     
61 packages excluded due to repository priority protections
Resolving Dependencies
--> Running transaction check
---> Package php-recode.x86_64 0:5.4.16-23.el7_0.3 will be installed
--> Processing Dependency: librecode.so.0()(64bit) for package: php-recode-5.4.16-23.el7_0.3.x86_64
--> Running transaction check
---> Package recode.x86_64 0:3.6-38.el7 will be installed
--> Finished Dependency Resolution

Changes in packages about to be updated:


Dependencies Resolved

================================================================================
 Package           Arch          Version                   Repository      Size
================================================================================
Installing:
 php-recode        x86_64        5.4.16-23.el7_0.3         updates         35 k
Installing for dependencies:
 recode            x86_64        3.6-38.el7                base           718 k

Transaction Summary
================================================================================
Install  1 Package (+1 Dependent package)

Total download size: 753 k
Installed size: 2.1 M
Is this ok [y/d/N]: y
Downloading packages:
(1/2): php-recode-5.4.16-23.el7_0.3.x86_64.rpm             |  35 kB   00:00     
(2/2): recode-3.6-38.el7.x86_64.rpm                        | 718 kB   00:00     
--------------------------------------------------------------------------------
Total                                              2.1 MB/s | 753 kB  00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
  Installing : recode-3.6-38.el7.x86_64                                     1/2 
  Installing : php-recode-5.4.16-23.el7_0.3.x86_64                          2/2 
  Verifying  : recode-3.6-38.el7.x86_64                                     1/2 
  Verifying  : php-recode-5.4.16-23.el7_0.3.x86_64                          2/2 

Installed:
  php-recode.x86_64 0:5.4.16-23.el7_0.3                                         

Dependency Installed:
  recode.x86_64 0:3.6-38.el7                                                    

Complete!

Mit nachfolgendem Befehl kann überprüft werden, welche Inhalte mit den Paket recode installiert wurden.

# rpm -qil recode
Name        : recode
Version     : 3.6
Release     : 38.el7
Architecture: x86_64
Install Date: Tue 09 Dec 2014 12:12:23 PM CET
Group       : Applications/File
Size        : 2198800
License     : GPLv2+
Signature   : RSA/SHA256, Fri 04 Jul 2014 06:47:52 AM CEST, Key ID 24c6a8a7f4a80eb5
Source RPM  : recode-3.6-38.el7.src.rpm
Build Date  : Mon 09 Jun 2014 11:28:28 PM CEST
Build Host  : worker1.bsys.centos.org
Relocations : (not relocatable)
Packager    : CentOS BuildSystem <http://bugs.centos.org>
Vendor      : CentOS
URL         : http://recode.progiciels-bpi.ca/
Summary     : Conversion between character sets and surfaces
Description :
The `recode' converts files between character sets and usages.
It recognises or produces nearly 150 different character sets
and is able to transliterate files between almost any pair. When exact
transliteration are not possible, it may get rid of the offending
characters or fall back on approximations.  Most RFC 1345 character sets
are supported.
/usr/bin/recode
/usr/lib64/librecode.so.0
/usr/lib64/librecode.so.0.0.0
/usr/share/doc/recode-3.6
/usr/share/doc/recode-3.6/AUTHORS
/usr/share/doc/recode-3.6/COPYING
/usr/share/doc/recode-3.6/COPYING-LIB
/usr/share/doc/recode-3.6/ChangeLog
/usr/share/doc/recode-3.6/NEWS
/usr/share/doc/recode-3.6/README
/usr/share/doc/recode-3.6/THANKS
/usr/share/doc/recode-3.6/TODO
/usr/share/info/recode.info.gz
/usr/share/locale/da/LC_MESSAGES/recode.mo
/usr/share/locale/de/LC_MESSAGES/recode.mo
/usr/share/locale/el/LC_MESSAGES/recode.mo
/usr/share/locale/es/LC_MESSAGES/recode.mo
/usr/share/locale/fr/LC_MESSAGES/recode.mo
/usr/share/locale/gl/LC_MESSAGES/recode.mo
/usr/share/locale/it/LC_MESSAGES/recode.mo
/usr/share/locale/nl/LC_MESSAGES/recode.mo
/usr/share/locale/pl/LC_MESSAGES/recode.mo
/usr/share/locale/pt/LC_MESSAGES/recode.mo
/usr/share/locale/sl/LC_MESSAGES/recode.mo
/usr/share/locale/sv/LC_MESSAGES/recode.mo
/usr/share/man/man1/recode.1.gz

Mit nachfolgendem Befehl kann überprüft werden, welche Inhalte mit den Paket php-recode installiert wurden.

# rpm -qil php-recode
Name        : php-recode
Version     : 5.4.16
Release     : 23.el7_0.3
Architecture: x86_64
Install Date: Tue 09 Dec 2014 12:12:24 PM CET
Group       : System Environment/Libraries
Size        : 11549
License     : PHP
Signature   : RSA/SHA256, Fri 31 Oct 2014 03:25:07 PM CET, Key ID 24c6a8a7f4a80eb5
Source RPM  : php-5.4.16-23.el7_0.3.src.rpm
Build Date  : Fri 31 Oct 2014 02:07:27 PM CET
Build Host  : worker1.bsys.centos.org
Relocations : (not relocatable)
Packager    : CentOS BuildSystem <http://bugs.centos.org>
Vendor      : CentOS
URL         : http://www.php.net/
Summary     : A module for PHP applications for using the recode library
Description :
The php-recode package contains a dynamic shared object that will add
support for using the recode library to PHP.
/etc/php.d/recode.ini
/usr/lib64/php/modules/recode.so

Um das (php)-Modul (php)-recode einsetzen zu können, ist ein Neustart des Apche HTTP Servers zu empfehlen, welcher mit nachfolgendem Befehl durchgeführt werden kann:

# systemctl restart httpd.service

:!: HINWEIS - Es erfolgen keine weiteren Ausgaben, wenn der Start erfolgreich war !

Zusammenfassung: Funktionen

Nachfolgender Bildschirm zeigt die Zusammenfassung der vorhergegangenen Änderungen im Bereich Funktionen | Import/Export:

phpMyAdmin - Setup - Funktionen Import/Export - Zusammenfassung

Nachfolgend die Änderungen in einer Tabelle zusammengefasst:

Parameter Wert
Upload Verzeichnis
/var/lib/phpMyAdmin/upload
Speicher Verzeichnis
/var/lib/phpMyAdmin/save
Umwandlungs Engine auto oder recode

:!: HINWEIS - Bei der Angabe Umwnadlungs Engine kann recode eingestellt werden!

Die vorhergegangenen Änderungen im Bereich Funktionen | Import/Export, müssen natürlich wieder mit der Schaltfläche [Übernehmen] in den Speicher übernommen werden, was nachfolgender Bildschirm zeigt:

phpMyAdmin - Setup - Funktionen Import/Export - Übernehmen

Durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste], kann nun eine Konfigurationsdatei im Verzeichnis

  • /var/lib/phpMyAdmin/config/config.inc.php

erzeugt werden.

phpMyAdmin - Setup - Laden - Konfigurationsdatei - Erzeugen

Durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste], wird nun eine Konfigurationsdatei im Verzeichis

  • /var/lib/phpMyAdmin/config/config.inc.php

tatsächlich erzeugt.

phpMyAdmin - Setup - Laden - Konfigurationsdatei -Speichern

Die dann durch anklicken der Schaltfläche [Speichern] mit der [linken Maustaste] erzeugte Konfigurationsdatei kann nun mit nachfolgendem Befehl in das eigentliche Konfigurationsverzeichnis

  • /etc/phpMyAdmin

kopiert werden.

# cp -a /var/lib/phpMyAdmin/config/config.inc.php /etc/phpMyAdmin/config.inc.php

:!: HINWEIS - Die Erstellung eines symbolischen Links reicht NICHT aus, da hier bei einer erneuten Konfiguration über die URL http://phpmyadmin.tachtler.net/setup, durch drücken der Schaltfläche [Laden], die Konfigurationsdatei NICHT geladen wird !!!

Eine Überprüfung, ob der Kopiervorgang erfolgreich war, kann durch auflistend des nachfolgenden Konfigurationsverzeichnisses mit nachfolgendem Befehl, durchgeführt werden:

# ls -l /etc/phpMyAdmin/
total 12
-rw-rw---- 1 root apache 1893 Dec  9 12:34 config.inc.php
-rw-r----- 1 root apache 7510 Dec  4 05:55 config.inc.php.orig

Erster Aufruf

Nachdem die Installation und eine gewisse Basis-Konfiguration abgeschlossen ist, kann nun der erste Aufruf mit nachfolgender URL erfolgen:

wodurch nachfolgender Bildschirm zur Anzeige kommen sollte, in dem die Anmeldedaten aus der Installation nun eingegeben werden müssen, um eine erfolgreiche Anmeldung durchzuführen:

phpMyAdmin - Anmeldung

Nachdem die Anmeldung erfolgreich durchgeführt wurde, solle nachfolgender Bildschirm erscheinen:

phpMyAdmin - Startseite

Konfigurationsbeispiel

Nachfolgend ein Beispiel für eine Konfigurationsdatei

  • /etc/phpMyAdmin/config.inc.php

welche über die Web-Anwendung generiert wurde:

<?php
/*
 * Generated configuration file
 * Generated by: phpMyAdmin 4.8.0 setup script
 * Date: Fri, 27 Apr 2018 04:23:45 +0000
 */
 
/* Servers configuration */
$i = 0;
 
/* Server: db.idmz.tachtler.net [1] */
$i++;
$cfg['Servers'][$i]['verbose'] = '';
$cfg['Servers'][$i]['host'] = 'db.idmz.tachtler.net';
$cfg['Servers'][$i]['port'] = '';
$cfg['Servers'][$i]['socket'] = '';
$cfg['Servers'][$i]['ForceSSL'] = true;
$cfg['Servers'][$i]['connect_type'] = 'tcp';
$cfg['Servers'][$i]['auth_type'] = 'cookie';
$cfg['Servers'][$i]['user'] = 'root';
$cfg['Servers'][$i]['password'] = '';
$cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
$cfg['Servers'][$i]['controluser'] = 'pma';
$cfg['Servers'][$i]['controlpass'] = 'WasGeheimes';
$cfg['Servers'][$i]['bookmarktable'] = 'pma__bookmark';
$cfg['Servers'][$i]['relation'] = 'pma__relation';
$cfg['Servers'][$i]['userconfig'] = 'pma__userconfig';
$cfg['Servers'][$i]['users'] = 'pma__users';
$cfg['Servers'][$i]['usergroups'] = 'pma__usergroups';
$cfg['Servers'][$i]['navigationhiding'] = 'pma__navigationhiding';
$cfg['Servers'][$i]['table_info'] = 'pma__table_info';
$cfg['Servers'][$i]['column_info'] = 'pma__column_info';
$cfg['Servers'][$i]['history'] = 'pma__history';
$cfg['Servers'][$i]['recent'] = 'pma__recent';
$cfg['Servers'][$i]['table_uiprefs'] = 'pma__table_uiprefs';
$cfg['Servers'][$i]['tracking'] = 'pma__tracking';
$cfg['Servers'][$i]['table_coords'] = 'pma__table_coords';
$cfg['Servers'][$i]['pdf_pages'] = 'pma__pdf_pages';
$cfg['Servers'][$i]['savedsearches'] = 'pma__savedsearches';
$cfg['Servers'][$i]['central_columns'] = 'pma__central_columns';
$cfg['Servers'][$i]['favorite'] = 'pma__favorite';
$cfg['Servers'][$i]['designer_settings'] = 'pma__designer_settings';
$cfg['Servers'][$i]['export_templates'] = 'pma__export_templates';
$cfg['Servers'][$i]['ssl'] = true;
$cfg['Servers'][$i]['ssl_key'] = '/etc/pki/mariadb/private/mariadb-client-key.pem';
$cfg['Servers'][$i]['ssl_cert'] = '/etc/pki/mariadb/certs/mariadb-client-crt.pem';
$cfg['Servers'][$i]['ssl_ca'] = '/etc/pki/mariadb/certs/mariadb-ca-crt.pem';
$cfg['Servers'][$i]['ssl_ca_path'] = '';
$cfg['Servers'][$i]['ssl_ciphers'] = '';
 
 
/* End of servers configuration */
 
$cfg['blowfish_secret'] = '4352b12f2ab034.74529453';
$cfg['DefaultLang'] = 'de';
$cfg['ServerDefault'] = 1;
$cfg['UploadDir'] = '/var/www/phpMyAdmin/upload';
$cfg['SaveDir'] = '/var/www/phpMyAdmin/save';
$cfg['TempDir'] = '/tmp';
$cfg['RecodingEngine'] = 'recode';
Diese Website verwendet Cookies. Durch die Nutzung der Website stimmen Sie dem Speichern von Cookies auf Ihrem Computer zu. Außerdem bestätigen Sie, dass Sie unsere Datenschutzbestimmungen gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website.Weitere Information
tachtler/phpmyadmin_centos_7.1524803831.txt.gz · Zuletzt geändert: 2018/04/27 06:37 von klaus