Say you want to dump a database, or even all databases, but with just a sample of all the data, say, 10 000 records per table of each of the databases.…
1 | mysql_upgrade --verbose -udebian-sys-maint -p |
…
…
Update 2: official solution
Update: apparently this is a better solution.…