MySQL Forums
Forum List  »  InnoDB

Re: How do I control which table on which disk? (MySql 5, Multiple tablespaces)
Posted by: Heikki Tuuri
Date: November 03, 2005 05:21PM

Tore,

if you are using Unix, you can symlink a database directory to another place. You can also symlink an individual .ibd file, but remember that then an ALTER TABLE or OPTIMIZE TABLE will return the .ibd file back to the original database directory.

Best regards,

Heikki
Oracle Corp./Innobase Oy
InnoDB - transactions, row level locking, and foreign keys for MySQL

InnoDB Hot Backup - a hot backup tool for InnoDB which also backs up MyISAM tables
http://www.innodb.com/order.php

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: How do I control which table on which disk? (MySql 5, Multiple tablespaces)
1260
November 03, 2005 05:21PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.