Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图对一个简单的引擎进行全文搜索,但我意识到我不能用 InnoDB 做到这一点。
现在,我想知道我是否可以只将该表转换为 MyISAM 并同时与其他表一起工作。该表具有与另一个表同时与许多其他表相关的外键。
谢谢。