Programmed MySQL database backups.
When you do $ git clone https://github.com/daniel7byte/DataBaseBackups.git , you will find the following files:
For the program to work correctly you must follow the following steps.
$ git clone https://github.com/daniel7byte/DataBaseBackups.git on your consoleDataBaseBackups folder in partition D: , being like this: D:DataBaseBackups After having copied the folder, they must configure the files
config_database.txtThis file contains the name of the databases to which the backup copies will be made. This has the following sitaxis:
baseDeDatos1, baseDeDatos2, baseDeDatos3
Where Basedatos N , corresponds to the name of a database and the , (commas) play the role of separators
config_database_login.txtThis file is very important because you must configure the user data that will perform the backups. It has the following sitaxis:
usuario:contrasenia
Where user and password corresponds to the session start data
config_path_mysqldump.txt This file must contain inside the route of the mysqldump.exe file that is usually in Xampp is found in: "C:xamppmysqlbinmysqldump.exe" . Very important! The route must have the following "ruta" Sitaxis with the "Comillas"