Bug 190864 - Fix ordering of ' and > that I thought I had done earlier.

git-svn-id: svn://10.0.0.236/trunk@142158 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
jake%bugzilla.org
2003-05-06 04:32:32 +00:00
parent 194ed1b526
commit 2e0dbd2533

View File

@@ -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>