John
John

Reputation: 3916

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.

Upvotes: 2

Views: 3740

Answers (2)

John
John

Reputation: 3916

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.

Upvotes: 2

Alex
Alex

Reputation: 35018

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/)

Upvotes: 0

Related Questions