From 260a7325f621c76f6f93b12406acd8bec59b7eac Mon Sep 17 00:00:00 2001 From: "jake%bugzilla.org" <> Date: Tue, 6 May 2003 11:32:32 +0000 Subject: Bug 190864 - Fix ordering of ' and > that I thought I had done earlier. --- docs/xml/installation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/xml/installation.xml b/docs/xml/installation.xml index f225452ac..9964b88c8 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'; -- cgit v1.2.3-24-g4f1b