- Provide appropriate permissions to file using
sudo chmod +x exportDB.sh - Run the file as sudo user using command
sudo bash exportDB.sh- Enter Username of Database user
- Enter Database name you wish to export
- Enter path to store the
.sqlfile - Enter name of file you desire to store
- That's it! You have your complete Database exported within seconds...
- exportDB.sh : Exporter to export Complete MySQL Database in a
.sqlfile - README.md : Introduction file