现在的位置: 首页 > 综合 > 正文

mysql出现Table doesn’t exist when using LOCK TABLES的情况

2018年01月24日 ⁄ 综合 ⁄ 共 183字 ⁄ 字号 评论关闭

今天在mysql备份的时候除了一个错误:

  mysqldump: Got error: 1146: Table 'chj-goods-db.t_basegoods' doesn't exist when using LOCK TABLES

  在表里面找不到该表,后来google了一下是该表删了,但是mysql的表文件还在

  解决办法,直接删除t_basegoods.frm文件就可以了。

抱歉!评论已关闭.