Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../mw28
File: mw28.sql
[0] Fix | Delete
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
[1] Fix | Delete
SET time_zone = "+00:00";
[2] Fix | Delete
[3] Fix | Delete
[4] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
[5] Fix | Delete
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
[6] Fix | Delete
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
[7] Fix | Delete
/*!40101 SET NAMES utf8 */;
[8] Fix | Delete
[9] Fix | Delete
--
[10] Fix | Delete
-- Database: `mw13116`
[11] Fix | Delete
--
[12] Fix | Delete
[13] Fix | Delete
-- --------------------------------------------------------
[14] Fix | Delete
[15] Fix | Delete
--
[16] Fix | Delete
-- Table structure for table `[[dbprefix]]actor`
[17] Fix | Delete
--
[18] Fix | Delete
[19] Fix | Delete
CREATE TABLE `[[dbprefix]]actor` (
[20] Fix | Delete
`actor_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
[21] Fix | Delete
`actor_user` int(10) unsigned DEFAULT NULL,
[22] Fix | Delete
`actor_name` varbinary(255) NOT NULL,
[23] Fix | Delete
PRIMARY KEY (`actor_id`),
[24] Fix | Delete
UNIQUE KEY `actor_name` (`actor_name`),
[25] Fix | Delete
UNIQUE KEY `actor_user` (`actor_user`)
[26] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[27] Fix | Delete
[28] Fix | Delete
-- --------------------------------------------------------
[29] Fix | Delete
[30] Fix | Delete
--
[31] Fix | Delete
-- Table structure for table `[[dbprefix]]archive`
[32] Fix | Delete
--
[33] Fix | Delete
[34] Fix | Delete
CREATE TABLE `[[dbprefix]]archive` (
[35] Fix | Delete
`ar_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[36] Fix | Delete
`ar_namespace` int(11) NOT NULL DEFAULT '0',
[37] Fix | Delete
`ar_title` varbinary(255) NOT NULL DEFAULT '',
[38] Fix | Delete
`ar_comment` varbinary(767) NOT NULL DEFAULT '',
[39] Fix | Delete
`ar_comment_id` bigint(20) unsigned NOT NULL DEFAULT '0',
[40] Fix | Delete
`ar_user` int(10) unsigned NOT NULL DEFAULT '0',
[41] Fix | Delete
`ar_user_text` varbinary(255) NOT NULL DEFAULT '',
[42] Fix | Delete
`ar_actor` bigint(20) unsigned NOT NULL DEFAULT '0',
[43] Fix | Delete
`ar_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
[44] Fix | Delete
`ar_minor_edit` tinyint(4) NOT NULL DEFAULT '0',
[45] Fix | Delete
`ar_rev_id` int(10) unsigned NOT NULL,
[46] Fix | Delete
`ar_text_id` int(10) unsigned NOT NULL DEFAULT '0',
[47] Fix | Delete
`ar_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
[48] Fix | Delete
`ar_len` int(10) unsigned DEFAULT NULL,
[49] Fix | Delete
`ar_page_id` int(10) unsigned DEFAULT NULL,
[50] Fix | Delete
`ar_parent_id` int(10) unsigned DEFAULT NULL,
[51] Fix | Delete
`ar_sha1` varbinary(32) NOT NULL DEFAULT '',
[52] Fix | Delete
`ar_content_model` varbinary(32) DEFAULT NULL,
[53] Fix | Delete
`ar_content_format` varbinary(64) DEFAULT NULL,
[54] Fix | Delete
PRIMARY KEY (`ar_id`),
[55] Fix | Delete
KEY `name_title_timestamp` (`ar_namespace`,`ar_title`,`ar_timestamp`),
[56] Fix | Delete
KEY `ar_usertext_timestamp` (`ar_user_text`,`ar_timestamp`),
[57] Fix | Delete
KEY `ar_actor_timestamp` (`ar_actor`,`ar_timestamp`),
[58] Fix | Delete
KEY `ar_revid` (`ar_rev_id`)
[59] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[60] Fix | Delete
[61] Fix | Delete
-- --------------------------------------------------------
[62] Fix | Delete
[63] Fix | Delete
--
[64] Fix | Delete
-- Table structure for table `[[dbprefix]]bot_passwords`
[65] Fix | Delete
--
[66] Fix | Delete
[67] Fix | Delete
CREATE TABLE `[[dbprefix]]bot_passwords` (
[68] Fix | Delete
`bp_user` int(10) unsigned NOT NULL,
[69] Fix | Delete
`bp_app_id` varbinary(32) NOT NULL,
[70] Fix | Delete
`bp_password` tinyblob NOT NULL,
[71] Fix | Delete
`bp_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',
[72] Fix | Delete
`bp_restrictions` blob NOT NULL,
[73] Fix | Delete
`bp_grants` blob NOT NULL,
[74] Fix | Delete
PRIMARY KEY (`bp_user`,`bp_app_id`)
[75] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[76] Fix | Delete
[77] Fix | Delete
-- --------------------------------------------------------
[78] Fix | Delete
[79] Fix | Delete
--
[80] Fix | Delete
-- Table structure for table `[[dbprefix]]category`
[81] Fix | Delete
--
[82] Fix | Delete
[83] Fix | Delete
CREATE TABLE `[[dbprefix]]category` (
[84] Fix | Delete
`cat_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[85] Fix | Delete
`cat_title` varbinary(255) NOT NULL,
[86] Fix | Delete
`cat_pages` int(11) NOT NULL DEFAULT '0',
[87] Fix | Delete
`cat_subcats` int(11) NOT NULL DEFAULT '0',
[88] Fix | Delete
`cat_files` int(11) NOT NULL DEFAULT '0',
[89] Fix | Delete
PRIMARY KEY (`cat_id`),
[90] Fix | Delete
UNIQUE KEY `cat_title` (`cat_title`),
[91] Fix | Delete
KEY `cat_pages` (`cat_pages`)
[92] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[93] Fix | Delete
[94] Fix | Delete
-- --------------------------------------------------------
[95] Fix | Delete
[96] Fix | Delete
--
[97] Fix | Delete
-- Table structure for table `[[dbprefix]]categorylinks`
[98] Fix | Delete
--
[99] Fix | Delete
[100] Fix | Delete
CREATE TABLE `[[dbprefix]]categorylinks` (
[101] Fix | Delete
`cl_from` int(10) unsigned NOT NULL DEFAULT '0',
[102] Fix | Delete
`cl_to` varbinary(255) NOT NULL DEFAULT '',
[103] Fix | Delete
`cl_sortkey` varbinary(230) NOT NULL DEFAULT '',
[104] Fix | Delete
`cl_sortkey_prefix` varbinary(255) NOT NULL DEFAULT '',
[105] Fix | Delete
`cl_timestamp` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
[106] Fix | Delete
`cl_collation` varbinary(32) NOT NULL DEFAULT '',
[107] Fix | Delete
`cl_type` enum('page','subcat','file') NOT NULL DEFAULT 'page',
[108] Fix | Delete
PRIMARY KEY (`cl_from`,`cl_to`),
[109] Fix | Delete
KEY `cl_sortkey` (`cl_to`,`cl_type`,`cl_sortkey`,`cl_from`),
[110] Fix | Delete
KEY `cl_timestamp` (`cl_to`,`cl_timestamp`),
[111] Fix | Delete
KEY `cl_collation_ext` (`cl_collation`,`cl_to`,`cl_type`,`cl_from`)
[112] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[113] Fix | Delete
[114] Fix | Delete
-- --------------------------------------------------------
[115] Fix | Delete
[116] Fix | Delete
--
[117] Fix | Delete
-- Table structure for table `[[dbprefix]]change_tag`
[118] Fix | Delete
--
[119] Fix | Delete
[120] Fix | Delete
CREATE TABLE `[[dbprefix]]change_tag` (
[121] Fix | Delete
`ct_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[122] Fix | Delete
`ct_rc_id` int(11) DEFAULT NULL,
[123] Fix | Delete
`ct_log_id` int(10) unsigned DEFAULT NULL,
[124] Fix | Delete
`ct_rev_id` int(10) unsigned DEFAULT NULL,
[125] Fix | Delete
`ct_tag` varbinary(255) NOT NULL,
[126] Fix | Delete
`ct_params` blob,
[127] Fix | Delete
PRIMARY KEY (`ct_id`),
[128] Fix | Delete
UNIQUE KEY `change_tag_rc_tag` (`ct_rc_id`,`ct_tag`),
[129] Fix | Delete
UNIQUE KEY `change_tag_log_tag` (`ct_log_id`,`ct_tag`),
[130] Fix | Delete
UNIQUE KEY `change_tag_rev_tag` (`ct_rev_id`,`ct_tag`),
[131] Fix | Delete
KEY `change_tag_tag_id` (`ct_tag`,`ct_rc_id`,`ct_rev_id`,`ct_log_id`)
[132] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[133] Fix | Delete
[134] Fix | Delete
-- --------------------------------------------------------
[135] Fix | Delete
[136] Fix | Delete
--
[137] Fix | Delete
-- Table structure for table `[[dbprefix]]comment`
[138] Fix | Delete
--
[139] Fix | Delete
[140] Fix | Delete
CREATE TABLE `[[dbprefix]]comment` (
[141] Fix | Delete
`comment_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
[142] Fix | Delete
`comment_hash` int(11) NOT NULL,
[143] Fix | Delete
`comment_text` blob NOT NULL,
[144] Fix | Delete
`comment_data` blob,
[145] Fix | Delete
PRIMARY KEY (`comment_id`),
[146] Fix | Delete
KEY `comment_hash` (`comment_hash`)
[147] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[148] Fix | Delete
[149] Fix | Delete
-- --------------------------------------------------------
[150] Fix | Delete
[151] Fix | Delete
--
[152] Fix | Delete
-- Table structure for table `[[dbprefix]]content`
[153] Fix | Delete
--
[154] Fix | Delete
[155] Fix | Delete
CREATE TABLE `[[dbprefix]]content` (
[156] Fix | Delete
`content_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
[157] Fix | Delete
`content_size` int(10) unsigned NOT NULL,
[158] Fix | Delete
`content_sha1` varbinary(32) NOT NULL,
[159] Fix | Delete
`content_model` smallint(5) unsigned NOT NULL,
[160] Fix | Delete
`content_address` varbinary(255) NOT NULL,
[161] Fix | Delete
PRIMARY KEY (`content_id`)
[162] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[163] Fix | Delete
[164] Fix | Delete
-- --------------------------------------------------------
[165] Fix | Delete
[166] Fix | Delete
--
[167] Fix | Delete
-- Table structure for table `[[dbprefix]]content_models`
[168] Fix | Delete
--
[169] Fix | Delete
[170] Fix | Delete
CREATE TABLE `[[dbprefix]]content_models` (
[171] Fix | Delete
`model_id` smallint(6) NOT NULL AUTO_INCREMENT,
[172] Fix | Delete
`model_name` varbinary(64) NOT NULL,
[173] Fix | Delete
PRIMARY KEY (`model_id`),
[174] Fix | Delete
UNIQUE KEY `model_name` (`model_name`)
[175] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[176] Fix | Delete
[177] Fix | Delete
-- --------------------------------------------------------
[178] Fix | Delete
[179] Fix | Delete
--
[180] Fix | Delete
-- Table structure for table `[[dbprefix]]externallinks`
[181] Fix | Delete
--
[182] Fix | Delete
[183] Fix | Delete
CREATE TABLE `[[dbprefix]]externallinks` (
[184] Fix | Delete
`el_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[185] Fix | Delete
`el_from` int(10) unsigned NOT NULL DEFAULT '0',
[186] Fix | Delete
`el_to` blob NOT NULL,
[187] Fix | Delete
`el_index` blob NOT NULL,
[188] Fix | Delete
`el_index_60` varbinary(60) NOT NULL DEFAULT '',
[189] Fix | Delete
PRIMARY KEY (`el_id`),
[190] Fix | Delete
KEY `el_from` (`el_from`,`el_to`(40)),
[191] Fix | Delete
KEY `el_to` (`el_to`(60),`el_from`),
[192] Fix | Delete
KEY `el_index` (`el_index`(60)),
[193] Fix | Delete
KEY `el_index_60` (`el_index_60`,`el_id`),
[194] Fix | Delete
KEY `el_from_index_60` (`el_from`,`el_index_60`,`el_id`)
[195] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[196] Fix | Delete
[197] Fix | Delete
-- --------------------------------------------------------
[198] Fix | Delete
[199] Fix | Delete
--
[200] Fix | Delete
-- Table structure for table `[[dbprefix]]filearchive`
[201] Fix | Delete
--
[202] Fix | Delete
[203] Fix | Delete
CREATE TABLE `[[dbprefix]]filearchive` (
[204] Fix | Delete
`fa_id` int(11) NOT NULL AUTO_INCREMENT,
[205] Fix | Delete
`fa_name` varbinary(255) NOT NULL DEFAULT '',
[206] Fix | Delete
`fa_archive_name` varbinary(255) DEFAULT '',
[207] Fix | Delete
`fa_storage_group` varbinary(16) DEFAULT NULL,
[208] Fix | Delete
`fa_storage_key` varbinary(64) DEFAULT '',
[209] Fix | Delete
`fa_deleted_user` int(11) DEFAULT NULL,
[210] Fix | Delete
`fa_deleted_timestamp` binary(14) DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
[211] Fix | Delete
`fa_deleted_reason` varbinary(767) DEFAULT '',
[212] Fix | Delete
`fa_deleted_reason_id` bigint(20) unsigned NOT NULL DEFAULT '0',
[213] Fix | Delete
`fa_size` int(10) unsigned DEFAULT '0',
[214] Fix | Delete
`fa_width` int(11) DEFAULT '0',
[215] Fix | Delete
`fa_height` int(11) DEFAULT '0',
[216] Fix | Delete
`fa_metadata` mediumblob,
[217] Fix | Delete
`fa_bits` int(11) DEFAULT '0',
[218] Fix | Delete
`fa_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE','3D') DEFAULT NULL,
[219] Fix | Delete
`fa_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart','chemical') DEFAULT 'unknown',
[220] Fix | Delete
`fa_minor_mime` varbinary(100) DEFAULT 'unknown',
[221] Fix | Delete
`fa_description` varbinary(767) DEFAULT '',
[222] Fix | Delete
`fa_description_id` bigint(20) unsigned NOT NULL DEFAULT '0',
[223] Fix | Delete
`fa_user` int(10) unsigned DEFAULT '0',
[224] Fix | Delete
`fa_user_text` varbinary(255) DEFAULT '',
[225] Fix | Delete
`fa_actor` bigint(20) unsigned NOT NULL DEFAULT '0',
[226] Fix | Delete
`fa_timestamp` binary(14) DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
[227] Fix | Delete
`fa_deleted` tinyint(3) unsigned NOT NULL DEFAULT '0',
[228] Fix | Delete
`fa_sha1` varbinary(32) NOT NULL DEFAULT '',
[229] Fix | Delete
PRIMARY KEY (`fa_id`),
[230] Fix | Delete
KEY `fa_name` (`fa_name`,`fa_timestamp`),
[231] Fix | Delete
KEY `fa_storage_group` (`fa_storage_group`,`fa_storage_key`),
[232] Fix | Delete
KEY `fa_deleted_timestamp` (`fa_deleted_timestamp`),
[233] Fix | Delete
KEY `fa_user_timestamp` (`fa_user_text`,`fa_timestamp`),
[234] Fix | Delete
KEY `fa_actor_timestamp` (`fa_actor`,`fa_timestamp`),
[235] Fix | Delete
KEY `fa_sha1` (`fa_sha1`(10))
[236] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[237] Fix | Delete
[238] Fix | Delete
-- --------------------------------------------------------
[239] Fix | Delete
[240] Fix | Delete
--
[241] Fix | Delete
-- Table structure for table `[[dbprefix]]image`
[242] Fix | Delete
--
[243] Fix | Delete
[244] Fix | Delete
CREATE TABLE `[[dbprefix]]image` (
[245] Fix | Delete
`img_name` varbinary(255) NOT NULL DEFAULT '',
[246] Fix | Delete
`img_size` int(10) unsigned NOT NULL DEFAULT '0',
[247] Fix | Delete
`img_width` int(11) NOT NULL DEFAULT '0',
[248] Fix | Delete
`img_height` int(11) NOT NULL DEFAULT '0',
[249] Fix | Delete
`img_metadata` mediumblob NOT NULL,
[250] Fix | Delete
`img_bits` int(11) NOT NULL DEFAULT '0',
[251] Fix | Delete
`img_media_type` enum('UNKNOWN','BITMAP','DRAWING','AUDIO','VIDEO','MULTIMEDIA','OFFICE','TEXT','EXECUTABLE','ARCHIVE','3D') DEFAULT NULL,
[252] Fix | Delete
`img_major_mime` enum('unknown','application','audio','image','text','video','message','model','multipart','chemical') NOT NULL DEFAULT 'unknown',
[253] Fix | Delete
`img_minor_mime` varbinary(100) NOT NULL DEFAULT 'unknown',
[254] Fix | Delete
`img_description` varbinary(767) NOT NULL DEFAULT '',
[255] Fix | Delete
`img_description_id` bigint(20) unsigned NOT NULL DEFAULT '0',
[256] Fix | Delete
`img_user` int(10) unsigned NOT NULL DEFAULT '0',
[257] Fix | Delete
`img_user_text` varbinary(255) NOT NULL DEFAULT '',
[258] Fix | Delete
`img_actor` bigint(20) unsigned NOT NULL DEFAULT '0',
[259] Fix | Delete
`img_timestamp` varbinary(14) NOT NULL DEFAULT '',
[260] Fix | Delete
`img_sha1` varbinary(32) NOT NULL DEFAULT '',
[261] Fix | Delete
PRIMARY KEY (`img_name`),
[262] Fix | Delete
KEY `img_user_timestamp` (`img_user`,`img_timestamp`),
[263] Fix | Delete
KEY `img_usertext_timestamp` (`img_user_text`,`img_timestamp`),
[264] Fix | Delete
KEY `img_actor_timestamp` (`img_actor`,`img_timestamp`),
[265] Fix | Delete
KEY `img_size` (`img_size`),
[266] Fix | Delete
KEY `img_timestamp` (`img_timestamp`),
[267] Fix | Delete
KEY `img_sha1` (`img_sha1`(10)),
[268] Fix | Delete
KEY `img_media_mime` (`img_media_type`,`img_major_mime`,`img_minor_mime`)
[269] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[270] Fix | Delete
[271] Fix | Delete
-- --------------------------------------------------------
[272] Fix | Delete
[273] Fix | Delete
--
[274] Fix | Delete
-- Table structure for table `[[dbprefix]]imagelinks`
[275] Fix | Delete
--
[276] Fix | Delete
[277] Fix | Delete
CREATE TABLE `[[dbprefix]]imagelinks` (
[278] Fix | Delete
`il_from` int(10) unsigned NOT NULL DEFAULT '0',
[279] Fix | Delete
`il_from_namespace` int(11) NOT NULL DEFAULT '0',
[280] Fix | Delete
`il_to` varbinary(255) NOT NULL DEFAULT '',
[281] Fix | Delete
PRIMARY KEY (`il_from`,`il_to`),
[282] Fix | Delete
KEY `il_to` (`il_to`,`il_from`),
[283] Fix | Delete
KEY `il_backlinks_namespace` (`il_from_namespace`,`il_to`,`il_from`)
[284] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[285] Fix | Delete
[286] Fix | Delete
-- --------------------------------------------------------
[287] Fix | Delete
[288] Fix | Delete
--
[289] Fix | Delete
-- Table structure for table `[[dbprefix]]image_comment_temp`
[290] Fix | Delete
--
[291] Fix | Delete
[292] Fix | Delete
CREATE TABLE `[[dbprefix]]image_comment_temp` (
[293] Fix | Delete
`imgcomment_name` varbinary(255) NOT NULL,
[294] Fix | Delete
`imgcomment_description_id` bigint(20) unsigned NOT NULL,
[295] Fix | Delete
PRIMARY KEY (`imgcomment_name`,`imgcomment_description_id`),
[296] Fix | Delete
UNIQUE KEY `imgcomment_name` (`imgcomment_name`)
[297] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[298] Fix | Delete
[299] Fix | Delete
-- --------------------------------------------------------
[300] Fix | Delete
[301] Fix | Delete
--
[302] Fix | Delete
-- Table structure for table `[[dbprefix]]interwiki`
[303] Fix | Delete
--
[304] Fix | Delete
[305] Fix | Delete
CREATE TABLE `[[dbprefix]]interwiki` (
[306] Fix | Delete
`iw_prefix` varbinary(32) NOT NULL,
[307] Fix | Delete
`iw_url` blob NOT NULL,
[308] Fix | Delete
`iw_api` blob NOT NULL,
[309] Fix | Delete
`iw_wikiid` varbinary(64) NOT NULL,
[310] Fix | Delete
`iw_local` tinyint(1) NOT NULL,
[311] Fix | Delete
`iw_trans` tinyint(4) NOT NULL DEFAULT '0',
[312] Fix | Delete
UNIQUE KEY `iw_prefix` (`iw_prefix`)
[313] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[314] Fix | Delete
[315] Fix | Delete
--
[316] Fix | Delete
-- Dumping data for table `[[dbprefix]]interwiki`
[317] Fix | Delete
--
[318] Fix | Delete
[319] Fix | Delete
INSERT INTO `[[dbprefix]]interwiki` VALUES
[320] Fix | Delete
('acronym', 'https://www.acronymfinder.com/~/search/af.aspx?string=exact&Acronym=$1', '', '', 0, 0),
[321] Fix | Delete
('advogato', 'http://www.advogato.org/$1', '', '', 0, 0),
[322] Fix | Delete
('arxiv', 'https://www.arxiv.org/abs/$1', '', '', 0, 0),
[323] Fix | Delete
('c2find', 'http://c2.com/cgi/wiki?FindPage&value=$1', '', '', 0, 0),
[324] Fix | Delete
('cache', 'https://www.google.com/search?q=cache:$1', '', '', 0, 0),
[325] Fix | Delete
('commons', 'https://commons.wikimedia.org/wiki/$1', 'https://commons.wikimedia.org/w/api.php', '', 0, 0),
[326] Fix | Delete
('dictionary', 'http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1', '', '', 0, 0),
[327] Fix | Delete
('doi', 'https://dx.doi.org/$1', '', '', 0, 0),
[328] Fix | Delete
('drumcorpswiki', 'http://www.drumcorpswiki.com/$1', 'http://drumcorpswiki.com/api.php', '', 0, 0),
[329] Fix | Delete
('dwjwiki', 'http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1', '', '', 0, 0),
[330] Fix | Delete
('elibre', 'http://enciclopedia.us.es/index.php/$1', 'http://enciclopedia.us.es/api.php', '', 0, 0),
[331] Fix | Delete
('emacswiki', 'https://www.emacswiki.org/cgi-bin/wiki.pl?$1', '', '', 0, 0),
[332] Fix | Delete
('foldoc', 'https://foldoc.org/?$1', '', '', 0, 0),
[333] Fix | Delete
('foxwiki', 'https://fox.wikis.com/wc.dll?Wiki~$1', '', '', 0, 0),
[334] Fix | Delete
('freebsdman', 'https://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1', '', '', 0, 0),
[335] Fix | Delete
('gentoo-wiki', 'http://gentoo-wiki.com/$1', '', '', 0, 0),
[336] Fix | Delete
('google', 'https://www.google.com/search?q=$1', '', '', 0, 0),
[337] Fix | Delete
('googlegroups', 'https://groups.google.com/groups?q=$1', '', '', 0, 0),
[338] Fix | Delete
('hammondwiki', 'http://www.dairiki.org/HammondWiki/$1', '', '', 0, 0),
[339] Fix | Delete
('hrwiki', 'http://www.hrwiki.org/wiki/$1', 'http://www.hrwiki.org/w/api.php', '', 0, 0),
[340] Fix | Delete
('imdb', 'http://www.imdb.com/find?q=$1&tt=on', '', '', 0, 0),
[341] Fix | Delete
('kmwiki', 'https://kmwiki.wikispaces.com/$1', '', '', 0, 0),
[342] Fix | Delete
('linuxwiki', 'http://linuxwiki.de/$1', '', '', 0, 0),
[343] Fix | Delete
('lojban', 'https://mw.lojban.org/papri/$1', '', '', 0, 0),
[344] Fix | Delete
('lqwiki', 'http://wiki.linuxquestions.org/wiki/$1', '', '', 0, 0),
[345] Fix | Delete
('meatball', 'http://www.usemod.com/cgi-bin/mb.pl?$1', '', '', 0, 0),
[346] Fix | Delete
('mediawikiwiki', 'https://www.mediawiki.org/wiki/$1', 'https://www.mediawiki.org/w/api.php', '', 0, 0),
[347] Fix | Delete
('memoryalpha', 'http://en.memory-alpha.org/wiki/$1', 'http://en.memory-alpha.org/api.php', '', 0, 0),
[348] Fix | Delete
('metawiki', 'http://sunir.org/apps/meta.pl?$1', '', '', 0, 0),
[349] Fix | Delete
('metawikimedia', 'https://meta.wikimedia.org/wiki/$1', 'https://meta.wikimedia.org/w/api.php', '', 0, 0),
[350] Fix | Delete
('mozillawiki', 'https://wiki.mozilla.org/$1', 'https://wiki.mozilla.org/api.php', '', 0, 0),
[351] Fix | Delete
('mw', 'https://www.mediawiki.org/wiki/$1', 'https://www.mediawiki.org/w/api.php', '', 0, 0),
[352] Fix | Delete
('oeis', 'https://oeis.org/$1', '', '', 0, 0),
[353] Fix | Delete
('openwiki', 'http://openwiki.com/ow.asp?$1', '', '', 0, 0),
[354] Fix | Delete
('pmid', 'https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract', '', '', 0, 0),
[355] Fix | Delete
('pythoninfo', 'https://wiki.python.org/moin/$1', '', '', 0, 0),
[356] Fix | Delete
('rfc', 'https://tools.ietf.org/html/rfc$1', '', '', 0, 0),
[357] Fix | Delete
('s23wiki', 'http://s23.org/wiki/$1', 'http://s23.org/w/api.php', '', 0, 0),
[358] Fix | Delete
('seattlewireless', 'http://seattlewireless.net/$1', '', '', 0, 0),
[359] Fix | Delete
('senseislibrary', 'https://senseis.xmp.net/?$1', '', '', 0, 0),
[360] Fix | Delete
('shoutwiki', 'http://www.shoutwiki.com/wiki/$1', 'http://www.shoutwiki.com/w/api.php', '', 0, 0),
[361] Fix | Delete
('squeak', 'http://wiki.squeak.org/squeak/$1', '', '', 0, 0),
[362] Fix | Delete
('theopedia', 'https://www.theopedia.com/$1', '', '', 0, 0),
[363] Fix | Delete
('tmbw', 'http://www.tmbw.net/wiki/$1', 'http://tmbw.net/wiki/api.php', '', 0, 0),
[364] Fix | Delete
('tmnet', 'http://www.technomanifestos.net/?$1', '', '', 0, 0),
[365] Fix | Delete
('twiki', 'http://twiki.org/cgi-bin/view/$1', '', '', 0, 0),
[366] Fix | Delete
('uncyclopedia', 'https://en.uncyclopedia.co/wiki/$1', 'https://en.uncyclopedia.co/w/api.php', '', 0, 0),
[367] Fix | Delete
('unreal', 'https://wiki.beyondunreal.com/$1', 'https://wiki.beyondunreal.com/w/api.php', '', 0, 0),
[368] Fix | Delete
('usemod', 'http://www.usemod.com/cgi-bin/wiki.pl?$1', '', '', 0, 0),
[369] Fix | Delete
('wiki', 'http://c2.com/cgi/wiki?$1', '', '', 0, 0),
[370] Fix | Delete
('wikia', 'http://www.wikia.com/wiki/$1', '', '', 0, 0),
[371] Fix | Delete
('wikibooks', 'https://en.wikibooks.org/wiki/$1', 'https://en.wikibooks.org/w/api.php', '', 0, 0),
[372] Fix | Delete
('wikidata', 'https://www.wikidata.org/wiki/$1', 'https://www.wikidata.org/w/api.php', '', 0, 0),
[373] Fix | Delete
('wikif1', 'http://www.wikif1.org/$1', '', '', 0, 0),
[374] Fix | Delete
('wikihow', 'https://www.wikihow.com/$1', 'https://www.wikihow.com/api.php', '', 0, 0),
[375] Fix | Delete
('wikimedia', 'https://wikimediafoundation.org/wiki/$1', 'https://wikimediafoundation.org/w/api.php', '', 0, 0),
[376] Fix | Delete
('wikinews', 'https://en.wikinews.org/wiki/$1', 'https://en.wikinews.org/w/api.php', '', 0, 0),
[377] Fix | Delete
('wikinfo', 'http://wikinfo.co/English/index.php/$1', '', '', 0, 0),
[378] Fix | Delete
('wikipedia', 'https://en.wikipedia.org/wiki/$1', 'https://en.wikipedia.org/w/api.php', '', 0, 0),
[379] Fix | Delete
('wikiquote', 'https://en.wikiquote.org/wiki/$1', 'https://en.wikiquote.org/w/api.php', '', 0, 0),
[380] Fix | Delete
('wikisource', 'https://wikisource.org/wiki/$1', 'https://wikisource.org/w/api.php', '', 0, 0),
[381] Fix | Delete
('wikispecies', 'https://species.wikimedia.org/wiki/$1', 'https://species.wikimedia.org/w/api.php', '', 0, 0),
[382] Fix | Delete
('wikiversity', 'https://en.wikiversity.org/wiki/$1', 'https://en.wikiversity.org/w/api.php', '', 0, 0),
[383] Fix | Delete
('wikivoyage', 'https://en.wikivoyage.org/wiki/$1', 'https://en.wikivoyage.org/w/api.php', '', 0, 0),
[384] Fix | Delete
('wikt', 'https://en.wiktionary.org/wiki/$1', 'https://en.wiktionary.org/w/api.php', '', 0, 0),
[385] Fix | Delete
('wiktionary', 'https://en.wiktionary.org/wiki/$1', 'https://en.wiktionary.org/w/api.php', '', 0, 0);
[386] Fix | Delete
[387] Fix | Delete
-- --------------------------------------------------------
[388] Fix | Delete
[389] Fix | Delete
--
[390] Fix | Delete
-- Table structure for table `[[dbprefix]]ipblocks`
[391] Fix | Delete
--
[392] Fix | Delete
[393] Fix | Delete
CREATE TABLE `[[dbprefix]]ipblocks` (
[394] Fix | Delete
`ipb_id` int(11) NOT NULL AUTO_INCREMENT,
[395] Fix | Delete
`ipb_address` tinyblob NOT NULL,
[396] Fix | Delete
`ipb_user` int(10) unsigned NOT NULL DEFAULT '0',
[397] Fix | Delete
`ipb_by` int(10) unsigned NOT NULL DEFAULT '0',
[398] Fix | Delete
`ipb_by_text` varbinary(255) NOT NULL DEFAULT '',
[399] Fix | Delete
`ipb_by_actor` bigint(20) unsigned NOT NULL DEFAULT '0',
[400] Fix | Delete
`ipb_reason` varbinary(767) NOT NULL DEFAULT '',
[401] Fix | Delete
`ipb_reason_id` bigint(20) unsigned NOT NULL DEFAULT '0',
[402] Fix | Delete
`ipb_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
[403] Fix | Delete
`ipb_auto` tinyint(1) NOT NULL DEFAULT '0',
[404] Fix | Delete
`ipb_anon_only` tinyint(1) NOT NULL DEFAULT '0',
[405] Fix | Delete
`ipb_create_account` tinyint(1) NOT NULL DEFAULT '1',
[406] Fix | Delete
`ipb_enable_autoblock` tinyint(1) NOT NULL DEFAULT '1',
[407] Fix | Delete
`ipb_expiry` varbinary(14) NOT NULL DEFAULT '',
[408] Fix | Delete
`ipb_range_start` tinyblob NOT NULL,
[409] Fix | Delete
`ipb_range_end` tinyblob NOT NULL,
[410] Fix | Delete
`ipb_deleted` tinyint(1) NOT NULL DEFAULT '0',
[411] Fix | Delete
`ipb_block_email` tinyint(1) NOT NULL DEFAULT '0',
[412] Fix | Delete
`ipb_allow_usertalk` tinyint(1) NOT NULL DEFAULT '0',
[413] Fix | Delete
`ipb_parent_block_id` int(11) DEFAULT NULL,
[414] Fix | Delete
PRIMARY KEY (`ipb_id`),
[415] Fix | Delete
UNIQUE KEY `ipb_address` (`ipb_address`(255),`ipb_user`,`ipb_auto`,`ipb_anon_only`),
[416] Fix | Delete
KEY `ipb_user` (`ipb_user`),
[417] Fix | Delete
KEY `ipb_range` (`ipb_range_start`(8),`ipb_range_end`(8)),
[418] Fix | Delete
KEY `ipb_timestamp` (`ipb_timestamp`),
[419] Fix | Delete
KEY `ipb_expiry` (`ipb_expiry`),
[420] Fix | Delete
KEY `ipb_parent_block_id` (`ipb_parent_block_id`)
[421] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[422] Fix | Delete
[423] Fix | Delete
-- --------------------------------------------------------
[424] Fix | Delete
[425] Fix | Delete
--
[426] Fix | Delete
-- Table structure for table `[[dbprefix]]ip_changes`
[427] Fix | Delete
--
[428] Fix | Delete
[429] Fix | Delete
CREATE TABLE `[[dbprefix]]ip_changes` (
[430] Fix | Delete
`ipc_rev_id` int(10) unsigned NOT NULL DEFAULT '0',
[431] Fix | Delete
`ipc_rev_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
[432] Fix | Delete
`ipc_hex` varbinary(35) NOT NULL DEFAULT '',
[433] Fix | Delete
PRIMARY KEY (`ipc_rev_id`),
[434] Fix | Delete
KEY `ipc_rev_timestamp` (`ipc_rev_timestamp`),
[435] Fix | Delete
KEY `ipc_hex_time` (`ipc_hex`,`ipc_rev_timestamp`)
[436] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[437] Fix | Delete
[438] Fix | Delete
-- --------------------------------------------------------
[439] Fix | Delete
[440] Fix | Delete
--
[441] Fix | Delete
-- Table structure for table `[[dbprefix]]iwlinks`
[442] Fix | Delete
--
[443] Fix | Delete
[444] Fix | Delete
CREATE TABLE `[[dbprefix]]iwlinks` (
[445] Fix | Delete
`iwl_from` int(10) unsigned NOT NULL DEFAULT '0',
[446] Fix | Delete
`iwl_prefix` varbinary(20) NOT NULL DEFAULT '',
[447] Fix | Delete
`iwl_title` varbinary(255) NOT NULL DEFAULT '',
[448] Fix | Delete
PRIMARY KEY (`iwl_from`,`iwl_prefix`,`iwl_title`),
[449] Fix | Delete
KEY `iwl_prefix_title_from` (`iwl_prefix`,`iwl_title`,`iwl_from`),
[450] Fix | Delete
KEY `iwl_prefix_from_title` (`iwl_prefix`,`iwl_from`,`iwl_title`)
[451] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[452] Fix | Delete
[453] Fix | Delete
-- --------------------------------------------------------
[454] Fix | Delete
[455] Fix | Delete
--
[456] Fix | Delete
-- Table structure for table `[[dbprefix]]job`
[457] Fix | Delete
--
[458] Fix | Delete
[459] Fix | Delete
CREATE TABLE `[[dbprefix]]job` (
[460] Fix | Delete
`job_id` int(10) unsigned NOT NULL AUTO_INCREMENT,
[461] Fix | Delete
`job_cmd` varbinary(60) NOT NULL DEFAULT '',
[462] Fix | Delete
`job_namespace` int(11) NOT NULL,
[463] Fix | Delete
`job_title` varbinary(255) NOT NULL,
[464] Fix | Delete
`job_timestamp` varbinary(14) DEFAULT NULL,
[465] Fix | Delete
`job_params` blob NOT NULL,
[466] Fix | Delete
`job_random` int(10) unsigned NOT NULL DEFAULT '0',
[467] Fix | Delete
`job_attempts` int(10) unsigned NOT NULL DEFAULT '0',
[468] Fix | Delete
`job_token` varbinary(32) NOT NULL DEFAULT '',
[469] Fix | Delete
`job_token_timestamp` varbinary(14) DEFAULT NULL,
[470] Fix | Delete
`job_sha1` varbinary(32) NOT NULL DEFAULT '',
[471] Fix | Delete
PRIMARY KEY (`job_id`),
[472] Fix | Delete
KEY `job_sha1` (`job_sha1`),
[473] Fix | Delete
KEY `job_cmd_token` (`job_cmd`,`job_token`,`job_random`),
[474] Fix | Delete
KEY `job_cmd_token_id` (`job_cmd`,`job_token`,`job_id`),
[475] Fix | Delete
KEY `job_cmd` (`job_cmd`,`job_namespace`,`job_title`,`job_params`(128)),
[476] Fix | Delete
KEY `job_timestamp` (`job_timestamp`)
[477] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary AUTO_INCREMENT=1 ;
[478] Fix | Delete
[479] Fix | Delete
--
[480] Fix | Delete
-- Dumping data for table `[[dbprefix]]job`
[481] Fix | Delete
--
[482] Fix | Delete
[483] Fix | Delete
-- --------------------------------------------------------
[484] Fix | Delete
[485] Fix | Delete
--
[486] Fix | Delete
-- Table structure for table `[[dbprefix]]l10n_cache`
[487] Fix | Delete
--
[488] Fix | Delete
[489] Fix | Delete
CREATE TABLE `[[dbprefix]]l10n_cache` (
[490] Fix | Delete
`lc_lang` varbinary(32) NOT NULL,
[491] Fix | Delete
`lc_key` varbinary(255) NOT NULL,
[492] Fix | Delete
`lc_value` mediumblob NOT NULL,
[493] Fix | Delete
PRIMARY KEY (`lc_lang`,`lc_key`)
[494] Fix | Delete
) ENGINE=InnoDB DEFAULT CHARSET=binary;
[495] Fix | Delete
[496] Fix | Delete
-- --------------------------------------------------------
[497] Fix | Delete
[498] Fix | Delete
--
[499] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function