Title: Find Database
Last modified: May 9, 2019

---

# Find Database

 *  Resolved [chauthong](https://wordpress.org/support/users/chauthong/)
 * (@chauthong)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/find-database/)
 * Hello,
 * I cannot find the database tables of this Plugin in phpMyAdmin. I want to completely
   delete the old data to reinstall it like the first one. When I reinstall Plguin,
   the old data will remain (Categories, Post …) Sorry for my English.
 * Thanks you!

Viewing 1 replies (of 1 total)

 *  Plugin Author [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * (@gwin)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/find-database/#post-11516321)
 * Hi,
    the plugin is using the default WP tables as for the most part it is using
   the custom post types only.
 * To start over from wp-admin / Classifieds panel delete all Adverts, Advert Categories,
   Pricings and Payment History (if any).
 * Once you do that from phpMyAdmin run the below query
 *     ```
       SELECT * FROM wp_options WHERE option_name LIKE '%adverts%'
       ```
   
 * and remove all the options related to WPAdverts, this should completely remove
   WPAdverts from your site.
    -  This reply was modified 7 years, 1 month ago by [Greg Winiarski](https://wordpress.org/support/users/gwin/).

Viewing 1 replies (of 1 total)

The topic ‘Find Database’ is closed to new replies.

 * ![](https://ps.w.org/wpadverts/assets/icon-256x256.png?rev=2423472)
 * [WPAdverts - Classifieds Plugin](https://wordpress.org/plugins/wpadverts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpadverts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpadverts/)
 * [Active Topics](https://wordpress.org/support/plugin/wpadverts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpadverts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpadverts/reviews/)

## Tags

 * [database](https://wordpress.org/support/topic-tag/database/)

 * 1 reply
 * 2 participants
 * Last reply from: [Greg Winiarski](https://wordpress.org/support/users/gwin/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/find-database/#post-11516321)
 * Status: resolved