Display the content of a table from the left bar in phpMyAdmin (MAMP)
| Attachment | Size |
|---|---|
| 794 bytes |
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.
MAMP 1.x
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 MAMP 2.0
Go to your installation of phpMyAdmin (typically /Applications/MAMP/bin/phpMyAdmin) and apply the following patch.
Alternatively you can edit the file /Applications/MAMP/bin/phpMyAdminForPHP5/config.inc.php yourself and set $cfg['DefaultTabTable'] to sql.php.
Add new comment