diff options
Diffstat (limited to 'extra/sql/bulkload/create-db.sql')
-rw-r--r-- | extra/sql/bulkload/create-db.sql | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/sql/bulkload/create-db.sql b/extra/sql/bulkload/create-db.sql deleted file mode 100644 index ea4d97c1b..000000000 --- a/extra/sql/bulkload/create-db.sql +++ /dev/null @@ -1,11 +0,0 @@ -# -# Create CLDS database objects (tables, etc.) -# -# -CREATE DATABASE `cldsdb4`; -USE `cldsdb4`; -DROP USER 'clds'; -CREATE USER 'clds'; -GRANT ALL on cldsdb4.* to 'clds' identified by 'sidnnd83K' with GRANT OPTION; -FLUSH PRIVILEGES; - |