This commit is contained in:
Marc Delisle
2005-12-16 14:07:10 +00:00
parent 8c6b3995d1
commit 2d4969615a
2 changed files with 2 additions and 2 deletions

View File

@@ -652,7 +652,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost';
<b><a name="cfg_Servers_hide_db"></a>$cfg['Servers'][$i]['hide_db']</b> string
</dt>
<dd>
Regullar expression for hiding some databases. This only hides them
Regular expression for hiding some databases. This only hides them
from listing, but user is still able to access them.
</dd>

View File

@@ -126,7 +126,7 @@ $cfg['OBGzip'] = 'auto'; // use GZIP output buffering if possib
$cfg['PersistentConnections'] = FALSE; // use persistent connections to MySQL database
$cfg['ForceSSL'] = FALSE; // whether to force using https
$cfg['ExecTimeLimit'] = 300; // maximum execution time in seconds (0 for no limit)
$cfg['MemoryLimit'] = 0; // maximum alocated bytes (0 for no limit)
$cfg['MemoryLimit'] = 0; // maximum allocated bytes (0 for no limit)
$cfg['SkipLockedTables'] = FALSE; // mark used tables, make possible to show
// locked tables (since MySQL 3.23.30)
$cfg['ShowSQL'] = TRUE; // show SQL queries as run