From: Jorge Bastos Date: June 5 2007 10:21am Subject: Re: InnoDB question List-Archive: http://lists.mysql.com/win32/18688 Message-Id: <00ae01c7a75b$3fd42a00$9a01a8c0@pcportatil> MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 8bit Hi Geoffroy, That may be interesting also. So with that optio, i'll have everything related to one specific database, on it's directory along with the .frm files from the structure, correct? I'm looking for this, so that i can "transport" the database as easy as with MyIsam files. Suposing i'm using one file per table on innodb, i can transport the database just copying the database directory, or there's any information that stay's out of the directory for this database? Jorge ----- Original Message ----- From: "Geoffroy Cogniaux" To: "'Jorge Bastos'" ; Sent: Tuesday, June 05, 2007 10:25 AM Subject: RE: InnoDB question 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