I’m trying to run the WP-CLI command wp index-mysql enable --all to add index key to my database but it doesn’t work.
it shows this error message : No tables are eligible to enable
While running this command wp index-mysql enable --all --dry-run, there’s another error message:
— Index WP MySQL For Speed 1.4.14
— Versions Plugin:1.4.14 MySQL:5.7.38-log WordPress:5.7.5 WordPress database:49752 php:7.4.18
— Generated from FLYDESK ) at Sep 5, 2023 6:52 pm.
— Do not save these statements for later use. Instead, regenerate them.
— Dry run SQL statements. These statements were NOT run.
SET @@sql_mode := REPLACE(@@sql_mode, ‘NO_ZERO_DATE’, ”);
Error: — No tables are eligible to enable.
Upload ID: vu6Jqjwr
Thanks for your help.
The page I need help with: [log in to see the link]
