mariadb-server 오류 테이블이 엔진 상태에 존재하지 않습니다: 작업이 실패했습니다.

mariadb-server 오류 테이블이 엔진 상태에 존재하지 않습니다: 작업이 실패했습니다.

DB 템플릿을 서버로 가져오려고 했는데 프로세스 중에 서버가 손상되었습니다. 온갖 오류가 뜹니다. 어쨌든 가장 중요한 단계는 다시 작동하도록 하는 것입니다.

...
Error    : Table 'mysql.innodb_index_stats' doesn't exist in engine
status   : Operation failed
mysql.innodb_table_stats
Error    : Table 'mysql.innodb_table_stats' doesn't exist in engine
status   : Operation failed
...
...
Error    : Table 'mysql.transaction_registry' doesn't exist in engine
status   : Operation failed
...
...
Phase 4/7: Running 'mysql_fix_privilege_tables'
ERROR 1813 (HY000) at line 153: Tablespace for table '`mysql`.`gtid_slave_pos`' exists. Please DISCARD the tablespace before IMPORT
ERROR 1932 (42S02) at line 639: Table 'mysql.innodb_index_stats' doesn't exist in engine
ERROR 1243 (HY000) at line 640: Unknown prepared statement handler (stmt) given to EXECUTE
ERROR 1932 (42S02) at line 642: Table 'mysql.innodb_table_stats' doesn't exist in engine
ERROR 1243 (HY000) at line 643: Unknown prepared statement handler (stmt) given to EXECUTE
ERROR 1932 (42S02) at line 647: Table 'mysql.innodb_index_stats' doesn't exist in engine
ERROR 1932 (42S02) at line 651: Table 'mysql.innodb_table_stats' doesn't exist in engine
ERROR 1932 (42S02) at line 654: Table 'mysql.innodb_table_stats' doesn't exist in engine

환경: 10.3.27-MariaDB 제거가 작동하지 않았습니다. 제거 옵션을 고려하고 있지만 일부 중요한 파일을 삭제하는 것이 두렵습니다.

관련 정보