I’m using Magento 2.4.6 and the complete setup was working fine without any issue. The next morning, the Magento commands stopped working and threw the error below.
In Mysql.php line 109:
SQLSTATE[42S02]: Base table or view not found: 1932 Table '[project].store_website' doesn't exist in engine, query was: SELECT `store_website`.* FROM `
store_website`
Here is the error displayed in phpMyAdmin:
#1932 - Table '[project].store_website' doesn't exist in engine
The strange thing is that the store_website table exists in the database and has been double verified.
Note: I do have Magento setup in windows 11.