This commit is contained in:
Marc Delisle
2008-01-30 17:43:58 +00:00
parent eb94d8c9de
commit c8283e68d4

View File

@@ -333,17 +333,17 @@ $cfg['Servers'][$i]['AllowDeny']['rules'] = array();
* *
* by default most user will be fine with SHOW DATABASES, * by default most user will be fine with SHOW DATABASES,
* for servers with a huge amount of databases it is possible to * for servers with a huge amount of databases it is possible to
* define a command which executes faster but wiht less information * define a command which executes faster but with less information
* *
* especialy when accessing database servers from ISPs chaning this command can * especially when accessing database servers from ISPs changing this command
* result in a great speed improvement * can result in a great speed improvement
* *
* fasle will disable fetching databases from the server, only databases in * false will disable fetching databases from the server, only databases in
* $cfg['Servers'][$i]['only_db'] will be displayed * $cfg['Servers'][$i]['only_db'] will be displayed
* *
* #user# will be replaced by current user * #user# will be replaced by current user
* *
* example: * examples:
* 'SHOW DATABASES' * 'SHOW DATABASES'
* "SHOW DATABASES LIKE '#user#\_%'" * "SHOW DATABASES LIKE '#user#\_%'"
* 'SELECT DISTINCT TABLE_SCHEMA FROM information_schema.SCHEMA_PRIVILEGES' * 'SELECT DISTINCT TABLE_SCHEMA FROM information_schema.SCHEMA_PRIVILEGES'