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();