• Resolved jnz31

    (@jnz31)


    hi
    during the creation of wp_postmeta the server had a timeout. after reloading the settings page of this plugin the wp_postmeta is listed under the success list and it looks like everything went fine. the site is still running (i guess) and it seems to be faster now, but i am wondering if all is good by now. is there any way to test, if everything is set up properly right now? thanks for your time.

Viewing 1 replies (of 1 total)
  • Plugin Author OllieJones

    (@olliejones)

    When you display the “Index MySQL” page the plugin runs tests on the tables it handles, wp_postmeta included. It will tell you if anything is wrong. The word Success on that page means the tests passed.

    To avoid the timeouts try using the wp-cli command-line feature.

    wp index-mysql enable wp_postmeta

    or

    wp index-mysql enable –all

    or similar. To find out those wp-cli features use this command.

    wp help index-mysql

Viewing 1 replies (of 1 total)
  • The topic ‘error 503’ is closed to new replies.