MySQL said: Storage engine MyISAM is disabled (Table creation is disallowed).

Everything that doesn't belong to any other forum but this one. If it doesn't belong here then it ... well, it just doesn't.

Moderator: mkoch227

Post Reply
danielscarvalho
Posts: 1
Joined: Tue Jul 05, 2022 4:27 am

MySQL said: Storage engine MyISAM is disabled (Table creation is disallowed).

Post by danielscarvalho »

I get this message at setup...

MySQL said: Storage engine MyISAM is disabled (Table creation is disallowed).

The fact is that the company just allow InnoDB engine. Is there a fix for it?!
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Re: MySQL said: Storage engine MyISAM is disabled (Table creation is disallowed).

Post by Klemen »

The correct fix is to change your hosting company :D

An alternative fix would be to change all instances of

Code: Select all

ENGINE=MyISAM
to

Code: Select all

ENGINE=InnoDB
in the install/install.php file. You will need MySQL > 5.6.4 so that InnoDB supports fulltext searches.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Post Reply