1

这是场景:

database on host1: rhel6sales
table:  customer
particular customer i want to export, and then import to another host: select * from customer where handle = 'CARDD2';

我可以使用 mysqldump 复制整个“客户”表,但这不是我想要的。我希望能够只导出然后导入 CARDD2

现在 CARDD2 可能与其他表有连接和键约束,所以如果我只是导出和导入 CARDD2 的客户,我将如何处理其他表,它们的数据会自动导出吗?所以当我导入时,它会检查并实现我要导入的数据库中的连接和键约束?假设两个数据库具有相同的架构

4

0 回答 0