Skip to content

Instantly share code, notes, and snippets.

@tim-reynolds
Created June 7, 2012 14:31
Show Gist options
  • Save tim-reynolds/2889107 to your computer and use it in GitHub Desktop.
Save tim-reynolds/2889107 to your computer and use it in GitHub Desktop.
Add left side table filter to phpmyadmin. Off by default in Ubuntu 12.04
Edit /etc/phpmyadmin/config.inc.php
Add line:
$cfg['LeftDisplayTableFilterMinimum'] = 20; //Can be any integer.
Restart apache.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment