Ticket #737 (closed support request: invalid)
Cannot create Table
| Reported by: | keith | Owned by: | omry |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | FireStats | Version: | 1.5 |
| Severity: | Important | Keywords: | |
| Cc: |
Description
I received the following error log while attempting to create table. Please see below. I am currently using WordPress 2.0.11 and it was working fine until the database seems to get corrupted.
Can you please suggest how to rectify the issue. If not, is there a way to completely remove Firestats from the SQL Database, e.g. which are field names to remove, and from where.
Hide Error installing tables: Database error: Can't create table './extraris_secr/wp_firestats_hits.frm' (errno: -1) MySQL Version: 5.0.45-community-log SQL Query: CREATE TABLE IF NOT EXISTS wp_firestats_hits ( `id` INTEGER PRIMARY KEY AUTO_INCREMENT COMMENT 'Primary key', `ip_int1` BIGINT UNSIGNED NULL COMMENT 'IP Address left 64bit', `ip_int2` BIGINT UNSIGNED NULL COMMENT 'IP Address right 64bit', `ip` VARCHAR(40) NOT NULL DEFAULT 'unknown' COMMENT 'IP Address of hit source', `timestamp` DATETIME NOT NULL COMMENT 'Hit timestamp', `url_id` INTEGER COMMENT 'Hit URL ID', `referer_id` INTEGER COMMENT 'Referer URL id', `useragent_id` INTEGER COMMENT 'UserAgent ID', `session_id` VARCHAR(30) COMMENT 'Client session ID', `user_id` INTEGER default NULL COMMENT 'User ID in the enclosing system, NULL for unknown user', `country_code` INT(4) default NULL COMMENT 'Country code of IP address or NULL if unknown', `excluded_by_user` TINYINT(1) DEFAULT 0 COMMENT '1 if user explicitly excluded record, 0 otherwise', `excluded_ip` TINYINT(1) DEFAULT 0 COMMENT '1 if the ip is in the excluded ips table, 0 otherwise', `excluded_user` TINYINT(1) DEFAULT 0 COMMENT '1 if the user id is in the excluded users table, 0 otherwise' ) COMMENT 'Hits table' ENGINE=InnoDB
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
