wiki.techinc.nl/maintenance/database.sql
2004-01-18 21:10:07 +00:00

7 lines
233 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}`;