• Before removing the the plugin I did reset the configuration, and then cleaned the all caches, turned off the plug-in and remove it.
    But the database stil have, many rows with w3 total cache words.

    how to completely remove the plugin from the database?

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

    (@bappidgreat)

    Hello @fomenkoandrey

    First of all, take a full backup of your database.

    Then, go to phpmyadmin then in SQL tab, then run the following query:

    
    DELETE * FROM wp_options WHERE option_name LIKE '%w3tc%'
    

    wp_ is the table prefix here, may vary with your installation, so make sure you use the correct prefix according to your setup.

    Have a good day!

    Cheers
    Ash

    • This reply was modified 7 years, 6 months ago by Ashok.
    Thread Starter fomenkoandrey

    (@fomenkoandrey)

    Thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Garbage in the database after removing the the plugin. How to get rid of?’ is closed to new replies.