Discuz! info: MySQL Query Error
User: 在线
Time: 2008-4-2 8:52pm
Script: /bbs/admincp.php
SQL: CREATE TABLE [Table]pmsearchindex (
searchid int(10) unsigned NOT NULL AUTO_INCREMENT,
keywords varchar(255) NOT NULL DEFAULT '',
searchstring varchar(255) NOT NULL DEFAULT '',
uid mediumint(8) unsigned NOT NULL DEFAULT '0',
dateline int(10) unsigned NOT NULL DEFAULT '0',
expiration int(10) unsigned NOT NULL DEFAULT '0',
pms smallint(6) unsigned NOT NULL DEFAULT '0',
pmids text NOT NULL,
PRIMARY KEY (searchid)
) TYPE=MYISAM
Error: Table '[Table]pmsearchindex' already exists
Errno.: 1050 |