]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA removed initial comments that were failing the ant create_db task due to some...
authorSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 4 Nov 2009 23:27:17 +0000 (23:27 +0000)
committerSanjay Dalal <sanjay.dalal@berkeley.edu>
Wed, 4 Nov 2009 23:27:17 +0000 (23:27 +0000)
M    src/main/resources/scripts/db/mysql/init_db.sql

src/main/resources/scripts/db/mysql/init_db.sql

index 660246eaffef415a1033cb84e93de31c17b4d76a..2b3fd6a8cb071eb8942f99fcbceec4e0998c2c68 100644 (file)
@@ -1,12 +1,8 @@
---\r
--- Create and initialize CollectionSpace service database environment for MySQL\r
---\r
-\r
 --\r
 -- delete all users\r
 --\r
-DELETE FROM mysql.user WHERE NOT (host="localhost" and user="root");\r
-FLUSH PRIVILEGES;\r
+-- DELETE FROM mysql.user WHERE NOT (host="localhost" and user="root");\r
+-- FLUSH PRIVILEGES;\r
 \r
 --\r
 -- delete anonymous access\r