From: Sanjay Dalal Date: Wed, 4 Nov 2009 23:27:17 +0000 (+0000) Subject: NOJIRA removed initial comments that were failing the ant create_db task due to some... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=8ee49da43ac3b14b14c24b9278c3de23964643c1;p=tmp%2Fjakarta-migration.git NOJIRA removed initial comments that were failing the ant create_db task due to some reserved word or unknown character M src/main/resources/scripts/db/mysql/init_db.sql --- diff --git a/src/main/resources/scripts/db/mysql/init_db.sql b/src/main/resources/scripts/db/mysql/init_db.sql index 660246eaf..2b3fd6a8c 100644 --- a/src/main/resources/scripts/db/mysql/init_db.sql +++ b/src/main/resources/scripts/db/mysql/init_db.sql @@ -1,12 +1,8 @@ --- --- Create and initialize CollectionSpace service database environment for MySQL --- - -- -- delete all users -- -DELETE FROM mysql.user WHERE NOT (host="localhost" and user="root"); -FLUSH PRIVILEGES; +-- DELETE FROM mysql.user WHERE NOT (host="localhost" and user="root"); +-- FLUSH PRIVILEGES; -- -- delete anonymous access