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?!
MySQL said: Storage engine MyISAM is disabled (Table creation is disallowed).
Moderator: mkoch227
-
- Posts: 1
- Joined: Tue Jul 05, 2022 4:27 am
Re: MySQL said: Storage engine MyISAM is disabled (Table creation is disallowed).
The correct fix is to change your hosting company
An alternative fix would be to change all instances of to in the install/install.php file. You will need MySQL > 5.6.4 so that InnoDB supports fulltext searches.

An alternative fix would be to change all instances of
Code: Select all
ENGINE=MyISAM
Code: Select all
ENGINE=InnoDB
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
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


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