diff options
author | jake%bugzilla.org <> | 2008-04-04 13:46:33 +0200 |
---|---|---|
committer | jake%bugzilla.org <> | 2008-04-04 13:46:33 +0200 |
commit | 50d03ba7d7304ec9ff363143a4885928daad4dfe (patch) | |
tree | ee2b5d7ffd210f852db2fc9cacba8280d1dffab6 /docs | |
parent | fc192ccdfad2b0577d850447ff9a29998641c291 (diff) | |
download | bugzilla-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.gz bugzilla-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.xz |
Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/en/xml/installation.xml | 2 |
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></prompt> - <command>UPDATE user SET Password=PASSWORD('<new_password'>) + <command>UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root';</command> </computeroutput> </member> |