Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Make a backup of your database

  2. Login your databse via phpMyAdmin

  3. Click SQL

  4. Paste this code in to the Run SQL Query box and click "Go" 

Code Block
languagesql
UPDATE wp_options SET option_value = '' WHERE option_name = 'active_plugins';

Image Added

5. You will see this message if successful.  You can now re-enable your plugins one by one.

...