first commit
This commit is contained in:
15
README.md
15
README.md
@@ -1,2 +1,17 @@
|
||||
# mysql_backup
|
||||
|
||||
MySQL backup shell script
|
||||
Feature rich MySQL / MariaDB backup script.
|
||||
|
||||
# Setup password
|
||||
|
||||
Set mysql `user` and `password` to user that execute script using `.my.cnf` in user homedir.
|
||||
|
||||
# .my.cnf example
|
||||
|
||||
```
|
||||
[client]
|
||||
user = mysqldump
|
||||
password = secret_passwd_here_HMnab4sBMmMwtDgvF=qZuuU#gsED9u6J
|
||||
host = localhost
|
||||
```
|
||||
Reference in New Issue
Block a user