diff --git a/server_privileges.php b/server_privileges.php
index b9e89f3fd..8eb5c4e35 100644
--- a/server_privileges.php
+++ b/server_privileges.php
@@ -1360,7 +1360,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();