Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1014 Bytes

File metadata and controls

23 lines (18 loc) · 1014 Bytes

mysql-dumpling-data-importer

% ./dist/mysql-dumpling-data-importer import --help
import dumpling data to MySQL via mysqlsh

Usage:
  mysql-dumpling-data-importer import [flags]

Flags:
  -c, --concurrency int   max concurrency to load data (default 8)
      --dbconfig string   default my.cnf path (default "/Users/taka-h/.my.cnf")
  -h, --help              help for import
      --path string       path for dumpling data (default "/Users/taka-h/git/mysql-dumpling-data-importer")
  -d, --printonly         print mysqlsh commands

prerequisite