Deactivate WordPress Plugins through PhpMyAdmin

I recently moved a WordPress blog to a new domain. A domain that had access to the old database. So I figured, why not just move it. Wrong. My admin page turned out blank. So i figured there has to be away to deactivate some plugins via the database.

So I did some searches. And I did some more searches. And I… Well, you know. Never found a thing. So I went through the WordPress database and finally figured out  how to do it.

Using phpMyAdmin or similiar software, go to the wp_options table. Find the active_plugins row. You can search the options_name field. On my installation, it was option #39. Delete everything in the options_value field.

After working through all of this I found out there was extra whitespace in one of the files. Hey, but it might help someone.

Tags: , ,

21 Responses to Deactivate WordPress Plugins through PhpMyAdmin

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>