In news:[EMAIL PROTECTED],
"Ananda Kumar" <[EMAIL PROTECTED]> wrote:

> What i meant to say was. Say if i have two database A & B, and if i
> want to move only database A, then the shared tablespace will also
> have info about database B, and when i try to open the database A in
> the new machine, will it not throw any error, saying that database B
> is not present.

Of course you cannot move only a part of the InnoDB data (e.g. single 
database). Although you can still achieve the desired result. What you can 
do is to migrate all the InnoDB data + .frm (containing all the databases, 
that is A and B), start both servers and then drop database A on the old 
server and drop database B on the new server.

Maciek


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

Reply via email to