I need to test a MySQL database in another server. But database is too big to export and import. Besides I only need some part of database to test.
Let's assume that database has 20 tables and I need to get last 10000 records from each table. How can I create a mysqldump
for this situation ?