diff options
| author | jake%bugzilla.org <> | 2008-04-04 11:46:33 +0000 |
|---|---|---|
| committer | jake%bugzilla.org <> | 2008-04-04 11:46:33 +0000 |
| commit | 50d03ba7d7304ec9ff363143a4885928daad4dfe (patch) | |
| tree | ee2b5d7ffd210f852db2fc9cacba8280d1dffab6 /docs/en/xml/installation.xml | |
| parent | fc192ccdfad2b0577d850447ff9a29998641c291 (diff) | |
| download | bugs-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar bugs-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.gz bugs-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.bz2 bugs-50d03ba7d7304ec9ff363143a4885928daad4dfe.tar.xz bugs-50d03ba7d7304ec9ff363143a4885928daad4dfe.zip | |
Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.
Diffstat (limited to 'docs/en/xml/installation.xml')
| -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> |
