From e6a3b0eee8b6f59205d6d490aa0f2720245578b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 10 Mar 2017 11:48:27 +0100 Subject: [PATCH] Remove documentation for old MySQL server MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We're supporting 5.5 and newer, while this has been changed in 5.1. Issue #13062 Signed-off-by: Michal Čihař --- libraries/server_privileges.lib.php | 1 - 1 file changed, 1 deletion(-) diff --git a/libraries/server_privileges.lib.php b/libraries/server_privileges.lib.php index 831c658afb..1dbae9e7a2 100644 --- a/libraries/server_privileges.lib.php +++ b/libraries/server_privileges.lib.php @@ -4607,7 +4607,6 @@ function PMA_getHtmlForUserOverview($pmaThemeImage, $text_dir) $raw = 'Your privilege table structure seems to be older than' . ' this MySQL version!
' . 'Please run the mysql_upgrade command' - . '(mysql_fix_privilege_tables on older systems)' . ' that should be included in your MySQL server distribution' . ' to solve this problem!'; $html_output .= Message::rawError($raw)->getDisplay();