From: jake%bugzilla.org <> Date: Tue, 6 May 2003 11:44:32 +0000 (+0000) Subject: Bug 190864 - Fix the ordering of the ' and >. X-Git-Tag: bugzilla-2.16.4~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=56105c06e301f8174131512a452057972090711b;p=thirdparty%2Fbugzilla.git Bug 190864 - Fix the ordering of the ' and >. --- 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';