anyone know how to list every table (disable the pagination) in PhpMyAdmin's left menu? I have over 250 tables in my DB and now we are seeing the pageination. It's very annoying having to go back and forth and would be much easier to have them all listed.
We found the following variable:
$cfg['LeftDisplayTableFilterMinimum'] = 30
However, when I put it into our config file it doesn't appear to have any affect.
Any help would be greatly appreciated!