本帖最后由 ———— 于 2009-12-22 15:10 编辑
本人新手数据库不会升级!
枉各位能给我发个牧场能生产便便的数据表!
也就是SQL文件!
列:SET FOREIGN_KEY_CHECKS=0;
-- ----------------------------
-- Table structure for uchome_happyfarm_mc
-- ----------------------------
CREATE TABLE `uchome_happyfarm_mc` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL DEFAULT '0',
`Status` text NOT NULL,
`exp` int(11) DEFAULT '0',
`taskid` int(11) NOT NULL,
`package` text NOT NULL,
`tools` text NOT NULL,
`decorative` text NOT NULL,
`bad` text NOT NULL,
`badnum` int(11) NOT NULL,
`badtime` int(11) NOT NULL DEFAULT '0',
`parade` text NOT NULL,
`repertory` text NOT NULL,
`log` text NOT NULL,
`dabian` tinyint(4) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1;
-- ----------------------------
-- Records
-- ----------------------------
最好大家能教我下怎么升级数据库!
我每个地方都试了!
每次执行都提示错误!
注明下MySQL client version: 5.0.51a
phpMyAdmin 版本- 2.11.10 |