• Resolved paltsevoleksandr21

    (@paltsevoleksandr21)


    Hello everyone. I’m using plugin “All 404 Redirect to Homepage” for three years. I noticed that the size of my database increased a lot during last few weeks. The table “wp_redirects_404” has really big size – 370 MB. Is there any way to clear the table?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Adam Salah

    (@adam1318)

    Hi @paltsevoleksandr21 ,

    Thank you for reaching out to support.


    Please try the following steps to clear the large wp_redirects_404 table:

    1. Update the plugin to the latest version if you haven’t already.
    2. Clear the logs from the plugin settings within the latest version.
    3. Alternatively, you can manually clear the table by executing the following SQL query: TRUNCATE TABLE wp_redirects_404; This can be done using phpMyAdmin or any other database management tool.

    Thank you and have a wonderful day.

    Regards

    Adam

    • This reply was modified 10 months, 1 week ago by Adam Salah.
    Thread Starter paltsevoleksandr21

    (@paltsevoleksandr21)

    Thank you very much for your help. I updated the plugin and cleared all the data, now the table is empty, great!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Clear plugin logs in database’ is closed to new replies.