0

我这里的数据库有问题,在对数据库进行一次更新后,一张表停止工作。我不能做什么(考虑表 xxx):转储整个数据库;(它说该表不存在)

SELECT * 
FROM xxx;   (it says that the table doesn't exist)

CREATE TABLE xxx(id int); (it says that the table exists)

我在互联网上找不到任何解决方案。

4

1 回答 1

0

当您执行显示表格时,表格会出现?

mysql> show tables

你试过重启mysql服务吗?

于 2014-11-27T16:38:44.707 回答