Mysql database relations

webignition

Well-Known Member
Jan 22, 2005
1,876
2
166
If you read the instructions carefully, you'll notice that you must modify the configuration for phpMyAdmin to allow relations.

However, MySQL currently offers no method for hard-coding relationships between tables. The relations feature in phpMyAdmin is only of relevance when using phpMyAdmin and does not create an actual relationship between tables.

As for modifying phpMyAdmin, you could contact your host and ask them to make the necessary changes. However as this would affect all users on the same server they may be unwilling to do so.

Another viable option would be for you to install your own copy of phpMyAdmin and do whatever you like with it.