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
- persons
- places
- things
and you wanted those to be in a “state” group, you would name them
- state_persons
- state_places
- state_things
phpMyAdmin should automaticly generate a grouped listing.
Cool, thanks, that’s what I was after! 