`
hanwesley
  • 浏览: 57097 次
  • 性别: Icon_minigender_1
  • 来自: 杭州
社区版块
存档分类
最新评论

mysql使用总结

 
阅读更多

一、建表错误

在Mysql6.0中执行:create table JBPM_BYTEARRAY (ID_ bigint not null auto_increment, NAME_ varchar(255), FILEDEFINITION_ bigint, primary key (ID_)) type=InnoDB;
出现错误: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=InnoDB' at line 1,

解决办法:type=InnoDB 修改为ENGINE=InnoDB

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics