scheduled mysql database backup in linux

Solutions on MaxInterview for scheduled mysql database backup in linux by the best coders in the world

showing results for - "scheduled mysql database backup in linux"
Aitana
24 Mar 2019
1    00 23 * * * mysqldump -u [username] -p [database] | gzip > /home/utente/backup.sql.gz
similar questions
queries leading to this page
scheduled mysql database backup in linux