Seeking simple #!/bin/sh script.
Works as follows:
1. Connects via SSH and executes mysql show databases to grab list of databases
2. Foreach database, show tables, create $db/$table.sql on remote server via SSH and dump table > $db/$table.sql
Absolutely no external dependencies may be used other than the standard ssh, mysqldump, mysql commands you would expect to find.
Selected programmer expected to demonstrate functionality and preview code prior to payment being released. E…
