There is no longer message for MySQL < 5.
This commit is contained in:
@@ -692,8 +692,7 @@ $strPrivDescDelete = __('Allows deleting data.');
|
||||
$strPrivDescDropDb = __('Allows dropping databases and tables.');
|
||||
$strPrivDescDropTbl = __('Allows dropping tables.');
|
||||
$strPrivDescEvent = __('Allows to set up events for the event scheduler');
|
||||
$strPrivDescExecute5 = __('Allows executing stored routines.');
|
||||
$strPrivDescExecute = __('Allows running stored procedures; has no effect in this MySQL version.');
|
||||
$strPrivDescExecute = __('Allows executing stored routines.');
|
||||
$strPrivDescFile = __('Allows importing data from and exporting data into files.');
|
||||
$strPrivDescGrant = __('Allows adding users and privileges without reloading the privilege tables.');
|
||||
$strPrivDescIndex = __('Allows creating and dropping indexes.');
|
||||
|
Reference in New Issue
Block a user