如何在 phpmyadmin 3.3.7 中定义表关系?
我没有看到曾经存在的“关系视图”。有什么建议吗?我宁愿不必为了做到这一点而放弃所有的桌子。
I don't see the "relations view" that used to exist. Any suggestions? I'd rather not have to drop all of my tables in order to do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现了问题。创建新数据库时,默认数据库
类型
设置为“MyISAM”。将其更改为“InnoDB”并保存。现在,表结构页面上的“打印视图”旁边将提供“关系视图”链接。I found the problem. When creating a new database, the default database
type
is set to "MyISAM". Change that to "InnoDB" and save. Now the "relations view" link will be available next to the "print view" on the table's structure page.你有 PHPMyAdmin 的数据库表吗?
该功能应该仍然存在,请检查关系配置选项(请参阅 http://www.phpmyadmin.net/documentation /)
Do you have a database table for PHPMyAdmin?
The feature should still be there, check the relations configuration options (see http://www.phpmyadmin.net/documentation/)