开发者社区> 问答> 正文

从自建数据库往rds 数据库做数据迁移时,迁移失败

从自建数据库往rds 数据库做数据迁移时,迁移失败,: 提醒:   Storage engine MEMORY is disabled (Table creation is disallowed).. Storage engine MEMORY is disabled (Table creation is disallowed).. Storage engine MEMORY is disabled (Table creation is disallowed).. Storage engine MEMORY is disabled (Table creation is disallowed).. Storage engine MEMORY is disabled (Table creation is disallowed).. Storage engine MEMORY is disabled (Table creation is disallowed)

展开
收起
esuncity 2018-09-30 12:24:52 1906 0
3 条回答
写回答
取消 提交回答
  • 把表类型,改为MYISAM就可以了,比如ECSHOP里有个session这个表就是MEMORY的,怎么导入到云服务器,都不行,最后将这个表类型修改就好了
    2018-11-16 22:36:06
    赞同 展开评论 打赏
  • 您好,错误提示不支持MEMORY引擎,您需要修改为其他的。
    2018-09-30 12:33:31
    赞同 展开评论 打赏
  • 请问该如何解决啊?

    2018-09-30 12:25:57
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
搭建电商项目架构连接MySQL 立即下载
搭建4层电商项目架构,实战连接MySQL 立即下载
PolarDB MySQL引擎重磅功能及产品能力盛大发布 立即下载

相关镜像