Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 401 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 401 Bytes

mysql-bash-tools

Bash scripts to perform several MySQL tasks.

Scripts

mysql-clone-database.sh

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

Author

Ali Moreno http://alimoreno.me