簡體   English   中英

MySQL phpMyAdmin:錯誤 #1932 - 引擎中不存在表

[英]MySQL phpMyAdmin: Error #1932 - Table doesn't exist in engine

在 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:autoextend

MariaDB 導致數據庫損壞:引擎中不存在表
- 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 TABLES

mysql 1932 表在引擎中不存在
- 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 表“db.table”在引擎中不存在
- I'm on Windows, not Ubuntu (Linux)

如何修復 #1932 - 引擎中不存在表
- I already copied the old files which are mentioned, without success.

phpMyAdmin 錯誤 1932 - 引擎中不存在表
- 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 表 'tablename' 在引擎中不存在
- I have no SQL-Backup to feed, otherwise I would have taken this from the beginning.

MySql - 錯誤代碼:1932。引擎中不存在表
- I did not add enum field

#1932 - 引擎中不存在表
- No solution advises here

  1. 管理員身份運行 XAMPP
  2. 恢復您的數據庫備份
  3. 更改您的 MySQL 端口3306 (MariaDB 3307 )

在此處輸入圖像描述我在將 Xampp 重新安裝到最新版本后遇到了這個問題。 對於我的情況,我用舊的 mysql 文件夾替換了我的 xampp/mysql 文件夾,它可以工作

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM