Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个很大的 MyiSam 表,我最近对它进行了分区。我每天都使用 mysqldump 备份数据库,但我不想备份整个大表,我只想备份某些分区。有什么方法可以指定使用 mysqldump 转储哪些分区?
您可能需要使用 select 语句,因为 mysqldump 无法知道分区的名称。