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
Various additions and fixes
[mediawiki.git]
/
maintenance
/
database.sql
blob
812156e6b14a2ef4f5bb0acdd5e8807fc742501e
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};