我删除那张表后再次手动创建不行 一直报错已存在“临时表空间存在,请抛弃”Tablespace for table 'pomelo.bag' exists. Please DISCARD the tablespace before IMPORT.
连接同事的数据库“同步结构”也不行还是报那个错误 求解决
如下图“同步结构”
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
不用这种可视化的操作,直接用sql呢,show tabels查看下是否还存在那张表,存在的话drop table album , 再 create table album....