source

MySQL phpMyAdmin: 오류 #1932 - 엔진에 테이블이 없습니다.

itover 2023. 1. 25. 08:34
반응형

MySQL phpMyAdmin: 오류 #1932 - 엔진에 테이블이 없습니다.

phpMyAdmin에서는 모든 데이터베이스와 테이블을 볼 수 있습니다.그러나 테이블을 클릭하면 오류가 나타난다.
오류 #1932 - 테이블에 'mytableename'이(가) 엔진에 없습니다.

Google과 Stackoverflow에 있는 많은 솔루션 어드바이스를 시도했지만 아무런 도움이 되지 않았습니다.데이터를 SQL 파일로 추출하여 클린 설치로 Import할 수 있는 방법이 있습니까?

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.

#tablename 테이블 '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)

1

Xampp를 최신 버전으로 재설치한 후 문제가 발생하였습니다.제 경우 xampp/mysql 폴더를 오래된 mysql 폴더로 교체했는데 작동합니다.

언급URL : https://stackoverflow.com/questions/71803954/mysql-phpmyadmin-error-1932-table-doesnt-exist-in-engine

반응형