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