Title: remove wp migration lite data from database
Last modified: March 1, 2024

---

# remove wp migration lite data from database

 *  Resolved [bsastregenexus](https://wordpress.org/support/users/bsastregenexus/)
 * (@bsastregenexus)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-wp-migration-lite-data-from-database/)
 * I have uninstalled the plugin, and I would like to know if there is data left
   in the database, and how to delete it.

Viewing 1 replies (of 1 total)

 *  Plugin Support [Delicious Brains Support](https://wordpress.org/support/users/dbisupport/)
 * (@dbisupport)
 * [2 years, 3 months ago](https://wordpress.org/support/topic/remove-wp-migration-lite-data-from-database/#post-17472303)
 * Hi there,
 * WP Migrate Support Team here, Thanks for reaching out with your query we would
   be happy to assist!
 * WP Migrate stores all of its data in the `wp_options` table. If you have a tool
   like PHPMyAdmin you can find all of the settings by searching for any settings
   that contain “`wpmdb_`“.
 * Most of the settings, including the license, are stored in the “`wpmdb_settings`”
   setting.
 * To delete the remaining WP Migrate database records, you can run the command 
   below on your database:
 * `DELETE FROM wp_options` WHERE `option_name` LIKE ‘%wpmdb%’
 * _Please make sure to create a database backup first before making any changes
   to your database._

Viewing 1 replies (of 1 total)

The topic ‘remove wp migration lite data from database’ is closed to new replies.

 * ![](https://ps.w.org/wp-migrate-db/assets/icon.svg?rev=2851356)
 * [WP Migrate Lite - Migration Made Easy](https://wordpress.org/plugins/wp-migrate-db/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-migrate-db/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-migrate-db/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-migrate-db/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-migrate-db/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-migrate-db/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Delicious Brains Support](https://wordpress.org/support/users/dbisupport/)
 * Last activity: [2 years, 3 months ago](https://wordpress.org/support/topic/remove-wp-migration-lite-data-from-database/#post-17472303)
 * Status: resolved