选择修复就会提示错误:
Time: 2008-5-10 9:48pm
Script: /admincp.php
SQL: CREATE TABLE [Table]invites (
uid mediumint(8) unsigned NOT NULL DEFAULT '0',
dateline int(10) unsigned NOT NULL DEFAULT '0',
expiration int(10) unsigned NOT NULL DEFAULT '0',
inviteip char(15) NOT NULL,
invitecode char(16) NOT NULL,
reguid mediumint(8) unsigned NOT NULL DEFAULT '0',
regdateline int(10) unsigned NOT NULL DEFAULT '0',
`status` tinyint(1) NOT NULL DEFAULT '1',
KEY uid (uid,`status`),
KEY invitecode (invitecode)
) ENGINE=MYISAM default CHARSET=gbk
Error: Table '[Table]invites' already exists
Errno.: 1050 |