Title: Does it work for multisite?
Last modified: June 21, 2023

---

# Does it work for multisite?

 *  Resolved [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/does-it-work-for-multisite-2/)
 * Hello
 * Does it work for multisite? or is it safe to repair database on mulisite?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Younes JFR.](https://wordpress.org/support/users/symptote/)
 * (@symptote)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/does-it-work-for-multisite-2/#post-16839540)
 * Hi,
 * Yes, the plugin is compatible with multisite. You can safely repair your database.
 * Best regards,
   Younes
 *  Thread Starter [alexliii](https://wordpress.org/support/users/alexliii/)
 * (@alexliii)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/does-it-work-for-multisite-2/#post-16839741)
 * Hello,
 * Thanks for reply.
 * I migrate site to new server with 8G memory and 4cpu.
 * When access around 20 Woo product page at frontend, Mysql will got down.
 * when I run
 *     ```wp-block-code
       service mysql status
       ```
   
 * it will show as the following screenshot:
 * [https://prnt.sc/c7vDxavI460V](https://prnt.sc/c7vDxavI460V)
 * I tried the following tow methods to repair mysql, but no lock:
 *     ```wp-block-code
       define('WP_ALLOW_REPAIR', true);
       ```
   
 * Then repair database at
 *  https://yoursitename.com/wp-admin/maint/repair.php
 * Then, I tried this plugin, but both no lucky.
 * Any suggestion to fix the issue please?
 * Thanks
 *  Plugin Author [Younes JFR.](https://wordpress.org/support/users/symptote/)
 * (@symptote)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/does-it-work-for-multisite-2/#post-16862385)
 * This kind of issue can be quite complex and often requires a detailed investigation
   into your website’s specific configuration, server setup, and potential error
   logs.
 * As a starting point, I would suggest the following:
    1. **Enable WordPress Debug Mode**: By setting `define('WP_DEBUG', true);` in your`
       wp-config.php` file, WordPress will start logging any errors that it encounters.
       This can often provide more information about the issue.
    2. **Deactivate Plugins**: Try deactivating your plugins one by one to see if there’s
       a specific plugin that’s causing the issue. This includes WooCommerce and any
       other plugins you might be using. Remember to clear your cache after deactivating
       each plugin, then test your site. If the issue persists even after all plugins
       are deactivated, it’s likely the problem lies somewhere else.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Does it work for multisite?’ is closed to new replies.

 * ![](https://ps.w.org/advanced-database-cleaner/assets/icon-256x256.png?rev=3405580)
 * [Advanced Database Cleaner – Optimize & Clean Database to Speed Up Site Performance](https://wordpress.org/plugins/advanced-database-cleaner/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-database-cleaner/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-database-cleaner/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-database-cleaner/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-database-cleaner/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-database-cleaner/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Younes JFR.](https://wordpress.org/support/users/symptote/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/does-it-work-for-multisite-2/#post-16862385)
 * Status: resolved