安装出现这个:
Discuz! info: MySQL Query Error
User: podf
Time: 2005-9-16 4:36pm
Script: /court_stp.php
SQL: CREATE TABLE `cdb_court_lawsuit` (
`l_id` Integer NOT NULL AUTO_INCREMENT,
`title` Char(255) NOT NULL,
`accuser` Char(255) NOT NULL,
`appellee` Char(255) NOT NULL,
`information` Text NOT NULL,
`attestation` Text NOT NULL,
`punish` Char(255) NOT NULL,
`appesaid` Text NOT NULL,
`result` Char(255),
`judge` Char(255),
`stime` Char(255) NOT NULL,
`isdel` Char(1) NOT NULL,
`deluser` Char(255),
PRIMARY KEY(`l_id`)
);
Error: Table 'cdb_court_lawsuit' already exists
Errno.: 1050
Similar error report has beed dispatched to administrator before. |