deamonmv
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] wp_afwc_hits table does not have explicit primary keyThank you for information.
Just maybe, you can suggest some way of how to find out which plugin created this table?
I guess, I just released, I can
grepthrough all plugins with the name of the table and I will find the plugin.Forum: Plugins
In reply to: [WP Mailster] mailster_actions table does not have explicit primary keyHi @brandtoss
Thank you for the information.
Forum: Plugins
In reply to: [WP Mailster] mailster_actions table does not have explicit primary keyHello
Seems that we already use different plugin – WP SMTP Mail, but tables from Mailster plugin still present.
I reach guys from WP SMTP Mail plugin, they said that they do not have such tables https://wordpress.org/support/topic/mailster_actions-table-does-not-have-explicit-primary-key-2/#new-topic-0
Can you please tell me how to make clean up of the old tables?
Thank you
Hello @sanzeeb3
Thank you for the information.
Seems that we are no longer use Mailster plugin, but tables in database still preset.
Very strange as for me.Will continue with Mailster support.
Forum: Plugins
In reply to: [WP Mailster] mailster_actions table does not have explicit primary keyIt’s possible that I missed with Plugin.
So if it’s your plugin do not have such tables, please close the ticket
Thank you
Forum: Plugins
In reply to: [WP Mailster] mailster_actions table does not have explicit primary keyThe same this happens with this tables
– mailster_subscriber_metaCREATE TABLEwp_mailster_subscriber_meta` (
subscriber_idbigint(20) unsigned DEFAULT NULL,
campaign_idbigint(20) unsigned NOT NULL,
meta_keyvarchar(191) COLLATE utf8mb4_unicode_ci NOT NULL,
meta_valuelongtext COLLATE utf8mb4_unicode_ci NOT NULL,
UNIQUE KEYid(subscriber_id,campaign_id,meta_key),
KEYsubscriber_id(subscriber_id),
KEYcampaign_id(campaign_id),
KEYmeta_key(meta_key)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;`It’s will be very-very good to have solution to avoid using PXC PERMISSIVE mode.
Thank you in advance
@bcworkz Thank you.
disabling and enabling plugins helps to solve this problem.