From: jake%bugzilla.org <> Date: Tue, 6 May 2003 11:32:32 +0000 (+0000) Subject: Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. X-Git-Tag: bugzilla-2.17.5~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=260a7325f621c76f6f93b12406acd8bec59b7eac;p=thirdparty%2Fbugzilla.git Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. --- diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index f225452ace..9964b88c89 100644 --- a/docs/xml/installation.xml +++ b/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';