<!-- <!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>
<screen> <prompt>mysql></prompt> GRANT SELECT,INSERT,UPDATE,DELETE,INDEX,ALTER,CREATE,
DROP,REFERENCES ON bugs.* TO bugs@localhost
IDENTIFIED BY '<replaceable>$db_pass</replaceable>';
- <prompt>mysql></prompt> FLUSH PRIVILEGES</screen>
+ <prompt>mysql></prompt> FLUSH PRIVILEGES;</screen>
<note>
<para>If you are using MySQL 4, you need to add