hello
Can I change database engine from MyISAM to Innodb because I want change database to add foreign keys to tables
Thanks
Change Database engine
Moderator: mkoch227
Re: Change Database engine
On MyISAM is officially supported at the moment.
I presume it should work OK if you have MySQL 5.6+ on the server as fulltext searches have been added to InnoDB in 5.6.
I presume it should work OK if you have MySQL 5.6+ on the server as fulltext searches have been added to InnoDB in 5.6.
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
Re: Change Database engine
Yes U have MySQL5.6.12 so I can change it because I want to add foreign key to tables of db of HESK systemKlemen wrote: Thu Jan 04, 2018 2:40 pm On MyISAM is officially supported at the moment.
I presume it should work OK if you have MySQL 5.6+ on the server as fulltext searches have been added to InnoDB in 5.6.