반응형
InnoDB: redo 로그가 참조하므로 공백 ID가 26146인 데이터 파일 '.catalog_category_product_index_store1.ibd'를 무시합니다.
VPS에서 Magento 2.3.3을 실행하고 있습니다.
이 문제를 해결하려면 어떻게 해야 하나요? 제 InnoDB가 mariadb 서버에서 작동하지 않습니다. 오류 로그입니다.
2020-01-22 19:24:28 140112818333888 [Note] InnoDB: Ignoring data file './my_store/catalog_category_product_index_store1.ibd' with space ID 26146, since the redo log references ./my_store/catalog_category_product_index_store1.ibd with space ID 26031.
2020-01-22 19:24:28 140112818333888 [Note] InnoDB: Ignoring data file './my_store/catalog_category_product_index_store1.ibd' with space ID 26141. Another data file called ./my_store/catalog_category_product_index_store1_replica.ibd exists with the same space ID.
2020-01-22 19:24:28 140112818333888 [ERROR] InnoDB: Cannot rename './my_store/catalog_category_product_index_store1_replica.ibd' to './my_store/catalog_category_product_index_store1.ibd' for space ID 26141 because the target file exists. Remove the target file and try again.
2020-01-22 19:24:28 140112818333888 [ERROR] InnoDB: Cannot replay file rename. Remove either file and try again.
2020-01-22 19:24:28 140112818333888 [ERROR] InnoDB: Plugin initialization aborted with error Generic error
2020-01-22 19:24:28 140112818333888 [Note] InnoDB: Starting shutdown...
2020-01-22 19:24:28 140112818333888 [ERROR] Plugin 'InnoDB' init function returned error.
2020-01-22 19:24:28 140112818333888 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
언급URL : https://stackoverflow.com/questions/59866849/innodb-ignoring-data-file-catalog-category-product-index-store1-ibd-with-sp
반응형
'programing' 카테고리의 다른 글
Python 사전의 고유 키 수 계산 (0) | 2022.11.05 |
---|---|
비동기 트랜잭션으로 인해 Ilgal State Exception이 발생함 (0) | 2022.11.05 |
다중 열 기본 키의 NULL 값 (0) | 2022.11.05 |
변수를 기본값으로 설정하는 최선의 방법(예: Perl ||, |= ) (0) | 2022.11.05 |
타임스탬프부터 일별 그룹화 (0) | 2022.11.05 |