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.
我有一个大型数据库结构。我的托管计划说我可以拥有无限的数据库,但每个数据库限制为 1 GB。
如何在一个数据库表中定义外键以使用 MySQL 和 phpMyAdmin 引用另一个数据库中的表?
在即将发布的 phpMyAdmin 4.1(现在作为 4.1.0-alpha2 发布)中,您可以转到“结构”查看表,然后转到“关系”视图。然后您会看到一个面板,您可以在其中为外键选择其他数据库。