Skip to content

MySQL Full Backup database, events, routines and triggers by simple script

Notifications You must be signed in to change notification settings

muhmar3i/mysql_full_backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

mysql_full_backup

MySQL Full Backup database, events, routines and triggers by simple script

1- create new mysql user name "mysqlbackup" 2- create new file /etc/mysql/mysqlpassword.cnf #add add from "ENTER to SAVE AND EXIT"

ENTER

[mysqldump]

The following password will be sent to mysqldump

password="YOUR USER mysqlbackup PASSWORD"

SAVE AND EXIT

3- make file mysql_full_backup.sh excutable 4- run mysql_full_backup.sh 5- if you what to make it schedule run you can add it in crontab

About

MySQL Full Backup database, events, routines and triggers by simple script

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages