The backup script needs an SQL User, capable to lock and dump the databases, which should be backuped.
In the standard configuration, the script trys to backup every single database on the server "localhost",
using the user "root" without a password. This will most probably result in an error. See further on the Step
[Configuration](#Configuration).
[Configuration](Configuration).
## Developing
...
...
@@ -37,16 +37,21 @@ cd sql-backup
## Configuration
The script needs the following variables to work. Therefor a file named 'config.json' is loaded. If the file does not exist, a standard configuration will be loaded.
The script needs the following variables to work. Therefor a file named 'config.json' is loaded. If the file
does not exist, a standard configuration will be loaded.