1: I have an install of xammp and in PhpMyAdmin, on the column of table names, the clickthrough links are swapped

all my hosts have the little table icon linked to the 'browse' listing of the data - and the table name links to table 'structure' (the field names)
- but xammp install of PhpMyAdmin has it the other way round
anyone know how to swap them round?

2: can I get the default view of PhpMyAdmin to show my indexes and keys - I want it always visible, not hidden under a click

3: is there a PhpMyAdmin forum?
there seems to be something on source forge but I'm not sure if that is more for dev and bugs

    what is annoying is that I fixed this on another install after finding the answer via google - but I didnt bookmark the page and that was 2 years ago - I cant find page now

    I will do a file comparison on the two configs and post back if I figure it out

    I cant believe other people dont find this annoying - but maybe everyone who does this a lot is on Linux and doesnt use xammp (but why would anyone change it ? must be a phpmyadmin setting and not xammp's change - odd)

      and here's the solution to swap the links in the left hand nav

      paste (or edit existing) in config.inc.php

      $cfg['LeftDefaultTabTable'] = 'sql.php';
      $cfg['DefaultTabTable'] = 'tbl_structure.php';

        Write a Reply...