I'm trying to write a backup program that works everywhere and is easy to install. My program downloads a mysqldump
binary and runs it to export the database.
I want to avoid requiring users of my program to download and install mysql/mysqldump.
If I download a mysqldump
binary, can I expect it to work on all Linux distributions?