Hi,
Yes, the plugin is compatible with multisite. You can safely repair your database.
Best regards,
Younes
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
service mysql status
it will show as the following screenshot:
https://prnt.sc/c7vDxavI460V
I tried the following tow methods to repair mysql, but no lock:
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
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:
- 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.
- 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.