Display the content of a table from the left bar in phpMyAdmin (MAMP)

In the latest version of MAMP there is no way anymore to browse a table directly from the left bar in phpMyAdmin. I miss that feature and I think I'm not the only one. Attached is a patch for the confing.inc.php which you can run from anywhere with the command:

patch -p0 < pma_php5_browse_tables.patch

Alternatively you can edit the file /Applications/MAMP/bin/phpMyAdminForPHP5/config.inc.php yourself and set $cfg['DefaultTabTable'] to sql.php.

Comments

Add new comment