Therefore, I can only export a table like this:
mysqldump -u root -p db_name table_name > table_name.sql
Is there a way to export only part of a table with mysqldump? For example, 0-1000000 lines, 1,000,000 - 2,000,000 lines, etc.
Should I do this with mysqldump or query?
mysql mysqldump
datasn.io Apr 14 2018-11-11T00: 00Z
source share