typo
This commit is contained in:
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user