I wanted to dump all my MySQL databases using the mysqldump utility, but I wanted each database to be in a separate file. I couldn’t find a solution online, so I wrote my own script. Here it is: #!/bin/sh USERNAME=admin PASSWORD=topsecret...