From: jake%bugzilla.org <> Date: Fri, 4 Apr 2008 11:46:33 +0000 (+0000) Subject: Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. X-Git-Tag: bugzilla-3.1.3~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50d03ba7d7304ec9ff363143a4885928daad4dfe;p=thirdparty%2Fbugzilla.git Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. --- diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index f225452ace..9964b88c89 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/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';