From 2e0dbd2533d5c70e98ca9410bdf12e3e126e20db 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. git-svn-id: svn://10.0.0.236/trunk@142158 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/docs/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/docs/xml/installation.xml b/mozilla/webtools/bugzilla/docs/xml/installation.xml index f225452acee..9964b88c899 100644 --- a/mozilla/webtools/bugzilla/docs/xml/installation.xml +++ b/mozilla/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';