How do I define table relationships in 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.
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.
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/)
精彩评论