I am using phpmyadmin 4.0.5. I want to show column value instead of its id while adding a row in a table where that column acts as foreign key.
Now as per https://serverfault.com/questions/365997/how-to-enable-displaying-choose-column-to-display-in-phpmyadmin , I have added
$cfg['Servers'][$i]['nrollin'];
$cfg['Servers'][$i]['coaching_field'];
in config.inc.php but I see no "choose field to display" option in relation view of coaching_field table. "nrollin" is my database.
Can anyone please tell me what is the possible mistake I am making?