An open API service indexing awesome lists of open source software.

https://github.com/emnsen/mysqlbackup


https://github.com/emnsen/mysqlbackup

backup database mysql

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

## MySQL Backup Shell Script

REMOTE_BACKUP_DIR => eg : mysqlbackup, backups, etc..

DB_NAME => your database name

DB_PASSWORD => your database password

After editing the above areas ;

`chmod +x backup.sh`

run this command;

`./backup.sh "REMOTE_FTP_USERNAME" "REMOTE_FTP_PASSWORD" "REMOTE_FTP_HOST"`