Skip to content

Instantly share code, notes, and snippets.

View ahmu83's full-sized avatar
🎯
Focusing

Ahmad Karim ahmu83

🎯
Focusing
View GitHub Profile
@ahmu83
ahmu83 / export-mysql-db.sh
Created May 20, 2024 14:04
This is a Bash script designed to export MySQL databases into various formats including plain SQL, compressed ZIP, and GZIP files.
#!/bin/bash
# USAGE:
#
# sh export-mysql-db.sh
# bash export-mysql-db.sh
#
# OR
#
# chmod +x export-mysql-db.sh