From 9ac2e61cba9c534a0c2f057e9c9f67103a4fec19 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Fri, 4 Apr 2008 11:46:50 +0000 Subject: Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. --- docs/en/xml/installation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/en/xml/installation.xml') diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 95e299ab1..bda92104c 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 -- cgit v1.2.3-24-g4f1b