π Getting Started
Welcome to db_tools! This application helps you manage your MySQL databases effortlessly. Whether you are a developer or a database administrator (DBA), db_tools makes it simple to back up, restore, and manage your databases.
π₯ Download & Install
To get started, you need to download the application. You can visit the releases page to find the latest version available.

- Click the badge above to visit the Releases Page.
- On that page, you will see a list of available versions.
- Choose the latest version and download the appropriate file for your operating system.
π§ System Requirements
- Operating Systems: db_tools works on Linux and macOS.
- MySQL Version: Ensure you have MySQL installed. Version 5.7 or higher is recommended.
- Disk Space: You should have at least 100 MB of free space for backup files.
π Features
- Backup Utility: Create backups of your MySQL databases with ease.
- Partial Record Dumping: Dump only specific records directly from your database.
- Progress Tracking: Monitor your backups and restores to avoid surprises.
- Resume Capability: If your backup gets interrupted, db_tools can pick up right where it left off.
- Simple Bash CLI: Easily run commands from your terminal.
π» How to Use
- Open your terminal.
- Navigate to the directory where you placed the downloaded file.
- Run the application using Bash commands.
Hereβs a simple example to get you started:
./db_tools backup --database your_database_name
This command will back up your_database_name. Change the name to your actual database.
π Commands Overview
- Backup Command:
backup --database <database_name>: Backs up the specified database.
- Restore Command:
restore --file <file_name>: Restores the specified database from a backup file.
- Progress Command:
progress: Shows the current status of your ongoing operations.
β³ Additional Help
If you encounter issues or need help, check our FAQ section on the releases page. You may also find helpful examples and tips there.
π Useful Links
Thank you for using db_tools! Enjoy simpler database management with our handy utilities. For downloads, head back to the Releases Page.