I'm trying to learn rails, and the issue of databases has made it a bit difficult to understand. Create a database by console and subsequent migration, this is supposed to create 3 databases (dev, test and production). But when viewing the bd server from a database administrator (eg: myqlworkbench) none of those created databases appear. Is there any way to manage them in graphical mode or are they just "virtual" databases?