summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2008-04-04 13:46:33 +0200
committerjake%bugzilla.org <>2008-04-04 13:46:33 +0200
commit50d03ba7d7304ec9ff363143a4885928daad4dfe (patch)
treeee2b5d7ffd210f852db2fc9cacba8280d1dffab6
parentfc192ccdfad2b0577d850447ff9a29998641c291 (diff)
downloadbugzilla-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.gz
bugzilla-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.xz
Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.
-rw-r--r--docs/en/xml/installation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml
index f225452ac..9964b88c8 100644
--- a/docs/en/xml/installation.xml
+++ b/docs/en/xml/installation.xml
@@ -552,7 +552,7 @@
<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>