From 01dbe95dffe5c448d49eae317371b98271a7906f Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Thu, 5 Mar 2009 16:57:43 +0000 Subject: [PATCH] add reference to mysql_upgrade command --- server_privileges.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/server_privileges.php b/server_privileges.php index 5cbbe2761..69d0ffeae 100644 --- a/server_privileges.php +++ b/server_privileges.php @@ -1374,7 +1374,8 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs // a automatic repair feature soon. $raw = 'Your privilege table structure seems to be older than' . ' this MySQL version!
' - . 'Please run the script mysql_fix_privilege_tables' + . '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!'; PMA_Message::rawError($raw)->display();