Page 1 of 1
Change Database engine
Posted: Thu Jan 04, 2018 10:26 am
by Nadrah
hello
Can I change database engine from MyISAM to Innodb because I want change database to add foreign keys to tables
Thanks
Re: Change Database engine
Posted: Thu Jan 04, 2018 2:40 pm
by Klemen
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.
Re: Change Database engine
Posted: Fri Jan 05, 2018 4:41 pm
by Nadrah
Klemen 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.
Yes U have MySQL5.6.12 so I can change it because I want to add foreign key to tables of db of HESK system