cancel
Showing results for 
Search instead for 
Did you mean: 

SQLSTATE[42S02]: Base table or view not found: 1932 Table 'magento.core_config_data' doesn't exist i

SQLSTATE[42S02]: Base table or view not found: 1932 Table 'magento.core_config_data' doesn't exist i

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:\xampp\htdocs\magento\vendor\magento\framework\DB\Statement\Pdo\Mysql.php:90

Note: core_config_data available in DB

Any solution pls.