• Resolved mintjelly

    (@mintjelly)


    I have deleted this plugin but find all the tables remain in the database. I get a message saying that due to a foreign key I cannot delete these tables. Can you please, in lay terms as I am not a database expert, provide information for removing the Download Monitor db tables.
    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The dangerous way, assuming that you’re using phpMyAdmin to run queries against your database, is to disable foreign key checks while dropping these tables as shown here.

    The cleanest way is to find and drop the references to the Download Monitor table(s) as described here.

    Thread Starter mintjelly

    (@mintjelly)

    Hi,

    Thank you. I’ll try this.

    I just have to wonder why, when you delete a plugin, that tables are left in the database at all.

    @mintjelly Consider the alternative, a plugin silently deleting all the custom posts you made upon uninstalling it.

    Anyway the easiest way is to reinstall this plugin, then go to its Settings page, select the Misc tab, enable the ‘Remove Data on Uninstall?’ option and then uninstall it again.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Delete Database Tables’ is closed to new replies.