Link fix for "About protected pages"
[mediawiki.git] / maintenance / database.sql
blob812156e6b14a2ef4f5bb0acdd5e8807fc742501e
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 --
6 DROP DATABASE IF EXISTS {$wgDBname};
7 CREATE DATABASE {$wgDBname};