Bash scripts to perform several MySQL tasks.
A simple script to clone MySQL databases (locally).
Usage:
mysql-clone-database.sh user password database newdatabase
Or if you don't want to write the password on the command line:
mysql-delete-all-tables.sh user database newdatabase
Ali Moreno http://alimoreno.me