Table of Contents

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.
Still Have a Questions?
Search for additional solutions in the MainWP Community or start your own discussion