From 56105c06e301f8174131512a452057972090711b Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Tue, 6 May 2003 11:44:32 +0000 Subject: [PATCH] Bug 190864 - Fix the ordering of the ' and >. --- docs/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index b1208a58b8..44744c4e62 100644 --- a/docs/xml/installation.xml +++ b/docs/xml/installation.xml @@ -635,7 +635,7 @@ AllowOverride Limit mysql> - UPDATE user SET Password=PASSWORD('<new_password'>) + UPDATE user SET Password=PASSWORD('<new_password>') WHERE user='root'; -- 2.47.2