Make the script that creates the fake tables ask for a password

This commit is contained in:
Tony Lambregts
2005-07-13 03:45:54 +00:00
committed by WineHQ
parent c7d6988d4f
commit bd3f8ca90d

View File

@@ -1,4 +1,4 @@
#! /bin/sh #! /bin/sh
echo Creating fake Bugzilla tables echo Creating fake Bugzilla tables
mysql -u root < bugzilla_tables.sql mysql -u root -p < bugzilla_tables.sql