How to use mysqldump for a portion of a table?

后端 未结 7 720
自闭症患者
自闭症患者 2020-12-12 12:30

So I can export only a table like this:

mysqldump -u root -p db_name table_name > table_name.sql

Is there any way to export only a porti

7条回答
提交回复
热议问题