PHPMyAdmin:MyISAM 中的多对多关系(没有外键支持)

发布于 2024-10-13 02:00:51 字数 111 浏览 3 评论 0原文

我发现我的主机可能只支持MyISAM而不支持InnoDB。因此,我缺乏内置的外键支持。那么我如何在 PHPMyAdmin 中实现与三个表的多对多关系?唯一的解决方案是通过 MySQL 查询手动输入关系,对吗?

I've discovered that my host may only support MyISAM and not InnoDB. Thus, I lack built-in foreign key support. How would I then implement a many-to-many relationship with three tables in PHPMyAdmin? The only solution is to enter in the relations manually through MySQL queries, correct?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

許願樹丅啲祈禱 2024-10-20 02:00:51

我会以与使用 Innodb 相同的方式实现它,但要确保应用程序层的数据完整性。如果您有一个良好的数据抽象层,那么实现起来应该相当简单。

I would implement it in the same way as you would using Innodb but ensure data integrity in the application layer. If you have a good data abstraction layer then this should be fairly simple to implement.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文