From b6bacea337f5542dad87b94d814a89bf49002f56 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 31 Oct 2013 12:57:39 -0400 Subject: [PATCH] Start the changes for the new minimum MySQL version --- doc/require.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/require.rst b/doc/require.rst index e84e107404..4582d72869 100644 --- a/doc/require.rst +++ b/doc/require.rst @@ -37,10 +37,10 @@ PHP Database -------- -phpMyAdmin support MySQL compatible databases. +phpMyAdmin supports MySQL-compatible databases. -* MySQL 5.0 or newer -* MariaDB 5.0 or newer +* MySQL 5.5 or newer +* MariaDB 5.5 or newer * Drizzle .. seealso:: :ref:`faq1_17`