2007-11-26 19:03
aquino
数据升级问题
这一段老是升不了;
Table structure for table `cdb_savepoint`
CREATE TABLE `cdb_savepoint` (
`svp_id` int(10) unsigned NOT NULL auto_increment,
`svp_uid` int(10) unsigned NOT NULL default '0',
`svp_url` varchar(255) NOT NULL default '',
`svp_rank` int(10) unsigned NOT NULL default '0',
`svp_created` int(10) unsigned NOT NULL default '0',
`svp_lastupdated` int(10) unsigned NOT NULL default '0',
PRIMARY KEY (`svp_id`),
KEY `INDEX_UID` (`svp_uid`),
KEY `INDEX_URL` (`svp_url`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk;
出现讯息:
升级错误,MySQL 提示: 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 'Table structure for table `cdb_savepoint`CREATE TABLE `cdb_savepoint` ( `svp_id' at line 1 ,请返回。
(ll14) 今天又安装了N次了.......
2007-11-28 10:19
areyousure
[quote]原帖由 [i]aquino[/i] 于 2007-11-26 21:03 发表 [url=http://orzotl.com/bbs/redirect.php?goto=findpost&pid=439715&ptid=6226][img]http://orzotl.com/bbs/images/common/back.gif[/img][/url]
(ll12) 原来问题在这里,......汗~ [/quote]
还没折腾好?汗。(ll03)