no message

This commit is contained in:
RimBlock
2014-07-24 20:53:25 +08:00
parent 3214eda74a
commit e497ae4a65
2 changed files with 1 additions and 12 deletions

View File

@@ -5,7 +5,6 @@ SET mysqlschema=[Your DB schema name]
SET mysqlpassword=[your DB password]
SET mysqluser=[your DB user login]
SET housekeepafter=5
<<<<<<< HEAD
For /f "tokens=2-4 delims=/ " %%a in ('date /t') do (set mydate=%%c-%%a-%%b)
For /f "tokens=1-2 delims=/:" %%a in ("%TIME%") do (set mytime=%%a.%%b)
@@ -14,9 +13,6 @@ set hour=%time:~0,2%
if "%time:~0,1%"==" " set hour=0%time:~1,1%
set datestamp=%date:~10,4%-%date:~4,2%-%date:~7,2%_%hour%%time:~3,2%
=======
SET datestamp=%date:~-10,2%-%date:~-7,2%-%date:~-4,4%_%time:~0,2%.%time:~3,2%.%time:~6,2%
>>>>>>> 4496e16... Added a basic DB backup batch file
@REM *** EXECUTION ***
@REM Change to mysqldir
c: