]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.
authorjake%bugzilla.org <>
Fri, 4 Apr 2008 11:46:33 +0000 (11:46 +0000)
committerjake%bugzilla.org <>
Fri, 4 Apr 2008 11:46:33 +0000 (11:46 +0000)
docs/en/xml/installation.xml

index f225452acee60281f872c144e1ec96337e55818f..9964b88c8998f10ee2d501fa33a34b1f23172317 100644 (file)
           <computeroutput>
             <prompt>mysql&gt;</prompt>
 
-            <command>UPDATE user SET Password=PASSWORD('&lt;new_password'&gt;)
+            <command>UPDATE user SET Password=PASSWORD('&lt;new_password&gt;')
             WHERE user='root';</command>
           </computeroutput>
         </member>