my-cmd - MySQL interactive and batch query command-line tool »

Download my-cmd Free Trial »

Run my-cmd in interactive mode

my-cmd can run in interactive mode, like this:


my-cmd> connect pan:withdata@192.168.0.102:3306/test

db connected

my-cmd> load table=media_messages 
      > datafile=f:\media_messages.txt 
      > delimiter=, 
      > quote=" 
      > header=y;

In batch mode: my-cmd dsn="pan:withdata@192.168.0.102:3306/test" task=load table=media_messages datafile=f:\media_messages.txt delimiter=, quote=" header=y quit=y