diff options
author | jake%bugzilla.org <> | 2003-05-06 13:32:32 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2003-05-06 13:32:32 +0200 |
commit | 260a7325f621c76f6f93b12406acd8bec59b7eac (patch) | |
tree | 612d13575f9d0924d3cd3d7d4fb1e1ed5b8bbc87 /docs | |
parent | 810f3c595d2327ec3594df14651aabcfa44986c7 (diff) | |
download | bugzilla-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.xml | 2 |
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></prompt> - <command>UPDATE user SET Password=PASSWORD('<new_password'>) + <command>UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root';</command> </computeroutput> </member> |