From 18b6bbbf06b7ce935edb5d0f4ce8237408fe399b Mon Sep 17 00:00:00 2001 From: "myk%mozilla.org" <> Date: Tue, 27 Nov 2001 08:49:26 +0000 Subject: Fix for bug 109802: Make it clear how to enter mysql passwords with special characters into localconfig. Patch by Dave Miller . r=ddkilzer,louie. --- checksetup.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 0a3edac79..942c4e2ef 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -343,8 +343,10 @@ $db_user = "bugs"; # user to attach to the MySQL database LocalVar('db_pass', ' # # Some people actually use passwords with their MySQL database ... +# If you use apostrophe (\') or a backslash (\\) in your password, you\'ll +# need to escape it by preceding it with a \\ character. (\\\') or (\\\\) # -$db_pass = ""; +$db_pass = \'\'; '); -- cgit v1.2.1