Backup MySQL Database
Pay $1.00 for 1,000 Backups
Backup MySQL Database
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:
Actor Metrics
1 monthly user
-
1 star
>99% runs succeeded
Created in Jan 2025
Modified 11 hours ago