I repaired my db (see below), but after I remove define(‘WP\_ALLOW\_REPAIR’, true);, it still shows this error (One or more database tables are unavailable. The database may need to be repaired.)
The wp\_users
table is okay.
The wp\_usermeta
table is okay.
The wp\_posts
table is okay.
The wp\_comments
table is okay.
The wp\_links
table is okay.
The wp\_options
table is okay.
The wp\_postmeta
table is okay.
The wp\_terms
table is okay.
The wp\_term\_taxonomy
table is okay.
The wp\_term\_relationships
table is okay.
The wp\_termmeta
table is okay.
The wp\_commentmeta
table is okay.
Repairs complete. Please remove the following line from wp-config.php to prevent this page from being used by unauthorized users.
define(‘WP\_ALLOW\_REPAIR’, true);
​
I’m running latest wordpress on Oracle Cloud free tier.
[ad_2]