Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-10-02 15:35:54 +0400
committerMarc Delisle <marc@infomarc.info>2011-10-02 15:35:54 +0400
commit2c7b06f543b591182684ad8fa3fb83c04162d031 (patch)
tree88bf625663127c0b7b2ce6809d8472e93ff80c67 /server_synchronize.php
parent634220143bdd5d77d359c19fdd78350f8a40e46c (diff)
parente27961b1b282677a541f42db17e615525caaf30d (diff)
Merge branch 'QA_3_4'
Diffstat (limited to 'server_synchronize.php')
-rw-r--r--server_synchronize.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/server_synchronize.php b/server_synchronize.php
index cb04634e37..1cee388732 100644
--- a/server_synchronize.php
+++ b/server_synchronize.php
@@ -1167,6 +1167,11 @@ if (! isset($_REQUEST['submit_connect'])
$databases = PMA_DBI_get_databases_full(null, false, null, 'SCHEMA_NAME',
'ASC', 0, true);
+ $databases_to_hide = array(
+ 'information_schema',
+ 'mysql'
+ );
+
if ($GLOBALS['cfg']['AllowArbitraryServer'] === false) {
$possibly_readonly = ' readonly="readonly"';
} else {