From b5a42b8a9a94c4454db0dc12bf5cf4d0c1a4a991 Mon Sep 17 00:00:00 2001
From: Rouslan Placella
As of phpMyAdmin 2.5.5 the order inside the array is used for sorting the
- databases in the left frame, so that you can individually arrange your databases.
- If you want to have certain databases at the top, but don't care about the others, you do not
- need to specify all other databases. Use:
+ databases in the navigation panel, so that you can individually arrange
+ your databases.
+ If you want to have certain databases at the top, but don't care about the
+ others, you do not need to specify all other databases. Use:
$cfg['Servers'][$i]['only_db'] = array('db3', 'db4', '*');
- instead to tell phpMyAdmin that it should display db3 and db4 on top, and the rest in alphabetic
- order.
+ instead to tell phpMyAdmin that it should display db3 and db4 on top,
+ and the rest in alphabetic order.
- For example, to hide all databases starting with the letter "a", use
+ For example, to hide all databases starting with the letter "a",
+ use
$cfg['Servers'][$i]['hide_db'] = '^a';
and to hide both "db1" and "db2" use
$cfg['Servers'][$i]['hide_db'] = '^(db1|db2)$';
@@ -1068,7 +1070,7 @@ ALTER TABLE `pma_column_comments`
$cfg['Servers'][$i]['recent'] string
libraries/config.default.php for examples).
TRUE.TRUE.main.php.30. To disable the filter completely some high number
can be used (e.g. 9999)themes/themename/layout.inc.php.
+ themes/themename/layout.inc.php.
@@ -2184,11 +2188,13 @@ setfacl -d -m "g:www-data:rwx" tmp
$cfg['QueryHistoryMax'] integer
SQL link
- or icon is always displayed on the left panel. If JavaScript is enabled in
- your browser, a click on this opens a distinct query window, which is
- a direct interface to enter SQL queries. Otherwise, the right panel
- changes to display a query box.
+ All those variables affect the query window feature. A
+ SQL link
+ or icon is always displayed in the navigation panel. If JavaScript is
+ enabled in your browser, a click on this opens a distinct query window,
+ which is a direct interface to enter
+ SQL queries.
+ Otherwise, the right panel changes to display a query box.
The size of this query window can be customized with
$cfg['QueryWindowWidth'] and $cfg['QueryWindowHeight']
@@ -2254,7 +2260,7 @@ setfacl -d -m "g:www-data:rwx" tmp
Click on a database or table name in the left frame, the properties will be +
Click on a database or table name in the navigation panel, the properties will be
displayed. Then on the menu, click "Export", you can dump
- the structure, the data, or both. This will generate standard SQL
+ the structure, the data, or both. This will generate standard
+ SQL
statements that can be used to recreate your database/table.
You will need to choose "Save as file", so that phpMyAdmin can
@@ -3836,7 +3843,7 @@ to see if the problem goes away.
Click on a database name in the left frame, the properties will be +
Click on a database name in the navigation panel, the properties will be displayed. Select "Import" from the list of tabs in the right–hand frame (or "SQL" if your phpMyAdmin version is previous to 2.7.0). In the "Location of the text file" section, type in @@ -3899,7 +3906,7 @@ INSERT INTO REL_towns VALUES ('M', 'Montréal');
Then test like this:
-