Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一台运行mysql的服务器。机器断电,mysql(我假设被迫终止)
现在,当我再次尝试连接到数据库时,表存在,但表中似乎没有任何内容,是否有办法解决这个问题。 当我使用该SHOW TABLES命令时,它会列出损坏的表。当我使用它时,SELECT * FROM [corrupted table]它说表不存在。
SHOW TABLES
SELECT * FROM [corrupted table]
我明白这似乎是不可能的(如果是,请告诉我)
谢谢!
在这种情况下,我们从日志文件中检索数据:
1) [This is first link][1], 2) [This is main URL][2]