-
Notifications
You must be signed in to change notification settings - Fork 4
A very simple backup script for your mysql database.
License
openSUSE/mysql-backupscript
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Hi
This is a very simple backup script for your mysql database.
This script expects a file /root/.my.cnf containing at least
the following information:
--------------------------[snip]
[client]
user = root
password = <password>
--------------------------[snap]
The file should be read/writeable only for root
(-rw------- permissions).
(Note: you won't run a mysql server without a password set for
your administrator account!
Try "mysql_secure_installation" to secure your
installation.)
Afterwards, configure your database backup via YaST2 ->
/etc/sysconfig-Editor or edit /etc/sysconfig/mysql-backupscript
directly with your preferred editor.
Have a lot of fun!
About
A very simple backup script for your mysql database.
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published