MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: tochits on 2017-05-30, 05:04:56

Title: MariaDB engine change to InnoDB
Post by: tochits on 2017-05-30, 05:04:56
Can I change the engine to innodb for only a client/database or does converting mean all databases will use innodb?
Title: Re: MariaDB engine change to InnoDB
Post by: MRatWork on 2017-05-30, 07:00:23
Better change all database to innodb. You can use 'sh /script/mysql-convert' for this purpose.
Title: Re: MariaDB engine change to InnoDB
Post by: klisa on 2021-02-10, 07:38:16
with this 'sh /script/mysql-convert', all databases convert to InnoDB?
Title: Re: MariaDB engine change to InnoDB
Post by: azzureal on 2021-03-02, 16:40:01
Use and change:

sh /script/mysql-convert --engine=MyISAM
sh /script/mysql-convert --engine=InnoDB