1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/textproc/cdsware/files/create-db.sql
Thierry Thomas 2b767d7306 Add cdsware 0.3.2, CERN Document Server Software.
This is another "monster" from CERN, but if you are looking
for a document server, there is no free alternative.
2004-07-11 14:34:37 +00:00

3 lines
104 B
SQL

CREATE DATABASE %%DBNAME%%;
GRANT ALL PRIVILEGES ON cdsware.* TO %%DBUSER%% IDENTIFIED BY '%%DBPASS%%';