Home » Categories » Managed WordPress » Advanced

Disable WordPress plugins in the database

You can use the steps below to disable your plugins from within the database. This can be helpful if you can't access your WordPress dashboard.

  1. Log into phpMyAdmin.
  2. Click on the wp_options table.
  3. Locate the active_plugins entry under the option_name column. You may need to navigate beyond the first page of entries.
  4. Click the Edit button for that row.
  5. Select all of the text found in the option_value field, copy it, and paste it into a text editor.
  6. Once the text was copied to a safe place, you can delete it from phpMyAdmin.
  7. Click Go to submit the change.

You can re-enable your plugins at any time by editing the active_plugins entry again and pasting in the text you removed earlier.

0 (0)
Article Rating (No Votes)
Rate this article
  • Icon PDFExport to PDF
Related Articles
Find and replace with a WordPress plugin
Added on Tue, Nov 17, 2020
Find and replace for WordPress with a text editor
Added on Tue, Nov 17, 2020
Find and replace for WordPress with SSH
Added on Tue, Nov 17, 2020
Use WP-CLI to manage your site
Added on Tue, Nov 17, 2020
Remove database tables
Added on Tue, Nov 17, 2020