After an operation on the MySQLdatabase with PHPMyAdmin, for example complicated search queries that didn’t bring any result and crashed, it might happen that the database isn’t accessible anymore. At this point, when trying to open a table, no content is displayed.
Table content not getting displayed
The first step is to check the mysql_error.log file – in XAMPP, it is accessible via the control panel, in MySQL> Logs> mysql_error.log
MySQL error log in XAMPP control panel
Error might look as the following :
Table abcd is marked as crashed and should be repaired
1 client is using or hasn't closed the table properly