Return to Snippet

Revision: 67781
at October 30, 2014 01:43 by jacktan


Initial Code
@echo off
call ${EnvSet_Bash}
mysql --defaults-file=%mysqlConf% --print-defaults
pause
mysql --defaults-file=%mysqlConf%
pause

Initial URL


Initial Description
**Vars** to to specify

+ ${EnvSet_Bash}

**Demo**

vars specified like

+ ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat")

pluss other bash commond

**Demo**

    @echo off
    call set-mysqlRT-Env
    mysql --defaults-file=%mysqlConf% --print-defaults
    pause
    mysql --defaults-file=%mysqlConf%
    pause

Initial Title
A windows batch to run Mysql client

Initial Tags
mysql, windows

Initial Language
DOS Batch