Sagara Wijetunga <[EMAIL PROTECTED]> wrote: > I can see his MyISAM *.frm, *.MYD and *.MYI are kept > under his database directory. > > But I can see only table.frm are in his database > directory for InnoDB tables. It looks like InnoDB > table data belongs to his database are not kept under > his database directory. Am I right?
Right. InnoDB uses big single (or multiple) tablespace for all data. But you can also use different tablespaces for different tables. See http://dev.mysql.com/doc/mysql/en/Multiple_tablespaces.html -- For technical support contracts, goto https://order.mysql.com/?ref=ensita This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Egor Egorov / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]