fixed discussion namespace
[lhc/web/wiklou.git] / maintenance / database.sql
1 -- SQL script to create database for wiki. This is run from
2 -- the installation script which replaces the variables with
3 -- their values from local settings.
4 --
5
6 DROP DATABASE IF EXISTS `{$wgDBname}`;
7 CREATE DATABASE `{$wgDBname}`;