From 11ddd74efeb871e6f083f3b8c8a790d254f0be2e Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" Date: Tue, 6 May 2003 04:32:32 +0000 Subject: [PATCH] Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. --- webtools/bugzilla/docs/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webtools/bugzilla/docs/xml/installation.xml b/webtools/bugzilla/docs/xml/installation.xml index f225452acee6..9964b88c8998 100644 --- a/webtools/bugzilla/docs/xml/installation.xml +++ b/webtools/bugzilla/docs/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';