summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/xml/installation.xml2
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&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>