From: jocuri%softhome.net <> Date: Fri, 4 Apr 2008 11:46:50 +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-3.1.3~191 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac2e61cba9c534a0c2f057e9c9f67103a4fec19;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/en/xml/installation.xml b/docs/en/xml/installation.xml index 95e299ab19..bda92104c4 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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