How To Enable Relation View Link In PHPMyAdmin in WAMP
Posted by blogmeister on
January 25, 2013
When mapping tables with foreign keys in PHPMyAdmin, you need the “Relation View” link to do so. However, in WAMP, it does not show by default.
No fret. To enable “Relation View”:
- Go to the file config.inc.php located in /wamp/apps/PHPMYADMINFOLDER/
- Add this line $cfg['Servers'][$i]['relation'] = ‘pma_relation’;
- Restart Apache.
You should now see the “Relation View” link after that.
Donations appreciated. Every little $ helps. Or click Google +1.











