- 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
.sql
file - 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
.sql
file - README.md : Introduction file