Commit 9ac2e61c authored by jocuri%softhome.net's avatar jocuri%softhome.net

Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs;…

Patch for bug 232842; adds a missing semicolon in section 2.2.2.3 of the docs; r=justdave; a=justdave.
parent 98be5699
<!-- <!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"> --> <!-- <!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"> <chapter id="installing-bugzilla">
<title>Installing Bugzilla</title> <title>Installing Bugzilla</title>
...@@ -639,7 +639,7 @@ ...@@ -639,7 +639,7 @@
<screen> <prompt>mysql&gt;</prompt> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE, <screen> <prompt>mysql&gt;</prompt> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,
DROP,REFERENCES ON bugs.* TO bugs@localhost DROP,REFERENCES ON bugs.* TO bugs@localhost
IDENTIFIED BY '<replaceable>$db_pass</replaceable>'; IDENTIFIED BY '<replaceable>$db_pass</replaceable>';
<prompt>mysql&gt;</prompt> FLUSH PRIVILEGES</screen> <prompt>mysql&gt;</prompt> FLUSH PRIVILEGES;</screen>
<note> <note>
<para>If you are using MySQL 4, you need to add <para>If you are using MySQL 4, you need to add
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment