在 phpMyAdmin 中我可以看到所有数据库和表。但是,当单击任何表时,我收到错误错误
#1932 - 表“mytablename”在引擎中不存在
我尝试了在 Google 和 Stackoverflow 上找到的很多解决方案建议,但没有任何帮助。有没有办法将数据提取为 SQL 文件,以便我可以在全新安装中导入它们?
我正在 Windows 11 上使用 XAMPP。
我已经尝试了数十个 SO 线程,并且解决方案建议在那里。我无法找到适合我的解决方案。
Xampp-mysql - “引擎中不存在表”#1932
- I tried it with new and old files of ib_logfile0, ib_logfile1 and ibdata1
- I checked the my.ini for innodb_data_file_path = ibdata1:10M:autoextendMariaDB 数据库损坏:引擎中不存在表
- Tried to backup with mysqldump -u root --all-databases > sql_file.sql
Result: mysqldump: Got error: 1932: "Table 'mytablename' doesn't exist in engine" when using LOCK TABLESmysql 1932 引擎中不存在表
- The …