MySQL语句错误!您可能发现了程序的BUG!请报告开发者。
语句:
CREATE TABLE `friends_conf` ( id int(5) unsigned NOT NULL auto_increment, group int(3) unsigned NOT NULL, confname varchar(20) NOT NULL, confvalue varchar(100) NOT NULL, PRIMARY KEY (id)) Type=MyISAM COMMENT='';
错误信息: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'group int(3) unsigned NOT NULL, confname varchar(20) NOT NULL, confvalue varchar' at line 1
添加数据到数据表[friends_conf]...
MySQL语句错误!您可能发现了程序的BUG!请报告开发者。
语句:
INSERT INTO `friends_conf` VALUES ('1','0','reward_profile','0.8');
错误信息: Table 'yemao.friends_conf' doesn't exist
MySQL语句错误!您可能发现了程序的BUG!请报告开发者。
语句:
INSERT INTO `friends_conf` VALUES ('2','0','reward_pic','0.6');
错误信息: Table 'yemao.friends_conf' doesn't exist
恢复时出错??????????????????????? |