BigDump: Staggered MySQL Dump Importer v0.36b

Processing file: 2018-10-31 WikiTEST.sql

Starting from line: 1

Error at the line 49: ) ENGINE=InnoDB DEFAULT CHARSET=utf8;

Query: --
--
--
--
CREATE TABLE `archive` (
`ar_id` int(10) UNSIGNED NOT NULL,
`ar_namespace` int(11) NOT NULL DEFAULT 0,
`ar_title` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL DEFAULT '',
`ar_text` mediumblob NOT NULL,
`ar_comment` varbinary(767) NOT NULL,
`ar_user` int(10) UNSIGNED NOT NULL DEFAULT 0,
`ar_user_text` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL,
`ar_timestamp` binary(14) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0',
`ar_minor_edit` tinyint(4) NOT NULL DEFAULT 0,
`ar_flags` tinyblob NOT NULL,
`ar_rev_id` int(10) UNSIGNED DEFAULT NULL,
`ar_text_id` int(10) UNSIGNED DEFAULT NULL,
`ar_deleted` tinyint(3) UNSIGNED NOT NULL DEFAULT 0,
`ar_len` int(10) UNSIGNED DEFAULT NULL,
`ar_page_id` int(10) UNSIGNED DEFAULT NULL,
`ar_parent_id` int(10) UNSIGNED DEFAULT NULL,
`ar_sha1` varbinary(32) NOT NULL DEFAULT '',
`ar_content_model` varbinary(32) DEFAULT NULL,
`ar_content_format` varbinary(64) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8

MySQL: Table 'archive' already exists

Stopped on error

Start from the beginning (DROP the old tables before restarting)

© 2003-2015 Alexey Ozerov