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

This commit is contained in:
jake%bugzilla.org 2003-05-06 04:32:32 +00:00
parent a1c5edb37d
commit 11ddd74efe

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>