Hello Everyone,
I am trying to connect to a database and getting the following error General error: 3161 Storage engine MyISAM is disabled Any idea how to resolve this issue? I am using a managed DB service, I believe it has InnoDB as standard.
Full error message:
Something went wrong: SQLSTATE[HY000]: General error: 3161 Storage engine MyISAM is disabled (Table creation is disallowed). (SQL: create tableflrm_posts(idint unsigned not null auto_increment primary key,discussion_idint unsigned not null,numberint unsigned null,timedatetime not null,user_idint unsigned null,typevarchar(100) null,contenttext null,edit_timedatetime null,edit_user_idint unsigned null,hide_timedatetime null,hide_user_idint unsigned null) default character set utf8mb4 collate 'utf8mb4_unicode_ci' engine = MyISAM)
any help would be hugely appreciated!