The storage engine for the table doesn't support repair

changes777

New member
Joined
Mar 6, 2015
Messages
1
I did a repair on one of my databases and I got the above message for the following:

xxxxx_wrdp1.wp_redirection_404
xxxxx_wrdp1.wp_redirection_groups
xxxxx_wrdp1.wp_redirection_items
xxxxx_wrdp1.wp_redirection_logs
xxxxx_wrdp1.wp_redirection_modules

What do I need to do to repair these.
 
That is normal if your tables are InnoDB, it does not mean anything is wrong. On tables with MyISAM you would not get that message.
 
Back
Top