Sorry to post the same question as here (How to enable relation view in phpmyadmin) but it's marked unanswered and none of the provided answers resolve my issue.
My problem is that I do not have a button 'relation view' in the Structure tab of my database in phpmyadmin. I am on Mac OS X, mysql version 5.6.19. The storage of the relevant tables are listed as 'InnoDB' under Operations, as suggested in the first answer of the other question.
I have followed the instructions here: http://www.w3expert.com/2008/03/how-to-enable-view-feature-in.html as recommended in the second answer of the question above, restarted machine, still no 'relation view'.
The most elaborate instructions that I have found are these: http://docs.phpmyadmin.net/en/latest/setup.html#phpmyadmin-configuration-storage which suggest there is another step after following the instructions on w3expert.com:
"After having imported the examples/create_tables.sql file, you should specify the table names in your config.inc.php file. The directives used for that can be found in the Configuration."
I take this to mean that after following w3expert.com's instructions, the tables are now stored separately, and I need to point phpmyadmin toward them. Any idea how to proceed?