From 2d4969615a260f69cc5138ebf0d98393a8c92920 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Fri, 16 Dec 2005 14:07:10 +0000 Subject: [PATCH] typo --- Documentation.html | 2 +- libraries/config.default.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation.html b/Documentation.html index 256df240d..faaeb367a 100755 --- a/Documentation.html +++ b/Documentation.html @@ -652,7 +652,7 @@ GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db>.* TO 'pma'@'localhost'; $cfg['Servers'][$i]['hide_db'] string
- 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.
diff --git a/libraries/config.default.php b/libraries/config.default.php index 17cb6ae27..46ce3167c 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -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