From 2e55cf1139caf9f247a54aa6df6b5bb7bceba706 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Mon, 15 Jun 2015 15:31:15 -0400 Subject: [PATCH] Doc for the MysqlMinVersion directive Signed-off-by: Marc Delisle --- doc/config.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/config.rst b/doc/config.rst index be47defb82..7d484284fd 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -1693,6 +1693,15 @@ Main panel Defines whether to display informations about the current Git revision (if applicable) on the main panel. +.. config:option:: $cfg['MysqlMinVersion'] + + :type: array + + Defines the minimum supported MySQL version. The default is chosen + by the phpMyAdmin team; however this directive was asked by a developer + of the Plesk control panel to ease integration with older MySQL servers + (where most of the phpMyAdmin features work). + Database structure ------------------