summaryrefslogtreecommitdiff
path: root/textproc/cdsware/files/create-db.sql
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/cdsware/files/create-db.sql')
-rw-r--r--textproc/cdsware/files/create-db.sql2
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/cdsware/files/create-db.sql b/textproc/cdsware/files/create-db.sql
deleted file mode 100644
index a454ca007196..000000000000
--- a/textproc/cdsware/files/create-db.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-CREATE DATABASE %%DBNAME%%;
-GRANT ALL PRIVILEGES ON cdsware.* TO %%DBUSER%% IDENTIFIED BY '%%DBPASS%%';