From: jocuri%softhome.net <> Date: Tue, 3 Feb 2004 00:33:36 +0000 (+0000) Subject: Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r... X-Git-Tag: bugzilla-2.17.7~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24768fc13a1b5de340203450fbc217d8e28c1945;p=thirdparty%2Fbugzilla.git Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index fd7bacbf51..e5f0bcf270 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -1,5 +1,5 @@ - + Installing Bugzilla @@ -639,7 +639,7 @@ mysql> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE, DROP,REFERENCES ON bugs.* TO bugs@localhost IDENTIFIED BY '$db_pass'; - mysql> FLUSH PRIVILEGES + mysql> FLUSH PRIVILEGES; If you are using MySQL 4, you need to add