InnoDB uses a common table space. This means that by default, all tables, regardless of the database, are stored in a single file in the file system. This is different from, for example, MyISAM, which stores each table as a single file.
InnoDB's behavior is subject to change, although I do not think this is really necessary in this case. See Using table table tables .
- , , , , InnoDB . .