wiki.techinc.nl/maintenance/database.sql

8 lines
233 B
MySQL
Raw Normal View History

2003-04-14 23:10:40 +00:00
-- 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}`;