【发布时间】:2013-07-27 23:25:01
【问题描述】:
我的一张桌子最近不见了!
当我运行:“show tables”时,会列出“product_attribute_groups”,但是当我运行“select * from product_attribute_groups”时,mysql 返回错误:“#1146 - 表 'product_attribute_groups' 不存在”
我试图转储我的数据库,mysql 返回错误:“1146:使用 LOCK TABLES 时表 'product_attribute_groups' 不存在”
请帮我恢复这张表并备份我的数据库。
【问题讨论】:
-
我也有同样的情况——原因是“lower_case_table_names”
-
eggyal:InnoDB (Mysql 5.6.12-2)。 jaczes,你是怎么解决这个问题的?请告诉我更多细节
-
运行“显示变量”:lower_case_table_names 0