diff options
-rw-r--r-- | docs/xml/installation.xml | 2 |
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></prompt> - <command>UPDATE user SET Password=PASSWORD('<new_password'>) + <command>UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root';</command> </computeroutput> </member> |