From fa2475104fd834d0810db7995cf78bd4ddcb519e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 16 Jun 2002 12:02:21 +0000 Subject: [PATCH] correction --- Documentation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation.html b/Documentation.html index 20ebad86a..db24cb21e 100755 --- a/Documentation.html +++ b/Documentation.html @@ -304,7 +304,7 @@     - GRANT SELECT, INSERT, DELETE ON <pma_db> TO 'pma'@'localhost'; + GRANT SELECT, INSERT, UPDATE, DELETE ON <pma_db> TO 'pma'@'localhost'; (this of course requires you to have a special DB for phpMyAdmin, the contents will be explained later)