mysqldump-loader

command module
v0.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 7, 2020 License: MIT Imports: 16 Imported by: 0

README

mysqldump-loader

Load a MySQL dump file using LOAD DATA INFILE.

Usage

./mysqldump-loader
Flags
$ ./mysqldump-loader --help
Usage of ./mysqldump-loader:
  -concurrency int
        Maximum number of concurrent load operations. (default Number of available CPUs)
  -data-source-name string
        Data source name for MySQL server to load data into.
  -dump-file string
        MySQL dump file to load.
  -low-priority
        Use LOW_PRIORITY when loading data.
  -mysql-variable value
        MySQL variable (format: <name>=<value>)
  -replace-table
        Load data into a temporary table and replace the old table with it once load is complete.
  -verbose
        Verbose mode.

Development

Building
go build

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL