Skip to content

Instantly share code, notes, and snippets.

View exeleon's full-sized avatar

Manuel Lopera exeleon

View GitHub Profile
@echo off
set /p=Press ENTER to start the backup...
set dbName=DBNAME
set dbUser=DBUSER
set dbPassword=BDPASS
set backupDir="C:\backups"
set mysqldump="C:\Program Files\MySQL\MySQL Server 5.6\bin\mysqldump.exe"