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" <geoffroy.cogniaux@stripped>
To: "'Jorge Bastos'" <mysql.jorge@stripped>; <win32@stripped>
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