Skip to content

SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine

I am getting following when i try to run any comments, and also my webpage return error.

CMD error:
SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine, query was: SELECT main_table.* FROM core_config_data AS main_table

Webpage Error:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1932 Table ‘magento.core_config_data’ doesn’t exist in engine in C:xampphtdocsmagentovendormagentoframeworkDBStatementPdoMysql.php:90

Any solution pls.