码上欢乐
首页
榜单
标签
关于
搜索
相关内容
简体
繁体
Mysql 创建表时错误:Tablespace for table `tablexx` exists. Please DISCARD the tablespace before IMPORT.
本文转载自
查看原文
2019-10-10 11:12
507
mysql
在本地的一个数据库创建表时意外的出现了以下错误,说是表已经存在了
但通过desc 查看表信息时又说表不存在
在本地系统搜索表名却发现一个.ibd文件[InnoDB File]
在删除了该.ibd文件文件后再重新创建表就没有问题了
参考:
mysql innodb表空间被占用,同名表无法创建或导入
MySQL插入或添加表提示Error : Tablespace for table `database`.`temp` exists. Please DISCARD the tablespace before IMPORT.
MySQL 数据文件 说明
InnoDB File-Per-Table Tablespaces
来自为知笔记(Wiz)
×
免责声明!
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。
猜您在找
出现Please make sure you have the correct access rights and the repository exists.问题解决
mysql的InnoDB 数据库引擎TableSpace Exists 问题
mysql 创建表 create table详解
MySQL删除大表时潜在的问题(drop table,truncate table)
git报错:Please make sure you have the correct access rights and the repository exists.问题解决
im-switch -s ibus错误:Error: no configuration file "ibus" exists.
解决安装laravel/homestead vagrant环境报"A VirtualBox machine with the name 'homestead' already exists."的错误
解决安装mysql的”A Windows service with the name MySQL already exists.“问题
Oracle create tablespace 创建表空间语法详解
fatal: You have not concluded your merge (MERGE_HEAD exists). Please, commit your changes before you
粤ICP备18138465号
© 2018-2025 CODEPRJ.COM