From 24768fc13a1b5de340203450fbc217d8e28c1945 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Tue, 3 Feb 2004 00:33:36 +0000 Subject: Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave. --- docs/xml/installation.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index fd7bacbf5..e5f0bcf27 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 -- cgit v1.2.3-24-g4f1b