[interchange-cvs] interchange - heins modified dist/foundation/config/precopy_commands

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Sun Sep 1 20:12:02 2002


User:      heins
Date:      2002-09-02 00:11:55 GMT
Modified:  dist/foundation/config precopy_commands
Log:
* Really honor MYSQL create options.

Revision  Changes    Path
2.1       +1 -1      interchange/dist/foundation/config/precopy_commands


rev 2.1, prev_rev 2.0
Index: precopy_commands
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
RCS file: /var/cvs/interchange/dist/foundation/config/precopy_commands,v
retrieving revision 2.0
retrieving revision 2.1
diff -u -r2.0 -r2.1
--- precopy_commands	18 Jul 2001 02:20:48 -0000	2.0
+++ precopy_commands	2 Sep 2002 00:11:54 -0000	2.1
@@ -1,4 +1,4 @@
-{MYSQL}mysqladmin -u __MVC_SQLUSER__ -p__MVC_SQLPASS__ create __MVC_SQLDB__
+{MYSQLCREATE}mysqladmin __MVC_MYSQLCREATEOPT__ create __MVC_SQLDB__
 Since you selected the MySQL option, you need to create a database named
 "__MVC_SQLDB__". In a default MySQL configuration, any user may create
 and drop and modify test_* databases, but some administrators disable this.