The'InnoDB'featureisdisabled;youneedMySQLbuiltwith'InnoDB' Ľ
-- ----------------------------
-- Table structure for `msg`
-- ----------------------------
DROP TABLE IF EXISTS `msg`;
CREATE TABLE `msg` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`fromid` bigint(20) DEFAULT NULL,
`toid` bigint(20) DEFAULT NULL,
`insert_time` datetime DEFAULT '0000-00-00 00:00:00',
`comment_id` bigint(20) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=162 DEFAULT CHARSET=utf8;
MySQL䣺The InnoDB feature is disabled; you need MySQL built with InnoDB to have it working
mysqlļѡ
رmysqlݿ
mysqlİװĿ¼ҵmy.iniļ
ҵskip-innodbǰ#
棬mysqlݿ⣡㶨
ҲǿMysqlݿInnoDBܵķ!!