Skip to content
/ ms2my Public

a tool to transfer sql server database to mysql

License

Notifications You must be signed in to change notification settings

hyperq/ms2my

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")

About

a tool to transfer sql server database to mysql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages