summaryrefslogtreecommitdiffstats
path: root/docs/en/xml/installation.xml
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2008-04-04 13:46:50 +0200
committerjocuri%softhome.net <>2008-04-04 13:46:50 +0200
commit9ac2e61cba9c534a0c2f057e9c9f67103a4fec19 (patch)
tree6dbd4e1abb7d8550b81494b5cd16eb9e857397d6 /docs/en/xml/installation.xml
parent98be5699b669fc561c2949b8d17879b39d16f272 (diff)
downloadbugzilla-9ac2e61cba9c534a0c2f057e9c9f67103a4fec19.tar.gz
bugzilla-9ac2e61cba9c534a0c2f057e9c9f67103a4fec19.tar.xz
Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave.
Diffstat (limited to 'docs/en/xml/installation.xml')
-rw-r--r--docs/en/xml/installation.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> -->
-<!-- $Id: installation.xml,v 1.59 2008/04/04 06:46:49 gerv%gerv.net Exp $ -->
+<!-- $Id: installation.xml,v 1.60 2008/04/04 06:46:50 jocuri%softhome.net Exp $ -->
<chapter id="installing-bugzilla">
<title>Installing Bugzilla</title>
@@ -639,7 +639,7 @@
<screen> <prompt>mysql&gt;</prompt> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,
DROP,REFERENCES ON bugs.* TO bugs@localhost
IDENTIFIED BY '<replaceable>$db_pass</replaceable>';
- <prompt>mysql&gt;</prompt> FLUSH PRIVILEGES</screen>
+ <prompt>mysql&gt;</prompt> FLUSH PRIVILEGES;</screen>
<note>
<para>If you are using MySQL 4, you need to add