From 0bdd56eaaa9bfbae97e4ef279b52734cef4458ed Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" Date: Mon, 2 Feb 2004 16:33:36 +0000 Subject: [PATCH] Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. git-svn-id: svn://10.0.0.236/trunk@152163 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/xml/installation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index 793f3e9f28f..cad0bb8675b 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/webtools/bugzilla/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