PHPMyAdmin - Group databases

Hi,

I was wondering if anyone knows how to group databases by for example clients, in PHPMyAdmin. The group appears bold in the left side-bar with related databases displayed under it.

I’ve seen it done before but couldn’t find any info in google or the docs.

Thanks

If you mean what I think you do, you just prefix each of the database names.

For instance, if you have

  1. persons
  2. places
  3. things

and you wanted those to be in a “state” group, you would name them

  1. state_persons
  2. state_places
  3. state_things

phpMyAdmin should automaticly generate a grouped listing.

Cool, thanks, that’s what I was after! :slight_smile: