From bd3f8ca90d588db1ff674279531dcc05a6fac26f Mon Sep 17 00:00:00 2001 From: Tony Lambregts Date: Wed, 13 Jul 2005 03:45:54 +0000 Subject: [PATCH] Make the script that creates the fake tables ask for a password --- tables/create_bugzilla_tables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/create_bugzilla_tables b/tables/create_bugzilla_tables index 62fd5eb..3ea8a5a 100644 --- a/tables/create_bugzilla_tables +++ b/tables/create_bugzilla_tables @@ -1,4 +1,4 @@ #! /bin/sh echo Creating fake Bugzilla tables -mysql -u root < bugzilla_tables.sql +mysql -u root -p < bugzilla_tables.sql