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.
我安装了 Tank_Auth 并看到它使用 InnoDB 而我的表都使用 MyISAM。这会是一个问题吗?我应该将其更改为 MyISAM 吗?
它可能应该留给支持外键关系的 InnoDB。MyISAM 很容易移植到 InnoDB,但反之则不然。