This is another "monster" from CERN, but if you are looking for a document server, there is no free alternative.
2 lines
104 B
SQL
2 lines
104 B
SQL
CREATE DATABASE %%DBNAME%%;
|
|
GRANT ALL PRIVILEGES ON cdsware.* TO %%DBUSER%% IDENTIFIED BY '%%DBPASS%%';
|