diff --git a/server_synchronize.php b/server_synchronize.php index 3e7db692c5..8057f892b4 100644 --- a/server_synchronize.php +++ b/server_synchronize.php @@ -1274,6 +1274,9 @@ if (! isset($_REQUEST['submit_connect']) // these unset() do not complain if the elements do not exist unset($databases['mysql']); unset($databases['information_schema']); + if (PMA_DRIZZLE) { + unset($databases['data_dictionary']); + } if (count($databases) == 0) { echo __('No databases');