[AppDB] fix backlinks for changing application email

Tony Lambregts tony.lambregts at gmail.com
Tue Jul 12 22:35:56 CDT 2005


when we create the database the user should have a password so lest make the 
script encourage that.

Change Log: make the script that creates the fake tables ask fo a password.
Files Changed: tables/create_bugzilla_tables



-------------- next part --------------
Index: tables/create_bugzilla_tables
===================================================================
RCS file: /home/wine/appdb/tables/create_bugzilla_tables,v
retrieving revision 1.1
diff -u -r1.1 create_bugzilla_tables
--- tables/create_bugzilla_tables	13 Dec 2004 03:50:11 -0000	1.1
+++ tables/create_bugzilla_tables	13 Jul 2005 03:23:19 -0000
@@ -1,4 +1,4 @@
 #! /bin/sh
 
 echo Creating fake Bugzilla tables
-mysql -u root < bugzilla_tables.sql
+mysql -u root -p < bugzilla_tables.sql


More information about the wine-patches mailing list