Delete Mainwp Related Content From A Child Site Database

Before doing anything, do not forget to backup your database.

If you need to delete all data saved by the MainWP Child plugin from your child site database, please try the following:

  1. Login to your child site cPanel/Plesk
  2. Start the phpMyAdmin (or similar tool)
  3. Navigate to the area your SQL query will apply to (your child site database)
  4. Click on the SQL tab.
  5. Paste the following SQL Command: DELETE FROM `wp_options` where option_name like '%mainwp_%'
  6. Click on Go to execute the query.


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.