Database storage engine

Website URL

https://computix.infinityfreeapp.com/index.php

Other Information

how can I change my database storage from ISAM to innodb I need to use foreign keys and ISAM isn’t working.

Free hosting uses InnoDB already. There’s really nothing to change.

4 Likes

image
Mine is using ISAM for some reason and i cant add foreign to other tables

You can see right there that the users table has type InnoDB.

Our databases servers support InnoDB storage, and I think will use InnoDB by default. And if a table isn’t using the InnoDB storage engine right now, you can simply change it through phpMyAdmin.

Please confirm that all tables are configured to use InnoDB and then try adding the foreign keys again. If that doesn’t work, can you please clarify what issues you see when trying to add those keys?

5 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.