Using Magento 2.3.3. happy_mage300 database in phpmyadmin
There has been an error processing your request
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'happy_mage300.mgpa_msp_tfa_user_config' doesn't exist, query was: SELECT `mgpa_msp_tfa_user_config`.* FROM `mgpa_msp_tfa_user_config` WHERE (`mgpa_msp_tfa_user_config`.`user_id`='2')
Hello,
First search in your database that this table exist or not and if not then run setup:upgrade command.This command update the Magento database schema and data.Run below command in your magento root directory.
bin/magento setup:upgrade
Happy Coding