Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[转换] PW8.5转换DZ2.0Errormsg.: 可能原因:1.数据超长或类型不

[复制链接]
浩天克白 发表于 2011-8-9 19:07:53 | 显示全部楼层 |阅读模式
>> PHPWind 8.5 => Discuz! X2 转换程序

欢 迎 使 用 本 程 序


XConvert info: MySQL Query Error

Time: 2011-8-9 11:20am
SQL: CREATE TABLE ouyangpeng.pre_xreports (
rid int(10) unsigned NOT NULL AUTO_INCREMENT,
step tinyint(2) unsigned NOT NULL DEFAULT '0',
errnum mediumint(8) unsigned NOT NULL DEFAULT '0',
message mediumtext NOT NULL DEFAULT '',
PRIMARY KEY (rid),
KEY step (step)
) TYPE=MyISAM AUTO_INCREMENT=100;
Error: 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 'TYPE=MyISAM AUTO_INCREMENT=100' at line 8
Errormsg.: 可能原因:1.数据超长或类型不匹配;2.数据库记录重复
Errno.: 1064

lt989 发表于 2011-8-9 20:24:46 | 显示全部楼层
在打开转换程序的时候,在最下面设置调试的打上0可以的
回复

使用道具 举报

12153556 发表于 2011-8-9 20:41:29 | 显示全部楼层
按照楼上说的试试,或者重建这个表试试
回复

使用道具 举报

baxter 发表于 2011-8-9 21:00:49 | 显示全部楼层
在PHPMYADMIN执行下面这个
  1. CREATE TABLE ouyangpeng.pre_xreports (
  2. rid int(10) unsigned NOT NULL AUTO_INCREMENT,
  3. step tinyint(2) unsigned NOT NULL DEFAULT '0',
  4. errnum mediumint(8) unsigned NOT NULL DEFAULT '0',
  5. message mediumtext NOT NULL DEFAULT '',
  6. PRIMARY KEY (rid),
  7. KEY step (step)
  8. ) TYPE=MyISAM AUTO_INCREMENT=100;
复制代码
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-16 07:06 , Processed in 0.022631 second(s), 3 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表