From 50d03ba7d7304ec9ff363143a4885928daad4dfe Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Fri, 4 Apr 2008 11:46:33 +0000 Subject: [PATCH] Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. --- docs/en/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index f225452ace..9964b88c89 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -552,7 +552,7 @@ mysql> - UPDATE user SET Password=PASSWORD('<new_password'>) + UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root'; -- 2.47.3