add reference to mysql_upgrade command
This commit is contained in:
@@ -1374,7 +1374,8 @@ if (empty($_REQUEST['adduser']) && (! isset($checkprivs) || ! strlen($checkprivs
|
|||||||
// a automatic repair feature soon.
|
// a automatic repair feature soon.
|
||||||
$raw = 'Your privilege table structure seems to be older than'
|
$raw = 'Your privilege table structure seems to be older than'
|
||||||
. ' this MySQL version!<br />'
|
. ' this MySQL version!<br />'
|
||||||
. 'Please run the script <tt>mysql_fix_privilege_tables</tt>'
|
. 'Please run the <tt>mysql_upgrade</tt> command'
|
||||||
|
. '(<tt>mysql_fix_privilege_tables</tt> on older systems)'
|
||||||
. ' that should be included in your MySQL server distribution'
|
. ' that should be included in your MySQL server distribution'
|
||||||
. ' to solve this problem!';
|
. ' to solve this problem!';
|
||||||
PMA_Message::rawError($raw)->display();
|
PMA_Message::rawError($raw)->display();
|
||||||
|
Reference in New Issue
Block a user