WordPress database error: [Unknown storage engine 'MEMORY']CREATE TABLE IF NOT EXISTS `wp_wfls_role_counts` (
serialized_roles VARBINARY(255) NOT NULL,
two_factor_inactive TINYINT(1) NOT NULL,
passkey_inactive TINYINT(1) NOT NULL,
user_count BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (serialized_roles, two_factor_inactive, passkey_inactive)
) ENGINE=MEMORY; /* From [enkiduwines.com/reservation/type/complimentary-club-tasting] in [/nas/content/live/enkidu/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php:652] */
WordPress database error: [Unknown storage engine 'MyISAM']CREATE TABLE IF NOT EXISTS `wp_wfls_role_counts` (
serialized_roles VARBINARY(255) NOT NULL,
two_factor_inactive TINYINT(1) NOT NULL,
passkey_inactive TINYINT(1) NOT NULL,
user_count BIGINT(20) UNSIGNED NOT NULL DEFAULT 0,
PRIMARY KEY (serialized_roles, two_factor_inactive, passkey_inactive)
) ENGINE=MyISAM; /* From [enkiduwines.com/reservation/type/complimentary-club-tasting] in [/nas/content/live/enkidu/wp-content/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php:652] */