mysqlpump
Introduced in MySQL 5.7
mysqlpump -u myuser -p --include-databases=mydb1,mydb2 >mydbs.mdp
--default-parallelism sets the number of threads for the default queue (default is 2).
Bibliography
Bibliography
https://mysqlserverteam.com/mysql-shell-dump-load-part-2-benchmarks/https://mysqlserverteam.com/introducing-mysqlpump/ https://www.percona.com/blog/2017/04/17/the-mysqlpump-utility/https://www.red-gate.com/simple-talk/blogs/backing-up-mysql-part-3-mysqlpump/
https://mydbops.wordpress.com/2019/03/26/mysqldump%E2%80%8B-vs-mysqlpump-vs-mydumper/
8.0https://dev.mysql.com/doc/refman/8.0/en/mysqlpump.html