【发布时间】:2022-08-24 20:40:04
【问题描述】:
在 phpMyAdmin 我可以看到所有的数据库和表。但是当点击任何表格时,我得到了错误
错误 #1932 - 表 \'mytablename\' 在引擎中不存在
我尝试了很多在 Google 和 Stackoverflow 上找到的解决方案建议,但对我没有任何帮助。有没有办法将数据提取为 SQL 文件,我可以在全新安装时导入它们?
我正在 Windows 11 上使用 XAMPP。
我已经尝试了几十个 SO 线程,并且解决方案在那里提供了建议。我无法找到适合我的解决方案。
Xampp-mysql - \"Table doesn\'t exist in engine\" #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:autoextendDatabase corruption with MariaDB : Table doesn\'t exist in engine
- Tried to backup with mysqldump -u root --all-databases > sql_file.sqlResult: mysqldump: Got error: 1932: \"Table \'mytablename\' doesn\'t exist in engine\" when using LOCK TABLESmysql 1932 table doesn\'t exist in engine
- The old pcs xampp version was 8.1.2, my new one 8.1.4 but i also tried to install the old 8.1.2 version resulting in the same Error.Mysql Table \'db.table\' doesn\'t exist in engine
- I\'m on Windows, not Ubuntu (Linux)how to fix #1932 - Table does not exist in engine
- I already copied the old files which are mentioned, without success.phpMyAdmin error 1932 - table doesn\'t exist in engine
- Running the ALTER command in phpmyadmin also results in Error \"#1932 - Table XYZ doesn\'t exist in engine\"- Changing the $i = 0 to $ = 1 in xampp/phpmyadmin/config.inc.php just brought me php errors.#1932 table \'tablename\' doesn\'t exist in engine
- I have no SQL-Backup to feed, otherwise I would have taken this from the beginning.MySql - Error Code: 1932. Table doesn\'t exist in engine
- I did not add enum field#1932 -Table doesn\'t exist in engine
- No solution advises here
-
问题是人们想要一个通用的配方,而实际的恢复路径因具体情况而异。我希望youtu.be/014KbCYayuE 有所帮助(是的,这是一个小时长的视频。不,我不能写指南)。祝你好运。
标签: php mysql xampp mariadb innodb