Hi Jorge,
No, but if you add the innodb_file_per_table option to my.cnf, InnoDB stores
each table in its own .ibd file in the same MySQL database directory where
the .frm file is created. See Section 14.2.3.1, “Using Per-Table
Tablespaces”.
Regards
Geoffroy
-----Message d'origine-----
De : Jorge Bastos [mailto:mysql.jorge@stripped]
Envoyé : mardi 5 juin 2007 00:01
À : win32@stripped
Objet : InnoDB question
Hi guys,
Does InnoDB has, or is going to have a configuration like MSSQL, where i can
define one file per database?
Jorge