我在安装firestats的时候为什么安装不上
Error installing tables: Database error: The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it workingMySQL Version: 5.0.22-community-nt-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 你要在这个插件目录中新建一个文件夹的,网上可以找找文件名,我忘记了- - Error installing tables: Database error: The 'InnoDB' feature is disabled; you need MySQL built with 'InnoDB' to have it working
怎么用了innodb? 你的数据库默认设置确认是ok的么? 启用mysam就可以了 [quote]怎么用了innodb? 你的数据库默认设置确认是ok的么? 启用mysam就可以了[/quote]
LS的,你说的俺不是很明白,什么意思?数据库的设置我没有更改过啊 **** 作者被禁止或删除 内容自动屏蔽 **** 那个插件都大的我传不上去~ 两个文件 安装这个后 下载一个安装文件才能安装
分两步
页:
[1]