Backup MySQL Database avatar

Backup MySQL Database

Try for free

Pay $1.00 for 1,000 Backups

Go to Store
Backup MySQL Database

Backup MySQL Database

worldunboxer/backup-mysql-database
Try for free

Pay $1.00 for 1,000 Backups

This actor connects to a MySQL database, and generates a complete database backup. The output is saved SQL format and is uploaded to the Apify key-value store for easy access. Simply provide the database connection details to get started.

You can access the Backup MySQL Database programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "host": "localhost",
3  "user": "root",
4  "password": "",
5  "database": "test_db"
6}' |
7apify call worldunboxer/backup-mysql-database --silent --output-dataset

Backup MySQL Database API through CLI

The Apify CLI is the official tool that allows you to use Backup MySQL Database locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

Developer
Maintained by Community

Actor Metrics

  • 1 monthly user

  • 1 star

  • >99% runs succeeded

  • Created in Jan 2025

  • Modified 11 hours ago