I noticed after deactivation of a plugin allot of trash is left in mysql. How do I uninstall plugins completely, provided that they don't have full manual?
I installed wp e-commerce, I didn't like it, so I need clean up my wp directory and mysql :)
I noticed after deactivation of a plugin allot of trash is left in mysql. How do I uninstall plugins completely, provided that they don't have full manual?
I installed wp e-commerce, I didn't like it, so I need clean up my wp directory and mysql :)
Unfortunately, most plugins don't offer uninstalls. So deactivate the plugin, delete the actual files in wp-content/plugins, backup your database, then delete tables that are specific to that plugin. Finally, look for records in wp-options that you can recognize as belong to that plugin.
Ugly Ugly I know ;)
my does =D
can u please write more about wp-options? for what should I look there?
look at the plugin source then note look for add_option()
Yeah, sorry Gamerz, I should have mentioned your plugins do have uninstalls. Thank you!
MichaelH: Cheers man =)
This topic has been closed to new replies.