I want to support innodb

SQLSTATE [42000]: Syntax error or access violation: 1286 Unknown storage engine ‘innodb’ (SQL: create table migrations ( id int unsigned not null auto_increment primary key, migration varchar (191) not null,batchint not null) default character set utf8mb4 collate utf8mb4_unicode_ci engine = innodb)

I think the reason I got this error is that the hosting company doesn’t support innodb feature, I want a solution to this, can you help me?

You’re correct, InnoDB is not supported on free hosting. I can’t offer you a solution to this really, other than upgrading to premium hosting (which does support InnoDB).

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.