How to Manually Deactivate WordPress Plugins via phpMyAdmin

February 15, 2024 / cPanel & WHM

This article illustrates how to manually deactivate WordPress plugins through phpMyAdmin. For this, you will have to log in to your web hosting control panel. It is always suggested to make a backup of your database before making any changes, and exercise caution while editing to prevent unintended issues.

Follow the steps-

  1. Log in to your cPanel account provided by your web hosting provider.
  2. In the cPanel dashboard, find the “Databases” section, and click on “phpMyAdmin”.
    phpMyAdmin
  3. From the phpMyAdmin interface, select the database that corresponds to your WordPress site.
  4. Look for and click on the “wp_options” table (or any custom prefix you might have used during installation).
    wp-options
  5. Scroll down or use the search feature to locate the “active_plugins” row under the “option_name” column, and click to edit it.
    active_plugins
  6. To deactivate all plugins, delete the contents of the field. To deactivate specific plugins, remove their entries from the serialized data. Each entry appears as s:19:”plugin-folder/plugin-file.php”;.
  7. Click “Go” or “Save” to save the modifications.
    Go
  8. If caching plugins or mechanisms are active, clear the cache to ensure changes take effect immediately.
  9. Visit your WordPress site to confirm that the plugins are deactivated as expected.

Wasn’t it useful to you? If you liked our article, then you will surely love our support. For additional assistance, get in touch with our support team at any difficult moment.

Also Read : How to Turn off Plugins Without WP Admin Access

Spread the love