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