During site migration, I found following DB error.
CREATE TABLE wp_options ( option_id bigint(20) unsigned NOT NULL AUTO_INCREMENT, option_name …
When I tried to fix as guided by WordPress DB repair, following message show up.
wp_options: Table ‘hammatbi.wp_options’ doesn’t exist
I tried it using migration plugin(UpdraftPlus Migrator).
I also tried WordPress DB repair option, define(‘WP_ALLOW_REPAIR’, true).
It does not help at all.
For more info,
Source Hosting DB is,
MySQL, 5.7.18 – MySQL Community Server (GPL)
-Target host DB is,
MariaDB 10.1.20-MariaDB
Can you please help me?