rendered paste bodyMariaDB [mydb]> repair table tx_stelection_Candidate;
+------------------------------+--------+----------+----------------------------------------------------+
| Table | Op | Msg_type | Msg_text |
+------------------------------+--------+----------+----------------------------------------------------+
| mydb.tx_stelection_candidate | repair | Error | Table 'mydb.tx_stelection_candidate' doesn't exist |
| mydb.tx_stelection_candidate | repair | status | Operation failed |
+------------------------------+--------+----------+----------------------------------------------------+
2 rows in set (0.04 sec)
MariaDB [mydb]> show tables like 'tx_stelection_Candidate';
+------------------------------------------+
| Tables_in_mydb (tx_stelection_Candidate) |
+------------------------------------------+
| tx_stelection_Candidate |
+------------------------------------------+
1 row in set (0.01 sec)