[SOLVED] How to use InnoDB
Posted: Sat Nov 21, 2020 1:25 am
Hi,
I would like to use OC 3.0.3.6 (PHP 7.3, MySQL 8 )
Question can InnoDB can be use without any problem?
What I have done :
I already modified the SQL file to use charset and InnoDB
And set charset in PHP ini file.
I have cleanup the SQL file by removing demo data and cleanup auto-increment
Is there anything else I should do in order to use InnoDB
I know to speed up the DB I can add index and I can disable product count.
Thanks
I would like to use OC 3.0.3.6 (PHP 7.3, MySQL 8 )
Question can InnoDB can be use without any problem?
What I have done :
I already modified the SQL file to use charset and InnoDB
And set charset in PHP ini file.
I have cleanup the SQL file by removing demo data and cleanup auto-increment
Is there anything else I should do in order to use InnoDB
I know to speed up the DB I can add index and I can disable product count.
Thanks