repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Finally removing the deprecated and unused functions User::isSysop, User::isBureaucra...
[mediawiki.git]
/
maintenance
/
database.sql
blob
dea9954248f2abe3242843b8c89269ea23ea6b9b
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}`;