• Good day. I just ran your plugin and found that not all tables were converted. What did I do wrong and how can I fix it?
    Many thanks:-)

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Contributor Jan Reilink

    (@janr)

    Hi @kobler,
    Thank you for your message. I’m sorry not all database tables were converted. I assume you mean from MyISAM to InnoDB?

    The plugin should convert any MyISAM table it finds to InnoDB. And it does so by querying which tables are MyISAM and has a name starting with $wpdb->prefix. Two reasons I can think of are that either the tables that weren’t converted are not MyISAM tables, or its prefix is different.

    If this is not the case, perhaps you can enable WP_DEBUG and WP_DEBUG_LOG to see if it logs something related?

Viewing 1 replies (of 1 total)

The topic ‘Postmeta, posts, commenmeta were not converted.’ is closed to new replies.