Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 600 Bytes

File metadata and controls

26 lines (22 loc) · 600 Bytes

ms2my

a tool to transfer sql server database to mysql

Install

go get github.com/hyperq/ms2my

How to use

md2my -i 127.0.0.1 -d dbname -p 123456 -t user

you can use md2my -h check all flags

ms2my [flags]

Flags:
  -d, --dbname string      dbname
  -h, --help               help for ms2my
  -i, --ip string          ip (default "127.0.0.1")
  -p, --password string    mssql password
      --port int           mssql port (default 1433)
  -t, --tablename string   table names,you yan use , join mult
  -u, --username string    mssql username (default "sa")