Description of my issue:
ISP had a crashed server, after restore, we are unable to take backup of our Joomla 2.5.28 website using latest akeeba backup pro 4.1.2 for J25x
Cannot backup database - Table '.xxx_etc' is marked as crashed and last (automatic?) repair failed SQL=SHOW CREATE TABLE `xxx_etc'
we repaired/optimized the database ALSO with the help of our ISP
MariaDB [(none)]> repair table xxx_yyy.zzz_banner_clients;
+-------------------------------------+--------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+-------------------------------------+--------+----------+----------+
| xxx_yyy.zzz_banner_clients | repair | status | OK |
+-------------------------------------+--------+----------+----------+
1 row in set (0.12 sec)
But error remains the same. THEN I copied the table (named it xxx_02) and removed the table.
I then uninstalled and reinstalled Akeeba Backup Pro 412
Although the table was removed, I still get the same error.
How can we work around this ?