Is it possible to group tables in mysql?

That is, say i'm using PHP My Admin, and all the tables are listed on the left, can I have them in some sort of folder structure or group?

I'm fairly sure this isn't possible.... and if it is, i'm going to guess that it's an application layer thing, ie something that a particular app will allow you to do.

So if that is the case, does anyone know the name of such an application with this feature?

Thanks

link|improve this question

58% accept rate
1  
Is this just a cosmetic thing or do you want some type of data relationship between the tables - not sure I understand what you are attempting to do? – Linker3000 Jan 26 '11 at 23:19
It's just a cosmetic thing, yes – Jason Jan 27 '11 at 4:55
feedback

2 Answers

up vote 1 down vote accepted

AFAIK, There isn't a way to do this.

link|improve this answer
feedback

In phpMyAdmin I think it's possible if you're giving some tables the same prefix (eg jason_users & jason_posts)

see http://sourceforge.net/projects/phpmyadmin/forums/forum/72909/topic/3777476

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.