Mysql Sub Databases?? What are they called

mysql, phpmyadmin

Solution

I don't think there is a name for these -> you get them in PHPMyAdmin if you name something with an underscore (like "maindb" and "maindb_test" ), but for MySQL itself there is no difference. It's just how PHPMyAdmin tries to make it more clear.

Problem

I am looking at phpmyadmin and I see somethign that looks like sub-databases in mysql. What are these called!? Of course I have tried to search google but I have not gotten too far because I don't know even remotely what these things are referred to as? schemas? sub-databases? any help would be appreciated. ty.

Original source