Renamed 'metawikipedia' interwiki link prefix to 'metawikimedia' - Meta-Wiki deals...
[lhc/web/wiklou.git] / tests / selenium / data / mediawiki118_fresh_installation.sql
1 -- MySQL dump 10.13 Distrib 5.1.41, for Win32 (ia32)
2 --
3 -- Host: localhost Database: test_wiki
4 -- ------------------------------------------------------
5 -- Server version 5.1.41
6
7 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8 /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9 /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10 /*!40101 SET NAMES utf8 */;
11 /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12 /*!40103 SET TIME_ZONE='+00:00' */;
13 /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14 /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15 /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
17
18 --
19 -- Table structure for table `mw_archive`
20 --
21
22 DROP TABLE IF EXISTS `mw_archive`;
23 /*!40101 SET @saved_cs_client = @@character_set_client */;
24 /*!40101 SET character_set_client = utf8 */;
25 CREATE TABLE `mw_archive` (
26 `ar_namespace` int(11) NOT NULL DEFAULT '0',
27 `ar_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
28 `ar_text` mediumblob NOT NULL,
29 `ar_comment` tinyblob NOT NULL,
30 `ar_user` int(10) unsigned NOT NULL DEFAULT '0',
31 `ar_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
32 `ar_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
33 `ar_minor_edit` tinyint(4) NOT NULL DEFAULT '0',
34 `ar_flags` tinyblob NOT NULL,
35 `ar_rev_id` int(10) unsigned DEFAULT NULL,
36 `ar_text_id` int(10) unsigned DEFAULT NULL,
37 `ar_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
38 `ar_len` int(10) unsigned DEFAULT NULL,
39 `ar_page_id` int(10) unsigned DEFAULT NULL,
40 `ar_parent_id` int(10) unsigned DEFAULT NULL,
41 KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`),
42 KEY `usertext_timestamp` (`ar_user_text`,`ar_timestamp`),
43 KEY `ar_page_revid` (`ar_namespace`,`ar_title`,`ar_rev_id`)
44 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
45 /*!40101 SET character_set_client = @saved_cs_client */;
46
47 --
48 -- Dumping data for table `mw_archive`
49 --
50
51 LOCK TABLES `mw_archive` WRITE;
52 /*!40000 ALTER TABLE `mw_archive` DISABLE KEYS */;
53 /*!40000 ALTER TABLE `mw_archive` ENABLE KEYS */;
54 UNLOCK TABLES;
55
56 --
57 -- Table structure for table `mw_category`
58 --
59
60 DROP TABLE IF EXISTS `mw_category`;
61 /*!40101 SET @saved_cs_client = @@character_set_client */;
62 /*!40101 SET character_set_client = utf8 */;
63 CREATE TABLE `mw_category` (
64 `cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
65 `cat_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
66 `cat_pages` int(11) NOT NULL DEFAULT '0',
67 `cat_subcats` int(11) NOT NULL DEFAULT '0',
68 `cat_files` int(11) NOT NULL DEFAULT '0',
69 `cat_hidden` tinyint(3) unsigned NOT NULL DEFAULT '0',
70 PRIMARY KEY (`cat_id`),
71 UNIQUE KEY `cat_title` (`cat_title`),
72 KEY `cat_pages` (`cat_pages`)
73 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
74 /*!40101 SET character_set_client = @saved_cs_client */;
75
76 --
77 -- Dumping data for table `mw_category`
78 --
79
80 LOCK TABLES `mw_category` WRITE;
81 /*!40000 ALTER TABLE `mw_category` DISABLE KEYS */;
82 /*!40000 ALTER TABLE `mw_category` ENABLE KEYS */;
83 UNLOCK TABLES;
84
85 --
86 -- Table structure for table `mw_categorylinks`
87 --
88
89 DROP TABLE IF EXISTS `mw_categorylinks`;
90 /*!40101 SET @saved_cs_client = @@character_set_client */;
91 /*!40101 SET character_set_client = utf8 */;
92 CREATE TABLE `mw_categorylinks` (
93 `cl_from` int(10) unsigned NOT NULL DEFAULT '0',
94 `cl_to` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
95 `cl_sortkey` varbinary(230) NOT NULL DEFAULT '',
96 `cl_sortkey_prefix` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
97 `cl_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
98 `cl_collation` varbinary(32) NOT NULL DEFAULT '',
99 `cl_type` enum('page','subcat','file') NOT NULL DEFAULT 'page',
100 UNIQUE KEY `cl_from` (`cl_from`,`cl_to`),
101 KEY `cl_sortkey` (`cl_to`,`cl_type`,`cl_sortkey`,`cl_from`),
102 KEY `cl_timestamp` (`cl_to`,`cl_timestamp`),
103 KEY `cl_collation` (`cl_collation`)
104 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
105 /*!40101 SET character_set_client = @saved_cs_client */;
106
107 --
108 -- Dumping data for table `mw_categorylinks`
109 --
110
111 LOCK TABLES `mw_categorylinks` WRITE;
112 /*!40000 ALTER TABLE `mw_categorylinks` DISABLE KEYS */;
113 /*!40000 ALTER TABLE `mw_categorylinks` ENABLE KEYS */;
114 UNLOCK TABLES;
115
116 --
117 -- Table structure for table `mw_change_tag`
118 --
119
120 DROP TABLE IF EXISTS `mw_change_tag`;
121 /*!40101 SET @saved_cs_client = @@character_set_client */;
122 /*!40101 SET character_set_client = utf8 */;
123 CREATE TABLE `mw_change_tag` (
124 `ct_rc_id` int(11) DEFAULT NULL,
125 `ct_log_id` int(11) DEFAULT NULL,
126 `ct_rev_id` int(11) DEFAULT NULL,
127 `ct_tag` varchar(255) NOT NULL,
128 `ct_params` blob,
129 UNIQUE KEY `change_tag_rc_tag` (`ct_rc_id`,`ct_tag`),
130 UNIQUE KEY `change_tag_log_tag` (`ct_log_id`,`ct_tag`),
131 UNIQUE KEY `change_tag_rev_tag` (`ct_rev_id`,`ct_tag`),
132 KEY `change_tag_tag_id` (`ct_tag`,`ct_rc_id`,`ct_rev_id`,`ct_log_id`)
133 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
134 /*!40101 SET character_set_client = @saved_cs_client */;
135
136 --
137 -- Dumping data for table `mw_change_tag`
138 --
139
140 LOCK TABLES `mw_change_tag` WRITE;
141 /*!40000 ALTER TABLE `mw_change_tag` DISABLE KEYS */;
142 /*!40000 ALTER TABLE `mw_change_tag` ENABLE KEYS */;
143 UNLOCK TABLES;
144
145 --
146 -- Table structure for table `mw_external_user`
147 --
148
149 DROP TABLE IF EXISTS `mw_external_user`;
150 /*!40101 SET @saved_cs_client = @@character_set_client */;
151 /*!40101 SET character_set_client = utf8 */;
152 CREATE TABLE `mw_external_user` (
153 `eu_local_id` int(10) unsigned NOT NULL,
154 `eu_external_id` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
155 PRIMARY KEY (`eu_local_id`),
156 UNIQUE KEY `eu_external_id` (`eu_external_id`)
157 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
158 /*!40101 SET character_set_client = @saved_cs_client */;
159
160 --
161 -- Dumping data for table `mw_external_user`
162 --
163
164 LOCK TABLES `mw_external_user` WRITE;
165 /*!40000 ALTER TABLE `mw_external_user` DISABLE KEYS */;
166 /*!40000 ALTER TABLE `mw_external_user` ENABLE KEYS */;
167 UNLOCK TABLES;
168
169 --
170 -- Table structure for table `mw_externallinks`
171 --
172
173 DROP TABLE IF EXISTS `mw_externallinks`;
174 /*!40101 SET @saved_cs_client = @@character_set_client */;
175 /*!40101 SET character_set_client = utf8 */;
176 CREATE TABLE `mw_externallinks` (
177 `el_from` int(10) unsigned NOT NULL DEFAULT '0',
178 `el_to` blob NOT NULL,
179 `el_index` blob NOT NULL,
180 KEY `el_from` (`el_from`,`el_to`(40)),
181 KEY `el_to` (`el_to`(60),`el_from`),
182 KEY `el_index` (`el_index`(60))
183 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
184 /*!40101 SET character_set_client = @saved_cs_client */;
185
186 --
187 -- Dumping data for table `mw_externallinks`
188 --
189
190 LOCK TABLES `mw_externallinks` WRITE;
191 /*!40000 ALTER TABLE `mw_externallinks` DISABLE KEYS */;
192 INSERT INTO `mw_externallinks` VALUES (1,'http://meta.wikimedia.org/wiki/Help:Contents','http://org.wikimedia.meta./wiki/Help:Contents');
193 INSERT INTO `mw_externallinks` VALUES (1,'http://www.mediawiki.org/wiki/Manual:Configuration_settings','http://org.mediawiki.www./wiki/Manual:Configuration_settings');
194 INSERT INTO `mw_externallinks` VALUES (1,'http://www.mediawiki.org/wiki/Manual:FAQ','http://org.mediawiki.www./wiki/Manual:FAQ');
195 INSERT INTO `mw_externallinks` VALUES (1,'https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce','https://org.wikimedia.lists./mailman/listinfo/mediawiki-announce');
196 /*!40000 ALTER TABLE `mw_externallinks` ENABLE KEYS */;
197 UNLOCK TABLES;
198
199 --
200 -- Table structure for table `mw_filearchive`
201 --
202
203 DROP TABLE IF EXISTS `mw_filearchive`;
204 /*!40101 SET @saved_cs_client = @@character_set_client */;
205 /*!40101 SET character_set_client = utf8 */;
206 CREATE TABLE `mw_filearchive` (
207 `fa_id` int(11) NOT NULL AUTO_INCREMENT,
208 `fa_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
209 `fa_archive_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin DEFAULT '',
210 `fa_storage_group` varbinary(16) DEFAULT NULL,
211 `fa_storage_key` varbinary(64) DEFAULT '',
212 `fa_deleted_user` int(11) DEFAULT NULL,
213 `fa_deleted_timestamp` binary(14) DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
214 `fa_deleted_reason` text,
215 `fa_size` int(10) unsigned DEFAULT '0',
216 `fa_width` int(11) DEFAULT '0',
217 `fa_height` int(11) DEFAULT '0',
218 `fa_metadata` mediumblob,
219 `fa_bits` int(11) DEFAULT '0',
220 `fa_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') DEFAULT NULL,
221 `fa_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') DEFAULT 'unknown',
222 `fa_minor_mime` varbinary(100) DEFAULT 'unknown',
223 `fa_description` tinyblob,
224 `fa_user` int(10) unsigned DEFAULT '0',
225 `fa_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin DEFAULT NULL,
226 `fa_timestamp` binary(14) DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
227 `fa_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
228 PRIMARY KEY (`fa_id`),
229 KEY `fa_name` (`fa_name`,`fa_timestamp`),
230 KEY `fa_storage_group` (`fa_storage_group`,`fa_storage_key`),
231 KEY `fa_deleted_timestamp` (`fa_deleted_timestamp`),
232 KEY `fa_user_timestamp` (`fa_user_text`,`fa_timestamp`)
233 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
234 /*!40101 SET character_set_client = @saved_cs_client */;
235
236 --
237 -- Dumping data for table `mw_filearchive`
238 --
239
240 LOCK TABLES `mw_filearchive` WRITE;
241 /*!40000 ALTER TABLE `mw_filearchive` DISABLE KEYS */;
242 /*!40000 ALTER TABLE `mw_filearchive` ENABLE KEYS */;
243 UNLOCK TABLES;
244
245 --
246 -- Table structure for table `mw_hitcounter`
247 --
248
249 DROP TABLE IF EXISTS `mw_hitcounter`;
250 /*!40101 SET @saved_cs_client = @@character_set_client */;
251 /*!40101 SET character_set_client = utf8 */;
252 CREATE TABLE `mw_hitcounter` (
253 `hc_id` int(10) unsigned NOT NULL
254 ) ENGINE=MEMORY DEFAULT CHARSET=latin1 MAX_ROWS=25000;
255 /*!40101 SET character_set_client = @saved_cs_client */;
256
257 --
258 -- Dumping data for table `mw_hitcounter`
259 --
260
261 LOCK TABLES `mw_hitcounter` WRITE;
262 /*!40000 ALTER TABLE `mw_hitcounter` DISABLE KEYS */;
263 /*!40000 ALTER TABLE `mw_hitcounter` ENABLE KEYS */;
264 UNLOCK TABLES;
265
266 --
267 -- Table structure for table `mw_image`
268 --
269
270 DROP TABLE IF EXISTS `mw_image`;
271 /*!40101 SET @saved_cs_client = @@character_set_client */;
272 /*!40101 SET character_set_client = utf8 */;
273 CREATE TABLE `mw_image` (
274 `img_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
275 `img_size` int(10) unsigned NOT NULL DEFAULT '0',
276 `img_width` int(11) NOT NULL DEFAULT '0',
277 `img_height` int(11) NOT NULL DEFAULT '0',
278 `img_metadata` mediumblob NOT NULL,
279 `img_bits` int(11) NOT NULL DEFAULT '0',
280 `img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') DEFAULT NULL,
281 `img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL DEFAULT 'unknown',
282 `img_minor_mime` varbinary(100) NOT NULL DEFAULT 'unknown',
283 `img_description` tinyblob NOT NULL,
284 `img_user` int(10) unsigned NOT NULL DEFAULT '0',
285 `img_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
286 `img_timestamp` varbinary(14) NOT NULL DEFAULT '',
287 `img_sha1` varbinary(32) NOT NULL DEFAULT '',
288 PRIMARY KEY (`img_name`),
289 KEY `img_usertext_timestamp` (`img_user_text`,`img_timestamp`),
290 KEY `img_size` (`img_size`),
291 KEY `img_timestamp` (`img_timestamp`),
292 KEY `img_sha1` (`img_sha1`)
293 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
294 /*!40101 SET character_set_client = @saved_cs_client */;
295
296 --
297 -- Dumping data for table `mw_image`
298 --
299
300 LOCK TABLES `mw_image` WRITE;
301 /*!40000 ALTER TABLE `mw_image` DISABLE KEYS */;
302 /*!40000 ALTER TABLE `mw_image` ENABLE KEYS */;
303 UNLOCK TABLES;
304
305 --
306 -- Table structure for table `mw_imagelinks`
307 --
308
309 DROP TABLE IF EXISTS `mw_imagelinks`;
310 /*!40101 SET @saved_cs_client = @@character_set_client */;
311 /*!40101 SET character_set_client = utf8 */;
312 CREATE TABLE `mw_imagelinks` (
313 `il_from` int(10) unsigned NOT NULL DEFAULT '0',
314 `il_to` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
315 UNIQUE KEY `il_from` (`il_from`,`il_to`),
316 UNIQUE KEY `il_to` (`il_to`,`il_from`)
317 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
318 /*!40101 SET character_set_client = @saved_cs_client */;
319
320 --
321 -- Dumping data for table `mw_imagelinks`
322 --
323
324 LOCK TABLES `mw_imagelinks` WRITE;
325 /*!40000 ALTER TABLE `mw_imagelinks` DISABLE KEYS */;
326 /*!40000 ALTER TABLE `mw_imagelinks` ENABLE KEYS */;
327 UNLOCK TABLES;
328
329 --
330 -- Table structure for table `mw_interwiki`
331 --
332
333 DROP TABLE IF EXISTS `mw_interwiki`;
334 /*!40101 SET @saved_cs_client = @@character_set_client */;
335 /*!40101 SET character_set_client = utf8 */;
336 CREATE TABLE `mw_interwiki` (
337 `iw_prefix` varchar(32) NOT NULL,
338 `iw_url` blob NOT NULL,
339 `iw_api` blob NOT NULL,
340 `iw_wikiid` varchar(64) NOT NULL,
341 `iw_local` tinyint(1) NOT NULL,
342 `iw_trans` tinyint(4) NOT NULL DEFAULT '0',
343 UNIQUE KEY `iw_prefix` (`iw_prefix`)
344 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
345 /*!40101 SET character_set_client = @saved_cs_client */;
346
347 --
348 -- Dumping data for table `mw_interwiki`
349 --
350
351 LOCK TABLES `mw_interwiki` WRITE;
352 /*!40000 ALTER TABLE `mw_interwiki` DISABLE KEYS */;
353 INSERT INTO `mw_interwiki` VALUES ('acronym','http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=$1','','',0,0);
354 INSERT INTO `mw_interwiki` VALUES ('advogato','http://www.advogato.org/$1','','',0,0);
355 INSERT INTO `mw_interwiki` VALUES ('annotationwiki','http://www.seedwiki.com/page.cfm?wikiid=368&doc=$1','','',0,0);
356 INSERT INTO `mw_interwiki` VALUES ('arxiv','http://www.arxiv.org/abs/$1','','',0,0);
357 INSERT INTO `mw_interwiki` VALUES ('c2find','http://c2.com/cgi/wiki?FindPage&value=$1','','',0,0);
358 INSERT INTO `mw_interwiki` VALUES ('cache','http://www.google.com/search?q=cache:$1','','',0,0);
359 INSERT INTO `mw_interwiki` VALUES ('commons','http://commons.wikimedia.org/wiki/$1','','',0,0);
360 INSERT INTO `mw_interwiki` VALUES ('corpknowpedia','http://corpknowpedia.org/wiki/index.php/$1','','',0,0);
361 INSERT INTO `mw_interwiki` VALUES ('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1','','',0,0);
362 INSERT INTO `mw_interwiki` VALUES ('disinfopedia','http://www.disinfopedia.org/wiki.phtml?title=$1','','',0,0);
363 INSERT INTO `mw_interwiki` VALUES ('docbook','http://wiki.docbook.org/topic/$1','','',0,0);
364 INSERT INTO `mw_interwiki` VALUES ('doi','http://dx.doi.org/$1','','',0,0);
365 INSERT INTO `mw_interwiki` VALUES ('drumcorpswiki','http://www.drumcorpswiki.com/index.php/$1','','',0,0);
366 INSERT INTO `mw_interwiki` VALUES ('dwjwiki','http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1','','',0,0);
367 INSERT INTO `mw_interwiki` VALUES ('elibre','http://enciclopedia.us.es/index.php/$1','','',0,0);
368 INSERT INTO `mw_interwiki` VALUES ('emacswiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1','','',0,0);
369 INSERT INTO `mw_interwiki` VALUES ('foldoc','http://foldoc.org/?$1','','',0,0);
370 INSERT INTO `mw_interwiki` VALUES ('foxwiki','http://fox.wikis.com/wc.dll?Wiki~$1','','',0,0);
371 INSERT INTO `mw_interwiki` VALUES ('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1','','',0,0);
372 INSERT INTO `mw_interwiki` VALUES ('gej','http://www.esperanto.de/cgi-bin/aktivikio/wiki.pl?$1','','',0,0);
373 INSERT INTO `mw_interwiki` VALUES ('gentoo-wiki','http://gentoo-wiki.com/$1','','',0,0);
374 INSERT INTO `mw_interwiki` VALUES ('google','http://www.google.com/search?q=$1','','',0,0);
375 INSERT INTO `mw_interwiki` VALUES ('googlegroups','http://groups.google.com/groups?q=$1','','',0,0);
376 INSERT INTO `mw_interwiki` VALUES ('hammondwiki','http://www.dairiki.org/HammondWiki/$1','','',0,0);
377 INSERT INTO `mw_interwiki` VALUES ('hewikisource','http://he.wikisource.org/wiki/$1','','',1,0);
378 INSERT INTO `mw_interwiki` VALUES ('hrwiki','http://www.hrwiki.org/index.php/$1','','',0,0);
379 INSERT INTO `mw_interwiki` VALUES ('imdb','http://us.imdb.com/Title?$1','','',0,0);
380 INSERT INTO `mw_interwiki` VALUES ('jargonfile','http://sunir.org/apps/meta.pl?wiki=JargonFile&redirect=$1','','',0,0);
381 INSERT INTO `mw_interwiki` VALUES ('jspwiki','http://www.jspwiki.org/wiki/$1','','',0,0);
382 INSERT INTO `mw_interwiki` VALUES ('keiki','http://kei.ki/en/$1','','',0,0);
383 INSERT INTO `mw_interwiki` VALUES ('kmwiki','http://kmwiki.wikispaces.com/$1','','',0,0);
384 INSERT INTO `mw_interwiki` VALUES ('linuxwiki','http://linuxwiki.de/$1','','',0,0);
385 INSERT INTO `mw_interwiki` VALUES ('lojban','http://www.lojban.org/tiki/tiki-index.php?page=$1','','',0,0);
386 INSERT INTO `mw_interwiki` VALUES ('lqwiki','http://wiki.linuxquestions.org/wiki/$1','','',0,0);
387 INSERT INTO `mw_interwiki` VALUES ('lugkr','http://lug-kr.sourceforge.net/cgi-bin/lugwiki.pl?$1','','',0,0);
388 INSERT INTO `mw_interwiki` VALUES ('mathsongswiki','http://SeedWiki.com/page.cfm?wikiid=237&doc=$1','','',0,0);
389 INSERT INTO `mw_interwiki` VALUES ('meatball','http://www.usemod.com/cgi-bin/mb.pl?$1','','',0,0);
390 INSERT INTO `mw_interwiki` VALUES ('mediawikiwiki','http://www.mediawiki.org/wiki/$1','','',0,0);
391 INSERT INTO `mw_interwiki` VALUES ('mediazilla','https://bugzilla.wikimedia.org/$1','','',1,0);
392 INSERT INTO `mw_interwiki` VALUES ('memoryalpha','http://www.memory-alpha.org/en/index.php/$1','','',0,0);
393 INSERT INTO `mw_interwiki` VALUES ('metawiki','http://sunir.org/apps/meta.pl?$1','','',0,0);
394 INSERT INTO `mw_interwiki` VALUES ('metawikimedia','http://meta.wikimedia.org/wiki/$1','','',0,0);
395 INSERT INTO `mw_interwiki` VALUES ('moinmoin','http://purl.net/wiki/moin/$1','','',0,0);
396 INSERT INTO `mw_interwiki` VALUES ('mozillawiki','http://wiki.mozilla.org/index.php/$1','','',0,0);
397 INSERT INTO `mw_interwiki` VALUES ('mw','http://www.mediawiki.org/wiki/$1','','',0,0);
398 INSERT INTO `mw_interwiki` VALUES ('oeis','http://www.research.att.com/cgi-bin/access.cgi/as/njas/sequences/eisA.cgi?Anum=$1','','',0,0);
399 INSERT INTO `mw_interwiki` VALUES ('openfacts','http://openfacts.berlios.de/index.phtml?title=$1','','',0,0);
400 INSERT INTO `mw_interwiki` VALUES ('openwiki','http://openwiki.com/?$1','','',0,0);
401 INSERT INTO `mw_interwiki` VALUES ('pmeg','http://www.bertilow.com/pmeg/$1.php','','',0,0);
402 INSERT INTO `mw_interwiki` VALUES ('ppr','http://c2.com/cgi/wiki?$1','','',0,0);
403 INSERT INTO `mw_interwiki` VALUES ('pythoninfo','http://wiki.python.org/moin/$1','','',0,0);
404 INSERT INTO `mw_interwiki` VALUES ('rfc','http://www.rfc-editor.org/rfc/rfc$1.txt','','',0,0);
405 INSERT INTO `mw_interwiki` VALUES ('s23wiki','http://is-root.de/wiki/index.php/$1','','',0,0);
406 INSERT INTO `mw_interwiki` VALUES ('seattlewiki','http://seattle.wikia.com/wiki/$1','','',0,0);
407 INSERT INTO `mw_interwiki` VALUES ('seattlewireless','http://seattlewireless.net/?$1','','',0,0);
408 INSERT INTO `mw_interwiki` VALUES ('senseislibrary','http://senseis.xmp.net/?$1','','',0,0);
409 INSERT INTO `mw_interwiki` VALUES ('sourceforge','http://sourceforge.net/$1','','',0,0);
410 INSERT INTO `mw_interwiki` VALUES ('squeak','http://wiki.squeak.org/squeak/$1','','',0,0);
411 INSERT INTO `mw_interwiki` VALUES ('susning','http://www.susning.nu/$1','','',0,0);
412 INSERT INTO `mw_interwiki` VALUES ('svgwiki','http://wiki.svg.org/$1','','',0,0);
413 INSERT INTO `mw_interwiki` VALUES ('tavi','http://tavi.sourceforge.net/$1','','',0,0);
414 INSERT INTO `mw_interwiki` VALUES ('tejo','http://www.tejo.org/vikio/$1','','',0,0);
415 INSERT INTO `mw_interwiki` VALUES ('theopedia','http://www.theopedia.com/$1','','',0,0);
416 INSERT INTO `mw_interwiki` VALUES ('tmbw','http://www.tmbw.net/wiki/$1','','',0,0);
417 INSERT INTO `mw_interwiki` VALUES ('tmnet','http://www.technomanifestos.net/?$1','','',0,0);
418 INSERT INTO `mw_interwiki` VALUES ('tmwiki','http://www.EasyTopicMaps.com/?page=$1','','',0,0);
419 INSERT INTO `mw_interwiki` VALUES ('twiki','http://twiki.org/cgi-bin/view/$1','','',0,0);
420 INSERT INTO `mw_interwiki` VALUES ('uea','http://www.tejo.org/uea/$1','','',0,0);
421 INSERT INTO `mw_interwiki` VALUES ('unreal','http://wiki.beyondunreal.com/wiki/$1','','',0,0);
422 INSERT INTO `mw_interwiki` VALUES ('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1','','',0,0);
423 INSERT INTO `mw_interwiki` VALUES ('vinismo','http://vinismo.com/en/$1','','',0,0);
424 INSERT INTO `mw_interwiki` VALUES ('webseitzwiki','http://webseitz.fluxent.com/wiki/$1','','',0,0);
425 INSERT INTO `mw_interwiki` VALUES ('why','http://clublet.com/c/c/why?$1','','',0,0);
426 INSERT INTO `mw_interwiki` VALUES ('wiki','http://c2.com/cgi/wiki?$1','','',0,0);
427 INSERT INTO `mw_interwiki` VALUES ('wikia','http://www.wikia.com/wiki/$1','','',0,0);
428 INSERT INTO `mw_interwiki` VALUES ('wikibooks','http://en.wikibooks.org/wiki/$1','','',1,0);
429 INSERT INTO `mw_interwiki` VALUES ('wikicities','http://www.wikia.com/wiki/$1','','',0,0);
430 INSERT INTO `mw_interwiki` VALUES ('wikif1','http://www.wikif1.org/$1','','',0,0);
431 INSERT INTO `mw_interwiki` VALUES ('wikihow','http://www.wikihow.com/$1','','',0,0);
432 INSERT INTO `mw_interwiki` VALUES ('wikimedia','http://wikimediafoundation.org/wiki/$1','','',0,0);
433 INSERT INTO `mw_interwiki` VALUES ('wikinews','http://en.wikinews.org/wiki/$1','','',1,0);
434 INSERT INTO `mw_interwiki` VALUES ('wikinfo','http://www.wikinfo.org/index.php/$1','','',0,0);
435 INSERT INTO `mw_interwiki` VALUES ('wikipedia','http://en.wikipedia.org/wiki/$1','','',1,0);
436 INSERT INTO `mw_interwiki` VALUES ('wikiquote','http://en.wikiquote.org/wiki/$1','','',1,0);
437 INSERT INTO `mw_interwiki` VALUES ('wikisource','http://wikisource.org/wiki/$1','','',1,0);
438 INSERT INTO `mw_interwiki` VALUES ('wikispecies','http://species.wikimedia.org/wiki/$1','','',1,0);
439 INSERT INTO `mw_interwiki` VALUES ('wikitravel','http://wikitravel.org/en/$1','','',0,0);
440 INSERT INTO `mw_interwiki` VALUES ('wikiversity','http://en.wikiversity.org/wiki/$1','','',1,0);
441 INSERT INTO `mw_interwiki` VALUES ('wikt','http://en.wiktionary.org/wiki/$1','','',1,0);
442 INSERT INTO `mw_interwiki` VALUES ('wiktionary','http://en.wiktionary.org/wiki/$1','','',1,0);
443 INSERT INTO `mw_interwiki` VALUES ('wlug','http://www.wlug.org.nz/$1','','',0,0);
444 INSERT INTO `mw_interwiki` VALUES ('zwiki','http://zwiki.org/$1','','',0,0);
445 INSERT INTO `mw_interwiki` VALUES ('zzz wiki','http://wiki.zzz.ee/index.php/$1','','',0,0);
446 /*!40000 ALTER TABLE `mw_interwiki` ENABLE KEYS */;
447 UNLOCK TABLES;
448
449 --
450 -- Table structure for table `mw_ipblocks`
451 --
452
453 DROP TABLE IF EXISTS `mw_ipblocks`;
454 /*!40101 SET @saved_cs_client = @@character_set_client */;
455 /*!40101 SET character_set_client = utf8 */;
456 CREATE TABLE `mw_ipblocks` (
457 `ipb_id` int(11) NOT NULL AUTO_INCREMENT,
458 `ipb_address` tinyblob NOT NULL,
459 `ipb_user` int(10) unsigned NOT NULL DEFAULT '0',
460 `ipb_by` int(10) unsigned NOT NULL DEFAULT '0',
461 `ipb_by_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
462 `ipb_reason` tinyblob NOT NULL,
463 `ipb_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
464 `ipb_auto` tinyint(1) NOT NULL DEFAULT '0',
465 `ipb_anon_only` tinyint(1) NOT NULL DEFAULT '0',
466 `ipb_create_account` tinyint(1) NOT NULL DEFAULT '1',
467 `ipb_enable_autoblock` tinyint(1) NOT NULL DEFAULT '1',
468 `ipb_expiry` varbinary(14) NOT NULL DEFAULT '',
469 `ipb_range_start` tinyblob NOT NULL,
470 `ipb_range_end` tinyblob NOT NULL,
471 `ipb_deleted` tinyint(1) NOT NULL DEFAULT '0',
472 `ipb_block_email` tinyint(1) NOT NULL DEFAULT '0',
473 `ipb_allow_usertalk` tinyint(1) NOT NULL DEFAULT '0',
474 PRIMARY KEY (`ipb_id`),
475 UNIQUE KEY `ipb_address` (`ipb_address`(255),`ipb_user`,`ipb_auto`,`ipb_anon_only`),
476 KEY `ipb_user` (`ipb_user`),
477 KEY `ipb_range` (`ipb_range_start`(8),`ipb_range_end`(8)),
478 KEY `ipb_timestamp` (`ipb_timestamp`),
479 KEY `ipb_expiry` (`ipb_expiry`)
480 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
481 /*!40101 SET character_set_client = @saved_cs_client */;
482
483 --
484 -- Dumping data for table `mw_ipblocks`
485 --
486
487 LOCK TABLES `mw_ipblocks` WRITE;
488 /*!40000 ALTER TABLE `mw_ipblocks` DISABLE KEYS */;
489 /*!40000 ALTER TABLE `mw_ipblocks` ENABLE KEYS */;
490 UNLOCK TABLES;
491
492 --
493 -- Table structure for table `mw_iwlinks`
494 --
495
496 DROP TABLE IF EXISTS `mw_iwlinks`;
497 /*!40101 SET @saved_cs_client = @@character_set_client */;
498 /*!40101 SET character_set_client = utf8 */;
499 CREATE TABLE `mw_iwlinks` (
500 `iwl_from` int(10) unsigned NOT NULL DEFAULT '0',
501 `iwl_prefix` varbinary(20) NOT NULL DEFAULT '',
502 `iwl_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
503 UNIQUE KEY `iwl_from` (`iwl_from`,`iwl_prefix`,`iwl_title`),
504 UNIQUE KEY `iwl_prefix_title_from` (`iwl_prefix`,`iwl_title`,`iwl_from`)
505 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
506 /*!40101 SET character_set_client = @saved_cs_client */;
507
508 --
509 -- Dumping data for table `mw_iwlinks`
510 --
511
512 LOCK TABLES `mw_iwlinks` WRITE;
513 /*!40000 ALTER TABLE `mw_iwlinks` DISABLE KEYS */;
514 /*!40000 ALTER TABLE `mw_iwlinks` ENABLE KEYS */;
515 UNLOCK TABLES;
516
517 --
518 -- Table structure for table `mw_job`
519 --
520
521 DROP TABLE IF EXISTS `mw_job`;
522 /*!40101 SET @saved_cs_client = @@character_set_client */;
523 /*!40101 SET character_set_client = utf8 */;
524 CREATE TABLE `mw_job` (
525 `job_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
526 `job_cmd` varbinary(60) NOT NULL DEFAULT '',
527 `job_namespace` int(11) NOT NULL,
528 `job_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
529 `job_params` blob NOT NULL,
530 PRIMARY KEY (`job_id`),
531 KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`,`job_params`(128))
532 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
533 /*!40101 SET character_set_client = @saved_cs_client */;
534
535 --
536 -- Dumping data for table `mw_job`
537 --
538
539 LOCK TABLES `mw_job` WRITE;
540 /*!40000 ALTER TABLE `mw_job` DISABLE KEYS */;
541 /*!40000 ALTER TABLE `mw_job` ENABLE KEYS */;
542 UNLOCK TABLES;
543
544 --
545 -- Table structure for table `mw_l10n_cache`
546 --
547
548 DROP TABLE IF EXISTS `mw_l10n_cache`;
549 /*!40101 SET @saved_cs_client = @@character_set_client */;
550 /*!40101 SET character_set_client = utf8 */;
551 CREATE TABLE `mw_l10n_cache` (
552 `lc_lang` varbinary(32) NOT NULL,
553 `lc_key` varchar(255) NOT NULL,
554 `lc_value` mediumblob NOT NULL,
555 KEY `lc_lang_key` (`lc_lang`,`lc_key`)
556 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
557 /*!40101 SET character_set_client = @saved_cs_client */;
558
559
560
561 --
562 -- Table structure for table `mw_langlinks`
563 --
564
565 DROP TABLE IF EXISTS `mw_langlinks`;
566 /*!40101 SET @saved_cs_client = @@character_set_client */;
567 /*!40101 SET character_set_client = utf8 */;
568 CREATE TABLE `mw_langlinks` (
569 `ll_from` int(10) unsigned NOT NULL DEFAULT '0',
570 `ll_lang` varbinary(20) NOT NULL DEFAULT '',
571 `ll_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
572 UNIQUE KEY `ll_from` (`ll_from`,`ll_lang`),
573 KEY `ll_lang` (`ll_lang`,`ll_title`)
574 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
575 /*!40101 SET character_set_client = @saved_cs_client */;
576
577 --
578 -- Dumping data for table `mw_langlinks`
579 --
580
581 LOCK TABLES `mw_langlinks` WRITE;
582 /*!40000 ALTER TABLE `mw_langlinks` DISABLE KEYS */;
583 /*!40000 ALTER TABLE `mw_langlinks` ENABLE KEYS */;
584 UNLOCK TABLES;
585
586 --
587 -- Table structure for table `mw_log_search`
588 --
589
590 DROP TABLE IF EXISTS `mw_log_search`;
591 /*!40101 SET @saved_cs_client = @@character_set_client */;
592 /*!40101 SET character_set_client = utf8 */;
593 CREATE TABLE `mw_log_search` (
594 `ls_field` varbinary(32) NOT NULL,
595 `ls_value` varchar(255) NOT NULL,
596 `ls_log_id` int(10) unsigned NOT NULL DEFAULT '0',
597 UNIQUE KEY `ls_field_val` (`ls_field`,`ls_value`,`ls_log_id`),
598 KEY `ls_log_id` (`ls_log_id`)
599 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
600 /*!40101 SET character_set_client = @saved_cs_client */;
601
602 --
603 -- Dumping data for table `mw_log_search`
604 --
605
606 LOCK TABLES `mw_log_search` WRITE;
607 /*!40000 ALTER TABLE `mw_log_search` DISABLE KEYS */;
608 /*!40000 ALTER TABLE `mw_log_search` ENABLE KEYS */;
609 UNLOCK TABLES;
610
611 --
612 -- Table structure for table `mw_logging`
613 --
614
615 DROP TABLE IF EXISTS `mw_logging`;
616 /*!40101 SET @saved_cs_client = @@character_set_client */;
617 /*!40101 SET character_set_client = utf8 */;
618 CREATE TABLE `mw_logging` (
619 `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
620 `log_type` varbinary(32) NOT NULL DEFAULT '',
621 `log_action` varbinary(32) NOT NULL DEFAULT '',
622 `log_timestamp` binary(14) NOT NULL DEFAULT '19700101000000',
623 `log_user` int(10) unsigned NOT NULL DEFAULT '0',
624 `log_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
625 `log_namespace` int(11) NOT NULL DEFAULT '0',
626 `log_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
627 `log_page` int(10) unsigned DEFAULT NULL,
628 `log_comment` varchar(255) NOT NULL DEFAULT '',
629 `log_params` blob NOT NULL,
630 `log_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
631 PRIMARY KEY (`log_id`),
632 KEY `type_time` (`log_type`,`log_timestamp`),
633 KEY `user_time` (`log_user`,`log_timestamp`),
634 KEY `page_time` (`log_namespace`,`log_title`,`log_timestamp`),
635 KEY `times` (`log_timestamp`),
636 KEY `log_user_type_time` (`log_user`,`log_type`,`log_timestamp`),
637 KEY `log_page_id_time` (`log_page`,`log_timestamp`)
638 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
639 /*!40101 SET character_set_client = @saved_cs_client */;
640
641 --
642 -- Dumping data for table `mw_logging`
643 --
644
645 LOCK TABLES `mw_logging` WRITE;
646 /*!40000 ALTER TABLE `mw_logging` DISABLE KEYS */;
647 /*!40000 ALTER TABLE `mw_logging` ENABLE KEYS */;
648 UNLOCK TABLES;
649
650 --
651 -- Table structure for table `mw_math`
652 --
653
654 DROP TABLE IF EXISTS `mw_math`;
655 /*!40101 SET @saved_cs_client = @@character_set_client */;
656 /*!40101 SET character_set_client = utf8 */;
657 CREATE TABLE `mw_math` (
658 `math_inputhash` varbinary(16) NOT NULL,
659 `math_outputhash` varbinary(16) NOT NULL,
660 `math_html_conservativeness` tinyint(4) NOT NULL,
661 `math_html` text,
662 `math_mathml` text,
663 UNIQUE KEY `math_inputhash` (`math_inputhash`)
664 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
665 /*!40101 SET character_set_client = @saved_cs_client */;
666
667 --
668 -- Dumping data for table `mw_math`
669 --
670
671 LOCK TABLES `mw_math` WRITE;
672 /*!40000 ALTER TABLE `mw_math` DISABLE KEYS */;
673 /*!40000 ALTER TABLE `mw_math` ENABLE KEYS */;
674 UNLOCK TABLES;
675
676 --
677 -- Table structure for table `mw_module_deps`
678 --
679
680 DROP TABLE IF EXISTS `mw_module_deps`;
681 /*!40101 SET @saved_cs_client = @@character_set_client */;
682 /*!40101 SET character_set_client = utf8 */;
683 CREATE TABLE `mw_module_deps` (
684 `md_module` varbinary(255) NOT NULL,
685 `md_skin` varbinary(32) NOT NULL,
686 `md_deps` mediumblob NOT NULL,
687 UNIQUE KEY `md_module_skin` (`md_module`,`md_skin`)
688 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
689 /*!40101 SET character_set_client = @saved_cs_client */;
690
691 --
692 -- Dumping data for table `mw_module_deps`
693 --
694
695 LOCK TABLES `mw_module_deps` WRITE;
696 /*!40000 ALTER TABLE `mw_module_deps` DISABLE KEYS */;
697 /*!40000 ALTER TABLE `mw_module_deps` ENABLE KEYS */;
698 UNLOCK TABLES;
699
700 --
701 -- Table structure for table `mw_msg_resource`
702 --
703
704 DROP TABLE IF EXISTS `mw_msg_resource`;
705 /*!40101 SET @saved_cs_client = @@character_set_client */;
706 /*!40101 SET character_set_client = utf8 */;
707 CREATE TABLE `mw_msg_resource` (
708 `mr_resource` varbinary(255) NOT NULL,
709 `mr_lang` varbinary(32) NOT NULL,
710 `mr_blob` mediumblob NOT NULL,
711 `mr_timestamp` binary(14) NOT NULL,
712 UNIQUE KEY `mr_resource_lang` (`mr_resource`,`mr_lang`)
713 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
714 /*!40101 SET character_set_client = @saved_cs_client */;
715
716 --
717 -- Dumping data for table `mw_msg_resource`
718 --
719
720 LOCK TABLES `mw_msg_resource` WRITE;
721 /*!40000 ALTER TABLE `mw_msg_resource` DISABLE KEYS */;
722 /*!40000 ALTER TABLE `mw_msg_resource` ENABLE KEYS */;
723 UNLOCK TABLES;
724
725 --
726 -- Table structure for table `mw_msg_resource_links`
727 --
728
729 DROP TABLE IF EXISTS `mw_msg_resource_links`;
730 /*!40101 SET @saved_cs_client = @@character_set_client */;
731 /*!40101 SET character_set_client = utf8 */;
732 CREATE TABLE `mw_msg_resource_links` (
733 `mrl_resource` varbinary(255) NOT NULL,
734 `mrl_message` varbinary(255) NOT NULL,
735 UNIQUE KEY `mrl_message_resource` (`mrl_message`,`mrl_resource`)
736 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
737 /*!40101 SET character_set_client = @saved_cs_client */;
738
739 --
740 -- Dumping data for table `mw_msg_resource_links`
741 --
742
743 LOCK TABLES `mw_msg_resource_links` WRITE;
744 /*!40000 ALTER TABLE `mw_msg_resource_links` DISABLE KEYS */;
745 /*!40000 ALTER TABLE `mw_msg_resource_links` ENABLE KEYS */;
746 UNLOCK TABLES;
747
748 --
749 -- Table structure for table `mw_objectcache`
750 --
751
752 DROP TABLE IF EXISTS `mw_objectcache`;
753 /*!40101 SET @saved_cs_client = @@character_set_client */;
754 /*!40101 SET character_set_client = utf8 */;
755 CREATE TABLE `mw_objectcache` (
756 `keyname` varbinary(255) NOT NULL DEFAULT '',
757 `value` mediumblob,
758 `exptime` datetime DEFAULT NULL,
759 PRIMARY KEY (`keyname`),
760 KEY `exptime` (`exptime`)
761 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
762 /*!40101 SET character_set_client = @saved_cs_client */;
763
764 --
765 -- Dumping data for table `mw_objectcache`
766 --
767
768 LOCK TABLES `mw_objectcache` WRITE;
769 /*!40000 ALTER TABLE `mw_objectcache` DISABLE KEYS */;
770 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:messages:en','K�2��.�2�R\ns\r\n���S�δ2��\ 5\0','2010-12-31 13:16:31');
771 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:pcache:idhash:1-0!*!*!!en!*','�V[o�F\14�g~��\ f��\12\ 6B��P��m\12)$TK�\ fU�\ 6�\0�����8$\e\7f�9�a\rI�l��X>��ܹ�q�\aSa,��ʕ�\vx��?[~ʃ|\ 6�.\18Z\1e��\ 3\1e$�8Y�\'�I�Y�K�\16�-\04�U����J�\'&�uB)�:I�\18��\10���E�m�\1csk`�`k\ 3�Q�v��a��\13\rZ��t�0����+P%GE\a�ـ�JX;\n\10\12\18-\14s\ 4\19P�@\17�B�b\13���8~�첒\19$�\18�ea\10\12�υ��f��+���0[,�F\18�x��d�\1d\'\14z�0��BJ���=���\17J��c�\\��:�\14�&B��T��\'��C��Fdÿ׆Fq����Gd����%8G�0��A\16�I�\ 2�; Ԙ\1d`�7�5�LI\r\ 1��(���{�c�����\18g+��8Qr�&�ͦ��A)�V��ЕPT��\\UƧtn�\1e�Z�\ 3e�SfJZ\1f(V\ 1\ 1\ fP�}��\b��0��O�N �=j�\\H�\v�y�\\\1eU[h]T:�\f��bd��u��\10+�j%\'�6k��f:E�\1c;�@Y\18ך��\144���Ȁ�\b�q�\v��\7fZ�º6<b�3��TU(d�\17�,\n���Y|�e�\'\a�5��T�\ 1\13fU�8}�\"��\ 4m�\ 3��/\10���}Uk�\119o��;��\ 3��|*R?�n��� 3d��g1��y�\\f8gk\1e�����w\ 2��=�\18\1c\16\ 4�:/Y7���ۋ�^<�Ō����\15v#���i����\ 6C�#��6\Z�.0�Ua$4\19\11�=\Z���;�\ 1�4����\ 1Y=���5��\ 6�:kpΐq��Ŧ4��X���C��q\1fYߵ-��Lj�����D�f��\e��\f�:�\1e��\19�(3t��14C��J�#����\ 5����\15��WXT���Δy:�^�6�v�7����I�U�Ee�\a�(�p0��ga�6\7fMj��Sc�,ѫ@��ޅ+R\ 5\ f����A��xХ\'6���utǷbۛ��\17`j�8ؚ�G�IC<KS��\ 65�|�krJ\ 6\ry�\\b3xP���\ 3��ua�@�\ f���$SS�`��tQ.gw\17W��\r\19@\'���w�� ��\bxZ(�>5\ 4{�\v\ f��\adw�>�=J)\r�6\15t ��X��\12��M��\b�B�\n�ŖT��\13��b>�qg���\12\v\ 47�\f�z�n\ e7��vwr�-%u�-Qi�iX1��Ne\13���A#�v��\15ӧ�3��?','2010-12-31 13:16:31');
772 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:pcache:idoptions:1','E��\ e�@\fD��\1f`�\v\"v�ƣ��Wh��,�b�!�\18⭙7�L+�\13\1c|}�t\f��I�$�<��\ 1�F\rpSl�4����OJN`\r\Z���\f\f\17ծ���)�\a�PY��$�K�\ f���գ9�Vjp72��E���c�Wp�2��\acVxu7\1e��\e ����\b\12p#�r=.���[>y)\ f\ f\1fZp��\ 5','2010-12-31 13:16:31');
773 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:resourceloader:filter:minify-css:3832ee25d9c44988461f5f339b9b6a48','+�26�Rr�MM�LTH�ɩV\0�Z(��(3�\ 4(R�d\r\0','2038-01-19 03:14:07');
774 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:resourceloader:filter:minify-css:aa0df16258ad99a1d249e796b5067ed9','+�2��Rr�MM�LTH�ɩN��K-�Q.,�L�NJ,R\0��s򋬔�\12\r���V�\Z\0','2038-01-19 03:14:07');
775 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:resourceloader:filter:minify-js:22814eeadc9cf0a9ebcd844e14198e66','m��r�0\f��y\f��\19��r�&Qޡמ!\n\18qQ�Xq;}���$��ވ� �c!]]].o5S�\n�)Fq\f\ e��L^\18\ e�?�s�F�\ 2!\1d�O\a�M\\�������\0���N��\18Ɂ���լ�\ e���:��-�j��F��{ۅ�G�\13\"i�\ e\11\Z�6�K����!��Y]=�F[�\ f~竍\17\12��䶃\16\b\12���`��\a9N�Ǵ���@�K��\11\ f|z�?1�A��\1f@J#_ԁ�7\'�l\18�1)\vJ�͵�).�3\vz�f�T�A���H\ eњ�[#)�BzRA�7֌��\"T�*~SW�\a\11\1c�/P���B�Ŏ;\Z�ay�6\1c����+U��?.$�6��-u\1dT�v@h��s�&�����Nإb\e�fJ�~\ 5�]\ 36\19��p��/q)�\12>\ f�E�1�\ 4�͔A\ne�L�g\ZE�`cW�����`fJ�E�a\19��>��b\n�ӑd�.u�do�\e�[\e\nt��b�+�\1f��l\1f\Z?X*��Y�\1f(�օ\10;\e�L�\1cJqť\ 6ɝ\10���d$\19\"�WzG�-@b~\ f+�#�kǞَ�Ƃ~������P)B ���\16�q�Җ2��\11�r�Rl�\15���\ 1`\1cz �\ f4�����ÝX�m�;�X݁t;r.�sA�\15�R��\ 5y)�kA�\nR�JT��J�U��*�W��_ߟ�4@�vt��f���\7f>\15\ 6���x���\ 3','2038-01-19 03:14:07');
776 INSERT INTO `mw_objectcache` VALUES ('test_wiki-mw_:resourceloader:filter:minify-js:dd9440c19c575629ac5ec90e489cf62e','+�21�R�\ 2��Ԕ�����L���Ĕ�\"��ĒT�j��̒T%+���ĔJ�ZMk.%k\0','2038-01-19 03:14:07');
777 /*!40000 ALTER TABLE `mw_objectcache` ENABLE KEYS */;
778 UNLOCK TABLES;
779
780 --
781 -- Table structure for table `mw_oldimage`
782 --
783
784 DROP TABLE IF EXISTS `mw_oldimage`;
785 /*!40101 SET @saved_cs_client = @@character_set_client */;
786 /*!40101 SET character_set_client = utf8 */;
787 CREATE TABLE `mw_oldimage` (
788 `oi_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
789 `oi_archive_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
790 `oi_size` int(10) unsigned NOT NULL DEFAULT '0',
791 `oi_width` int(11) NOT NULL DEFAULT '0',
792 `oi_height` int(11) NOT NULL DEFAULT '0',
793 `oi_bits` int(11) NOT NULL DEFAULT '0',
794 `oi_description` tinyblob NOT NULL,
795 `oi_user` int(10) unsigned NOT NULL DEFAULT '0',
796 `oi_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
797 `oi_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
798 `oi_metadata` mediumblob NOT NULL,
799 `oi_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE') DEFAULT NULL,
800 `oi_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart') NOT NULL DEFAULT 'unknown',
801 `oi_minor_mime` varbinary(100) NOT NULL DEFAULT 'unknown',
802 `oi_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
803 `oi_sha1` varbinary(32) NOT NULL DEFAULT '',
804 KEY `oi_usertext_timestamp` (`oi_user_text`,`oi_timestamp`),
805 KEY `oi_name_timestamp` (`oi_name`,`oi_timestamp`),
806 KEY `oi_name_archive_name` (`oi_name`,`oi_archive_name`(14)),
807 KEY `oi_sha1` (`oi_sha1`)
808 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
809 /*!40101 SET character_set_client = @saved_cs_client */;
810
811 --
812 -- Dumping data for table `mw_oldimage`
813 --
814
815 LOCK TABLES `mw_oldimage` WRITE;
816 /*!40000 ALTER TABLE `mw_oldimage` DISABLE KEYS */;
817 /*!40000 ALTER TABLE `mw_oldimage` ENABLE KEYS */;
818 UNLOCK TABLES;
819
820 --
821 -- Table structure for table `mw_page`
822 --
823
824 DROP TABLE IF EXISTS `mw_page`;
825 /*!40101 SET @saved_cs_client = @@character_set_client */;
826 /*!40101 SET character_set_client = utf8 */;
827 CREATE TABLE `mw_page` (
828 `page_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
829 `page_namespace` int(11) NOT NULL,
830 `page_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
831 `page_restrictions` tinyblob NOT NULL,
832 `page_counter` bigint(20) unsigned NOT NULL DEFAULT '0',
833 `page_is_redirect` tinyint(3) unsigned NOT NULL DEFAULT '0',
834 `page_is_new` tinyint(3) unsigned NOT NULL DEFAULT '0',
835 `page_random` double unsigned NOT NULL,
836 `page_touched` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
837 `page_latest` int(10) unsigned NOT NULL,
838 `page_len` int(10) unsigned NOT NULL,
839 PRIMARY KEY (`page_id`),
840 UNIQUE KEY `name_title` (`page_namespace`,`page_title`),
841 KEY `page_random` (`page_random`),
842 KEY `page_len` (`page_len`)
843 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
844 /*!40101 SET character_set_client = @saved_cs_client */;
845
846 --
847 -- Dumping data for table `mw_page`
848 --
849
850 LOCK TABLES `mw_page` WRITE;
851 /*!40000 ALTER TABLE `mw_page` DISABLE KEYS */;
852 INSERT INTO `mw_page` VALUES (1,0,'Main_Page','',1,0,1,0.334989576352,'20101230131547',1,438);
853 /*!40000 ALTER TABLE `mw_page` ENABLE KEYS */;
854 UNLOCK TABLES;
855
856 --
857 -- Table structure for table `mw_page_props`
858 --
859
860 DROP TABLE IF EXISTS `mw_page_props`;
861 /*!40101 SET @saved_cs_client = @@character_set_client */;
862 /*!40101 SET character_set_client = utf8 */;
863 CREATE TABLE `mw_page_props` (
864 `pp_page` int(11) NOT NULL,
865 `pp_propname` varbinary(60) NOT NULL,
866 `pp_value` blob NOT NULL,
867 UNIQUE KEY `pp_page_propname` (`pp_page`,`pp_propname`)
868 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
869 /*!40101 SET character_set_client = @saved_cs_client */;
870
871 --
872 -- Dumping data for table `mw_page_props`
873 --
874
875 LOCK TABLES `mw_page_props` WRITE;
876 /*!40000 ALTER TABLE `mw_page_props` DISABLE KEYS */;
877 /*!40000 ALTER TABLE `mw_page_props` ENABLE KEYS */;
878 UNLOCK TABLES;
879
880 --
881 -- Table structure for table `mw_page_restrictions`
882 --
883
884 DROP TABLE IF EXISTS `mw_page_restrictions`;
885 /*!40101 SET @saved_cs_client = @@character_set_client */;
886 /*!40101 SET character_set_client = utf8 */;
887 CREATE TABLE `mw_page_restrictions` (
888 `pr_page` int(11) NOT NULL,
889 `pr_type` varbinary(60) NOT NULL,
890 `pr_level` varbinary(60) NOT NULL,
891 `pr_cascade` tinyint(4) NOT NULL,
892 `pr_user` int(11) DEFAULT NULL,
893 `pr_expiry` varbinary(14) DEFAULT NULL,
894 `pr_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
895 PRIMARY KEY (`pr_id`),
896 UNIQUE KEY `pr_pagetype` (`pr_page`,`pr_type`),
897 KEY `pr_typelevel` (`pr_type`,`pr_level`),
898 KEY `pr_level` (`pr_level`),
899 KEY `pr_cascade` (`pr_cascade`)
900 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
901 /*!40101 SET character_set_client = @saved_cs_client */;
902
903 --
904 -- Dumping data for table `mw_page_restrictions`
905 --
906
907 LOCK TABLES `mw_page_restrictions` WRITE;
908 /*!40000 ALTER TABLE `mw_page_restrictions` DISABLE KEYS */;
909 /*!40000 ALTER TABLE `mw_page_restrictions` ENABLE KEYS */;
910 UNLOCK TABLES;
911
912 --
913 -- Table structure for table `mw_pagelinks`
914 --
915
916 DROP TABLE IF EXISTS `mw_pagelinks`;
917 /*!40101 SET @saved_cs_client = @@character_set_client */;
918 /*!40101 SET character_set_client = utf8 */;
919 CREATE TABLE `mw_pagelinks` (
920 `pl_from` int(10) unsigned NOT NULL DEFAULT '0',
921 `pl_namespace` int(11) NOT NULL DEFAULT '0',
922 `pl_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
923 UNIQUE KEY `pl_from` (`pl_from`,`pl_namespace`,`pl_title`),
924 UNIQUE KEY `pl_namespace` (`pl_namespace`,`pl_title`,`pl_from`)
925 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
926 /*!40101 SET character_set_client = @saved_cs_client */;
927
928 --
929 -- Dumping data for table `mw_pagelinks`
930 --
931
932 LOCK TABLES `mw_pagelinks` WRITE;
933 /*!40000 ALTER TABLE `mw_pagelinks` DISABLE KEYS */;
934 /*!40000 ALTER TABLE `mw_pagelinks` ENABLE KEYS */;
935 UNLOCK TABLES;
936
937 --
938 -- Table structure for table `mw_protected_titles`
939 --
940
941 DROP TABLE IF EXISTS `mw_protected_titles`;
942 /*!40101 SET @saved_cs_client = @@character_set_client */;
943 /*!40101 SET character_set_client = utf8 */;
944 CREATE TABLE `mw_protected_titles` (
945 `pt_namespace` int(11) NOT NULL,
946 `pt_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
947 `pt_user` int(10) unsigned NOT NULL,
948 `pt_reason` tinyblob,
949 `pt_timestamp` binary(14) NOT NULL,
950 `pt_expiry` varbinary(14) NOT NULL DEFAULT '',
951 `pt_create_perm` varbinary(60) NOT NULL,
952 UNIQUE KEY `pt_namespace_title` (`pt_namespace`,`pt_title`),
953 KEY `pt_timestamp` (`pt_timestamp`)
954 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
955 /*!40101 SET character_set_client = @saved_cs_client */;
956
957 --
958 -- Dumping data for table `mw_protected_titles`
959 --
960
961 LOCK TABLES `mw_protected_titles` WRITE;
962 /*!40000 ALTER TABLE `mw_protected_titles` DISABLE KEYS */;
963 /*!40000 ALTER TABLE `mw_protected_titles` ENABLE KEYS */;
964 UNLOCK TABLES;
965
966 --
967 -- Table structure for table `mw_querycache`
968 --
969
970 DROP TABLE IF EXISTS `mw_querycache`;
971 /*!40101 SET @saved_cs_client = @@character_set_client */;
972 /*!40101 SET character_set_client = utf8 */;
973 CREATE TABLE `mw_querycache` (
974 `qc_type` varbinary(32) NOT NULL,
975 `qc_value` int(10) unsigned NOT NULL DEFAULT '0',
976 `qc_namespace` int(11) NOT NULL DEFAULT '0',
977 `qc_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
978 KEY `qc_type` (`qc_type`,`qc_value`)
979 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
980 /*!40101 SET character_set_client = @saved_cs_client */;
981
982 --
983 -- Dumping data for table `mw_querycache`
984 --
985
986 LOCK TABLES `mw_querycache` WRITE;
987 /*!40000 ALTER TABLE `mw_querycache` DISABLE KEYS */;
988 /*!40000 ALTER TABLE `mw_querycache` ENABLE KEYS */;
989 UNLOCK TABLES;
990
991 --
992 -- Table structure for table `mw_querycache_info`
993 --
994
995 DROP TABLE IF EXISTS `mw_querycache_info`;
996 /*!40101 SET @saved_cs_client = @@character_set_client */;
997 /*!40101 SET character_set_client = utf8 */;
998 CREATE TABLE `mw_querycache_info` (
999 `qci_type` varbinary(32) NOT NULL DEFAULT '',
1000 `qci_timestamp` binary(14) NOT NULL DEFAULT '19700101000000',
1001 UNIQUE KEY `qci_type` (`qci_type`)
1002 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1003 /*!40101 SET character_set_client = @saved_cs_client */;
1004
1005 --
1006 -- Dumping data for table `mw_querycache_info`
1007 --
1008
1009 LOCK TABLES `mw_querycache_info` WRITE;
1010 /*!40000 ALTER TABLE `mw_querycache_info` DISABLE KEYS */;
1011 /*!40000 ALTER TABLE `mw_querycache_info` ENABLE KEYS */;
1012 UNLOCK TABLES;
1013
1014 --
1015 -- Table structure for table `mw_querycachetwo`
1016 --
1017
1018 DROP TABLE IF EXISTS `mw_querycachetwo`;
1019 /*!40101 SET @saved_cs_client = @@character_set_client */;
1020 /*!40101 SET character_set_client = utf8 */;
1021 CREATE TABLE `mw_querycachetwo` (
1022 `qcc_type` varbinary(32) NOT NULL,
1023 `qcc_value` int(10) unsigned NOT NULL DEFAULT '0',
1024 `qcc_namespace` int(11) NOT NULL DEFAULT '0',
1025 `qcc_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1026 `qcc_namespacetwo` int(11) NOT NULL DEFAULT '0',
1027 `qcc_titletwo` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1028 KEY `qcc_type` (`qcc_type`,`qcc_value`),
1029 KEY `qcc_title` (`qcc_type`,`qcc_namespace`,`qcc_title`),
1030 KEY `qcc_titletwo` (`qcc_type`,`qcc_namespacetwo`,`qcc_titletwo`)
1031 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1032 /*!40101 SET character_set_client = @saved_cs_client */;
1033
1034 --
1035 -- Dumping data for table `mw_querycachetwo`
1036 --
1037
1038 LOCK TABLES `mw_querycachetwo` WRITE;
1039 /*!40000 ALTER TABLE `mw_querycachetwo` DISABLE KEYS */;
1040 /*!40000 ALTER TABLE `mw_querycachetwo` ENABLE KEYS */;
1041 UNLOCK TABLES;
1042
1043 --
1044 -- Table structure for table `mw_recentchanges`
1045 --
1046
1047 DROP TABLE IF EXISTS `mw_recentchanges`;
1048 /*!40101 SET @saved_cs_client = @@character_set_client */;
1049 /*!40101 SET character_set_client = utf8 */;
1050 CREATE TABLE `mw_recentchanges` (
1051 `rc_id` int(11) NOT NULL AUTO_INCREMENT,
1052 `rc_timestamp` varbinary(14) NOT NULL DEFAULT '',
1053 `rc_cur_time` varbinary(14) NOT NULL DEFAULT '',
1054 `rc_user` int(10) unsigned NOT NULL DEFAULT '0',
1055 `rc_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL,
1056 `rc_namespace` int(11) NOT NULL DEFAULT '0',
1057 `rc_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1058 `rc_comment` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1059 `rc_minor` tinyint(3) unsigned NOT NULL DEFAULT '0',
1060 `rc_bot` tinyint(3) unsigned NOT NULL DEFAULT '0',
1061 `rc_new` tinyint(3) unsigned NOT NULL DEFAULT '0',
1062 `rc_cur_id` int(10) unsigned NOT NULL DEFAULT '0',
1063 `rc_this_oldid` int(10) unsigned NOT NULL DEFAULT '0',
1064 `rc_last_oldid` int(10) unsigned NOT NULL DEFAULT '0',
1065 `rc_type` tinyint(3) unsigned NOT NULL DEFAULT '0',
1066 `rc_moved_to_ns` tinyint(3) unsigned NOT NULL DEFAULT '0',
1067 `rc_moved_to_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1068 `rc_patrolled` tinyint(3) unsigned NOT NULL DEFAULT '0',
1069 `rc_ip` varbinary(40) NOT NULL DEFAULT '',
1070 `rc_old_len` int(11) DEFAULT NULL,
1071 `rc_new_len` int(11) DEFAULT NULL,
1072 `rc_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
1073 `rc_logid` int(10) unsigned NOT NULL DEFAULT '0',
1074 `rc_log_type` varbinary(255) DEFAULT NULL,
1075 `rc_log_action` varbinary(255) DEFAULT NULL,
1076 `rc_params` blob,
1077 PRIMARY KEY (`rc_id`),
1078 KEY `rc_timestamp` (`rc_timestamp`),
1079 KEY `rc_namespace_title` (`rc_namespace`,`rc_title`),
1080 KEY `rc_cur_id` (`rc_cur_id`),
1081 KEY `new_name_timestamp` (`rc_new`,`rc_namespace`,`rc_timestamp`),
1082 KEY `rc_ip` (`rc_ip`),
1083 KEY `rc_ns_usertext` (`rc_namespace`,`rc_user_text`),
1084 KEY `rc_user_text` (`rc_user_text`,`rc_timestamp`)
1085 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
1086 /*!40101 SET character_set_client = @saved_cs_client */;
1087
1088 --
1089 -- Dumping data for table `mw_recentchanges`
1090 --
1091
1092 LOCK TABLES `mw_recentchanges` WRITE;
1093 /*!40000 ALTER TABLE `mw_recentchanges` DISABLE KEYS */;
1094 INSERT INTO `mw_recentchanges` VALUES (1,'20101230131547','20101230131547',0,'MediaWiki Default',0,'Main_Page','',0,0,1,1,1,0,1,0,'',0,'::1',0,438,0,0,NULL,'','');
1095 /*!40000 ALTER TABLE `mw_recentchanges` ENABLE KEYS */;
1096 UNLOCK TABLES;
1097
1098 --
1099 -- Table structure for table `mw_redirect`
1100 --
1101
1102 DROP TABLE IF EXISTS `mw_redirect`;
1103 /*!40101 SET @saved_cs_client = @@character_set_client */;
1104 /*!40101 SET character_set_client = utf8 */;
1105 CREATE TABLE `mw_redirect` (
1106 `rd_from` int(10) unsigned NOT NULL DEFAULT '0',
1107 `rd_namespace` int(11) NOT NULL DEFAULT '0',
1108 `rd_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1109 `rd_interwiki` varchar(32) DEFAULT NULL,
1110 `rd_fragment` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin DEFAULT NULL,
1111 PRIMARY KEY (`rd_from`),
1112 KEY `rd_ns_title` (`rd_namespace`,`rd_title`,`rd_from`)
1113 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1114 /*!40101 SET character_set_client = @saved_cs_client */;
1115
1116 --
1117 -- Dumping data for table `mw_redirect`
1118 --
1119
1120 LOCK TABLES `mw_redirect` WRITE;
1121 /*!40000 ALTER TABLE `mw_redirect` DISABLE KEYS */;
1122 /*!40000 ALTER TABLE `mw_redirect` ENABLE KEYS */;
1123 UNLOCK TABLES;
1124
1125 --
1126 -- Table structure for table `mw_revision`
1127 --
1128
1129 DROP TABLE IF EXISTS `mw_revision`;
1130 /*!40101 SET @saved_cs_client = @@character_set_client */;
1131 /*!40101 SET character_set_client = utf8 */;
1132 CREATE TABLE `mw_revision` (
1133 `rev_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1134 `rev_page` int(10) unsigned NOT NULL,
1135 `rev_text_id` int(10) unsigned NOT NULL,
1136 `rev_comment` tinyblob NOT NULL,
1137 `rev_user` int(10) unsigned NOT NULL DEFAULT '0',
1138 `rev_user_text` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1139 `rev_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1140 `rev_minor_edit` tinyint(3) unsigned NOT NULL DEFAULT '0',
1141 `rev_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
1142 `rev_len` int(10) unsigned DEFAULT NULL,
1143 `rev_parent_id` int(10) unsigned DEFAULT NULL,
1144 PRIMARY KEY (`rev_id`),
1145 UNIQUE KEY `rev_page_id` (`rev_page`,`rev_id`),
1146 KEY `rev_timestamp` (`rev_timestamp`),
1147 KEY `page_timestamp` (`rev_page`,`rev_timestamp`),
1148 KEY `user_timestamp` (`rev_user`,`rev_timestamp`),
1149 KEY `usertext_timestamp` (`rev_user_text`,`rev_timestamp`)
1150 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 MAX_ROWS=10000000 AVG_ROW_LENGTH=1024;
1151 /*!40101 SET character_set_client = @saved_cs_client */;
1152
1153 --
1154 -- Dumping data for table `mw_revision`
1155 --
1156
1157 LOCK TABLES `mw_revision` WRITE;
1158 /*!40000 ALTER TABLE `mw_revision` DISABLE KEYS */;
1159 INSERT INTO `mw_revision` VALUES (1,1,1,'',0,'MediaWiki Default','20101230131547',0,0,438,0);
1160 /*!40000 ALTER TABLE `mw_revision` ENABLE KEYS */;
1161 UNLOCK TABLES;
1162
1163 --
1164 -- Table structure for table `mw_searchindex`
1165 --
1166
1167 DROP TABLE IF EXISTS `mw_searchindex`;
1168 /*!40101 SET @saved_cs_client = @@character_set_client */;
1169 /*!40101 SET character_set_client = utf8 */;
1170 CREATE TABLE `mw_searchindex` (
1171 `si_page` int(10) unsigned NOT NULL,
1172 `si_title` varchar(255) NOT NULL DEFAULT '',
1173 `si_text` mediumtext NOT NULL,
1174 UNIQUE KEY `si_page` (`si_page`),
1175 FULLTEXT KEY `si_title` (`si_title`),
1176 FULLTEXT KEY `si_text` (`si_text`)
1177 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
1178 /*!40101 SET character_set_client = @saved_cs_client */;
1179
1180 --
1181 -- Dumping data for table `mw_searchindex`
1182 --
1183
1184 LOCK TABLES `mw_searchindex` WRITE;
1185 /*!40000 ALTER TABLE `mw_searchindex` DISABLE KEYS */;
1186 INSERT INTO `mw_searchindex` VALUES (1,'main page',' mediawiki hasu800 been successfully installed. consult theu800 user user\'su800 guide foru800 information onu800 using theu800 wiki software. getting started getting started getting started configuration settings list mediawiki faqu800 mediawiki release mailing list ');
1187 /*!40000 ALTER TABLE `mw_searchindex` ENABLE KEYS */;
1188 UNLOCK TABLES;
1189
1190 --
1191 -- Table structure for table `mw_site_stats`
1192 --
1193
1194 DROP TABLE IF EXISTS `mw_site_stats`;
1195 /*!40101 SET @saved_cs_client = @@character_set_client */;
1196 /*!40101 SET character_set_client = utf8 */;
1197 CREATE TABLE `mw_site_stats` (
1198 `ss_row_id` int(10) unsigned NOT NULL,
1199 `ss_total_views` bigint(20) unsigned DEFAULT '0',
1200 `ss_total_edits` bigint(20) unsigned DEFAULT '0',
1201 `ss_good_articles` bigint(20) unsigned DEFAULT '0',
1202 `ss_total_pages` bigint(20) DEFAULT '-1',
1203 `ss_users` bigint(20) DEFAULT '-1',
1204 `ss_active_users` bigint(20) DEFAULT '-1',
1205 `ss_admins` int(11) DEFAULT '-1',
1206 `ss_images` int(11) DEFAULT '0',
1207 UNIQUE KEY `ss_row_id` (`ss_row_id`)
1208 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1209 /*!40101 SET character_set_client = @saved_cs_client */;
1210
1211 --
1212 -- Dumping data for table `mw_site_stats`
1213 --
1214
1215 LOCK TABLES `mw_site_stats` WRITE;
1216 /*!40000 ALTER TABLE `mw_site_stats` DISABLE KEYS */;
1217 /*!40000 ALTER TABLE `mw_site_stats` ENABLE KEYS */;
1218 UNLOCK TABLES;
1219
1220 --
1221 -- Table structure for table `mw_tag_summary`
1222 --
1223
1224 DROP TABLE IF EXISTS `mw_tag_summary`;
1225 /*!40101 SET @saved_cs_client = @@character_set_client */;
1226 /*!40101 SET character_set_client = utf8 */;
1227 CREATE TABLE `mw_tag_summary` (
1228 `ts_rc_id` int(11) DEFAULT NULL,
1229 `ts_log_id` int(11) DEFAULT NULL,
1230 `ts_rev_id` int(11) DEFAULT NULL,
1231 `ts_tags` blob NOT NULL,
1232 UNIQUE KEY `tag_summary_rc_id` (`ts_rc_id`),
1233 UNIQUE KEY `tag_summary_log_id` (`ts_log_id`),
1234 UNIQUE KEY `tag_summary_rev_id` (`ts_rev_id`)
1235 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1236 /*!40101 SET character_set_client = @saved_cs_client */;
1237
1238 --
1239 -- Dumping data for table `mw_tag_summary`
1240 --
1241
1242 LOCK TABLES `mw_tag_summary` WRITE;
1243 /*!40000 ALTER TABLE `mw_tag_summary` DISABLE KEYS */;
1244 /*!40000 ALTER TABLE `mw_tag_summary` ENABLE KEYS */;
1245 UNLOCK TABLES;
1246
1247 --
1248 -- Table structure for table `mw_templatelinks`
1249 --
1250
1251 DROP TABLE IF EXISTS `mw_templatelinks`;
1252 /*!40101 SET @saved_cs_client = @@character_set_client */;
1253 /*!40101 SET character_set_client = utf8 */;
1254 CREATE TABLE `mw_templatelinks` (
1255 `tl_from` int(10) unsigned NOT NULL DEFAULT '0',
1256 `tl_namespace` int(11) NOT NULL DEFAULT '0',
1257 `tl_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1258 UNIQUE KEY `tl_from` (`tl_from`,`tl_namespace`,`tl_title`),
1259 UNIQUE KEY `tl_namespace` (`tl_namespace`,`tl_title`,`tl_from`)
1260 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1261 /*!40101 SET character_set_client = @saved_cs_client */;
1262
1263 --
1264 -- Dumping data for table `mw_templatelinks`
1265 --
1266
1267 LOCK TABLES `mw_templatelinks` WRITE;
1268 /*!40000 ALTER TABLE `mw_templatelinks` DISABLE KEYS */;
1269 /*!40000 ALTER TABLE `mw_templatelinks` ENABLE KEYS */;
1270 UNLOCK TABLES;
1271
1272 --
1273 -- Table structure for table `mw_text`
1274 --
1275
1276 DROP TABLE IF EXISTS `mw_text`;
1277 /*!40101 SET @saved_cs_client = @@character_set_client */;
1278 /*!40101 SET character_set_client = utf8 */;
1279 CREATE TABLE `mw_text` (
1280 `old_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1281 `old_text` mediumblob NOT NULL,
1282 `old_flags` tinyblob NOT NULL,
1283 PRIMARY KEY (`old_id`)
1284 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1 MAX_ROWS=10000000 AVG_ROW_LENGTH=10240;
1285 /*!40101 SET character_set_client = @saved_cs_client */;
1286
1287 --
1288 -- Dumping data for table `mw_text`
1289 --
1290
1291 LOCK TABLES `mw_text` WRITE;
1292 /*!40000 ALTER TABLE `mw_text` DISABLE KEYS */;
1293 INSERT INTO `mw_text` VALUES (1,'\'\'\'MediaWiki has been successfully installed.\'\'\'\n\nConsult the [http://meta.wikimedia.org/wiki/Help:Contents User\'s Guide] for information on using the wiki software.\n\n== Getting started ==\n* [http://www.mediawiki.org/wiki/Manual:Configuration_settings Configuration settings list]\n* [http://www.mediawiki.org/wiki/Manual:FAQ MediaWiki FAQ]\n* [https://lists.wikimedia.org/mailman/listinfo/mediawiki-announce MediaWiki release mailing list]','utf-8');
1294 /*!40000 ALTER TABLE `mw_text` ENABLE KEYS */;
1295 UNLOCK TABLES;
1296
1297 --
1298 -- Table structure for table `mw_trackbacks`
1299 --
1300
1301 DROP TABLE IF EXISTS `mw_trackbacks`;
1302 /*!40101 SET @saved_cs_client = @@character_set_client */;
1303 /*!40101 SET character_set_client = utf8 */;
1304 CREATE TABLE `mw_trackbacks` (
1305 `tb_id` int(11) NOT NULL AUTO_INCREMENT,
1306 `tb_page` int(11) DEFAULT NULL,
1307 `tb_title` varchar(255) NOT NULL,
1308 `tb_url` blob NOT NULL,
1309 `tb_ex` text,
1310 `tb_name` varchar(255) DEFAULT NULL,
1311 PRIMARY KEY (`tb_id`),
1312 KEY `tb_page` (`tb_page`)
1313 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1314 /*!40101 SET character_set_client = @saved_cs_client */;
1315
1316 --
1317 -- Dumping data for table `mw_trackbacks`
1318 --
1319
1320 LOCK TABLES `mw_trackbacks` WRITE;
1321 /*!40000 ALTER TABLE `mw_trackbacks` DISABLE KEYS */;
1322 /*!40000 ALTER TABLE `mw_trackbacks` ENABLE KEYS */;
1323 UNLOCK TABLES;
1324
1325 --
1326 -- Table structure for table `mw_transcache`
1327 --
1328
1329 DROP TABLE IF EXISTS `mw_transcache`;
1330 /*!40101 SET @saved_cs_client = @@character_set_client */;
1331 /*!40101 SET character_set_client = utf8 */;
1332 CREATE TABLE `mw_transcache` (
1333 `tc_url` varbinary(255) NOT NULL,
1334 `tc_contents` text,
1335 `tc_time` binary(14) NOT NULL,
1336 UNIQUE KEY `tc_url_idx` (`tc_url`)
1337 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1338 /*!40101 SET character_set_client = @saved_cs_client */;
1339
1340 --
1341 -- Dumping data for table `mw_transcache`
1342 --
1343
1344 LOCK TABLES `mw_transcache` WRITE;
1345 /*!40000 ALTER TABLE `mw_transcache` DISABLE KEYS */;
1346 /*!40000 ALTER TABLE `mw_transcache` ENABLE KEYS */;
1347 UNLOCK TABLES;
1348
1349 --
1350 -- Table structure for table `mw_updatelog`
1351 --
1352
1353 DROP TABLE IF EXISTS `mw_updatelog`;
1354 /*!40101 SET @saved_cs_client = @@character_set_client */;
1355 /*!40101 SET character_set_client = utf8 */;
1356 CREATE TABLE `mw_updatelog` (
1357 `ul_key` varchar(255) NOT NULL,
1358 `ul_value` blob,
1359 PRIMARY KEY (`ul_key`)
1360 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1361 /*!40101 SET character_set_client = @saved_cs_client */;
1362
1363 --
1364 -- Dumping data for table `mw_updatelog`
1365 --
1366
1367 LOCK TABLES `mw_updatelog` WRITE;
1368 /*!40000 ALTER TABLE `mw_updatelog` DISABLE KEYS */;
1369 /*!40000 ALTER TABLE `mw_updatelog` ENABLE KEYS */;
1370 UNLOCK TABLES;
1371
1372 --
1373 -- Table structure for table `mw_user`
1374 --
1375
1376 DROP TABLE IF EXISTS `mw_user`;
1377 /*!40101 SET @saved_cs_client = @@character_set_client */;
1378 /*!40101 SET character_set_client = utf8 */;
1379 CREATE TABLE `mw_user` (
1380 `user_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
1381 `user_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1382 `user_real_name` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1383 `user_password` tinyblob NOT NULL,
1384 `user_newpassword` tinyblob NOT NULL,
1385 `user_newpass_time` binary(14) DEFAULT NULL,
1386 `user_email` tinytext NOT NULL,
1387 `user_touched` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1388 `user_token` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1389 `user_email_authenticated` binary(14) DEFAULT NULL,
1390 `user_email_token` binary(32) DEFAULT NULL,
1391 `user_email_token_expires` binary(14) DEFAULT NULL,
1392 `user_registration` binary(14) DEFAULT NULL,
1393 `user_editcount` int(11) DEFAULT NULL,
1394 PRIMARY KEY (`user_id`),
1395 UNIQUE KEY `user_name` (`user_name`),
1396 KEY `user_email_token` (`user_email_token`)
1397 ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1;
1398 /*!40101 SET character_set_client = @saved_cs_client */;
1399
1400 --
1401 -- Dumping data for table `mw_user`
1402 --
1403
1404 LOCK TABLES `mw_user` WRITE;
1405 /*!40000 ALTER TABLE `mw_user` DISABLE KEYS */;
1406 INSERT INTO `mw_user` VALUES (1,'WikiSysop','',':B:b1373470:f7e87db0c9596055f39a1225b0c31508','',NULL,'','','20101230131552','de4ddde7c4eef6e3609f4287324a0a18',NULL,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',NULL,'20101230131547',0);
1407 /*!40000 ALTER TABLE `mw_user` ENABLE KEYS */;
1408 UNLOCK TABLES;
1409
1410 --
1411 -- Table structure for table `mw_user_groups`
1412 --
1413
1414 DROP TABLE IF EXISTS `mw_user_groups`;
1415 /*!40101 SET @saved_cs_client = @@character_set_client */;
1416 /*!40101 SET character_set_client = utf8 */;
1417 CREATE TABLE `mw_user_groups` (
1418 `ug_user` int(10) unsigned NOT NULL DEFAULT '0',
1419 `ug_group` varbinary(16) NOT NULL DEFAULT '',
1420 UNIQUE KEY `ug_user_group` (`ug_user`,`ug_group`),
1421 KEY `ug_group` (`ug_group`)
1422 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1423 /*!40101 SET character_set_client = @saved_cs_client */;
1424
1425 --
1426 -- Dumping data for table `mw_user_groups`
1427 --
1428
1429 LOCK TABLES `mw_user_groups` WRITE;
1430 /*!40000 ALTER TABLE `mw_user_groups` DISABLE KEYS */;
1431 INSERT INTO `mw_user_groups` VALUES (1,'bureaucrat');
1432 INSERT INTO `mw_user_groups` VALUES (1,'sysop');
1433 /*!40000 ALTER TABLE `mw_user_groups` ENABLE KEYS */;
1434 UNLOCK TABLES;
1435
1436 --
1437 -- Table structure for table `mw_user_newtalk`
1438 --
1439
1440 DROP TABLE IF EXISTS `mw_user_newtalk`;
1441 /*!40101 SET @saved_cs_client = @@character_set_client */;
1442 /*!40101 SET character_set_client = utf8 */;
1443 CREATE TABLE `mw_user_newtalk` (
1444 `user_id` int(11) NOT NULL DEFAULT '0',
1445 `user_ip` varbinary(40) NOT NULL DEFAULT '',
1446 `user_last_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
1447 KEY `user_id` (`user_id`),
1448 KEY `user_ip` (`user_ip`)
1449 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1450 /*!40101 SET character_set_client = @saved_cs_client */;
1451
1452 --
1453 -- Dumping data for table `mw_user_newtalk`
1454 --
1455
1456 LOCK TABLES `mw_user_newtalk` WRITE;
1457 /*!40000 ALTER TABLE `mw_user_newtalk` DISABLE KEYS */;
1458 /*!40000 ALTER TABLE `mw_user_newtalk` ENABLE KEYS */;
1459 UNLOCK TABLES;
1460
1461 --
1462 -- Table structure for table `mw_user_properties`
1463 --
1464
1465 DROP TABLE IF EXISTS `mw_user_properties`;
1466 /*!40101 SET @saved_cs_client = @@character_set_client */;
1467 /*!40101 SET character_set_client = utf8 */;
1468 CREATE TABLE `mw_user_properties` (
1469 `up_user` int(11) NOT NULL,
1470 `up_property` varbinary(32) NOT NULL,
1471 `up_value` blob,
1472 UNIQUE KEY `user_properties_user_property` (`up_user`,`up_property`),
1473 KEY `user_properties_property` (`up_property`)
1474 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1475 /*!40101 SET character_set_client = @saved_cs_client */;
1476
1477 --
1478 -- Dumping data for table `mw_user_properties`
1479 --
1480
1481 LOCK TABLES `mw_user_properties` WRITE;
1482 /*!40000 ALTER TABLE `mw_user_properties` DISABLE KEYS */;
1483 /*!40000 ALTER TABLE `mw_user_properties` ENABLE KEYS */;
1484 UNLOCK TABLES;
1485
1486 --
1487 -- Table structure for table `mw_valid_tag`
1488 --
1489
1490 DROP TABLE IF EXISTS `mw_valid_tag`;
1491 /*!40101 SET @saved_cs_client = @@character_set_client */;
1492 /*!40101 SET character_set_client = utf8 */;
1493 CREATE TABLE `mw_valid_tag` (
1494 `vt_tag` varchar(255) NOT NULL,
1495 PRIMARY KEY (`vt_tag`)
1496 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1497 /*!40101 SET character_set_client = @saved_cs_client */;
1498
1499 --
1500 -- Dumping data for table `mw_valid_tag`
1501 --
1502
1503 LOCK TABLES `mw_valid_tag` WRITE;
1504 /*!40000 ALTER TABLE `mw_valid_tag` DISABLE KEYS */;
1505 /*!40000 ALTER TABLE `mw_valid_tag` ENABLE KEYS */;
1506 UNLOCK TABLES;
1507
1508 --
1509 -- Table structure for table `mw_watchlist`
1510 --
1511
1512 DROP TABLE IF EXISTS `mw_watchlist`;
1513 /*!40101 SET @saved_cs_client = @@character_set_client */;
1514 /*!40101 SET character_set_client = utf8 */;
1515 CREATE TABLE `mw_watchlist` (
1516 `wl_user` int(10) unsigned NOT NULL,
1517 `wl_namespace` int(11) NOT NULL DEFAULT '0',
1518 `wl_title` varchar(255) CHARACTER SET latin1 COLLATE latin1_bin NOT NULL DEFAULT '',
1519 `wl_notificationtimestamp` varbinary(14) DEFAULT NULL,
1520 UNIQUE KEY `wl_user` (`wl_user`,`wl_namespace`,`wl_title`),
1521 KEY `namespace_title` (`wl_namespace`,`wl_title`)
1522 ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
1523 /*!40101 SET character_set_client = @saved_cs_client */;
1524
1525 --
1526 -- Dumping data for table `mw_watchlist`
1527 --
1528
1529 LOCK TABLES `mw_watchlist` WRITE;
1530 /*!40000 ALTER TABLE `mw_watchlist` DISABLE KEYS */;
1531 /*!40000 ALTER TABLE `mw_watchlist` ENABLE KEYS */;
1532 UNLOCK TABLES;
1533 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
1534
1535 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
1536 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
1537 /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
1538 /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
1539 /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
1540 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
1541 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
1542
1543 -- Dump completed on 2010-12-31 1:20:11