聯(lián)系官方銷(xiāo)售客服
1835022288
028-61286886
CREATE TABLE `dr_1_block` ( `id` smallint(5) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '名稱(chēng)', `code` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '別名', `hide` tinyint(1) unsigned NOT NULL COMMENT '隱藏', `content` text COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '內(nèi)容', PRIMARY KEY (`id`) USING BTREE, KEY `code` (`code`) USING BTREE ) ENGINE=MyslSAM AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci ROW_FORMAT=DYNAMIC COMMENT='資料塊表'
MySQL 返回:
#1813 - Tablespace for table '`ceshi`.`dr_1_block`' exists. Please DISCARD the tablespace before IMPORT.
數(shù)據(jù)庫(kù)導(dǎo)入提示這個(gè)問(wèn)題是怎么回事阿?
導(dǎo)入之前,先清空數(shù)據(jù)庫(kù)的全部表