1

I read here you found a solution to the question in the title:

How to enable displaying "Choose column to display" in phpMyAdmin?

Could you explain how you enabled that? I'm using phpMyAdmin under MAMP.

Met
  • 19
  • 1
  • 3

1 Answers1

4

Took me a while to figure this out. Trick was to enable "table_info" in the config.inc.php, like so:

$cfg['Servers'][$i]['table_info'] = 'pma_table_info';