From: "Andreas Schildbach"
> Is it possible to configure MySQL so that it uses one InnoDB tablespace
> file per database schema, instead of mixing all data into the shared
> tablespace?

No, but you can use a file per table:
http://dev.mysql.com/doc/mysql/en/multiple-tablespaces.html

It still uses a shared tablespace for certain definitions, but on the page
above you can read how to move tablespace files in and out of InnoDB.

Regards, Jigal.


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to