summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjake%bugzilla.org <>2003-05-06 13:32:32 +0200
committerjake%bugzilla.org <>2003-05-06 13:32:32 +0200
commit260a7325f621c76f6f93b12406acd8bec59b7eac (patch)
tree612d13575f9d0924d3cd3d7d4fb1e1ed5b8bbc87 /docs
parent810f3c595d2327ec3594df14651aabcfa44986c7 (diff)
downloadbugzilla-260a7325f621c76f6f93b12406acd8bec59b7eac.tar.gz
bugzilla-260a7325f621c76f6f93b12406acd8bec59b7eac.tar.xz
Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml
index f225452ac..9964b88c8 100644
--- a/docs/xml/installation.xml
+++ b/docs/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>