wiki.techinc.nl/maintenance/database.sql
Lee Daniel Crocker d82c14fb4f Initial revision
2003-04-14 23:10:40 +00:00

7 lines
229 B
SQL

-- SQL script to create database for wiki. This is run from
-- the installation script which replaces the variables with
-- their values from local settings.
--
DROP DATABASE IF EXISTS {$wgDBname};
CREATE DATABASE {$wgDBname};