While MySQL stores some table contents, definitions and indices on disk (temporary and memory table contents and indices are stored in RAM), this is an implementation detail and isn't reflected in public interfaces. For DB clients, the DB namespace is completely separate from the filesystem...