Make the script that creates the fake tables ask for a password
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user