Skip to content

jaircuevajunior/MySQL-Backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

MySQL-Backup

Creates a gziped dump for each database found through credentials given. All you need is a user with SELECT permission on the tables.

This script uses --single-transaction option which means you won't need the LOCK TABLES permission.

Usage:

./mysql.sh localhost user pass ./bkp_dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages