Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <mcihar@suse.cz>2012-11-14 16:25:44 +0400
committerMichal Čihař <mcihar@suse.cz>2012-11-14 16:25:44 +0400
commitc7d78f7503f5902cc6135f20839d9a0a52ddea65 (patch)
tree06f177c068801018ed3de7fb96f2d75874c49ac3 /doc/require.rst
parentcce284bb4a09b74e55669cb648598bd9a06d9d60 (diff)
Better describe database support
Diffstat (limited to 'doc/require.rst')
-rw-r--r--doc/require.rst12
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/require.rst b/doc/require.rst
index 30aa6b970d..2c7fe12563 100644
--- a/doc/require.rst
+++ b/doc/require.rst
@@ -35,10 +35,16 @@ PHP
5.2.17 or newer and the `libxml <http://www.php.net/libxml>`_
extension.
-MySQL
------
+Database
+--------
-MySQL 5.0 or newer (see :ref:`faq1_17`) is required.
+phpMyAdmin support MySQL compatible databases.
+
+* MySQL 5.0 or newer
+* MariaDB 5.0 or newer
+* Drizzle
+
+.. seealso:: :ref:`faq1_17`
Web browser
-----------