diff options
-rwxr-xr-x | checksetup.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl index 7eb601787..cbf6e7e09 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -376,7 +376,8 @@ $db_user = "bugs"; # user to attach to the MySQL database '); LocalVar('db_pass', ' # -# Some people actually use passwords with their MySQL database ... +# Enter your database password here. It's normally advisable to specify +# a password for your bugzilla database user. # If you use apostrophe (\') or a backslash (\\) in your password, you\'ll # need to escape it by preceding it with a \\ character. (\\\') or (\\\\) # |