{"id":22744314,"url":"https://github.com/seriawei/mssql2mysql","last_synced_at":"2025-04-14T09:35:28.007Z","repository":{"id":81488051,"uuid":"188994999","full_name":"SeriaWei/mssql2mysql","owner":"SeriaWei","description":"This tool is used to generate mysql script from microsoft sql server","archived":false,"fork":false,"pushed_at":"2024-08-17T08:59:08.000Z","size":34,"stargazers_count":14,"open_issues_count":1,"forks_count":7,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-08-17T10:28:08.861Z","etag":null,"topics":["mssql","mysql"],"latest_commit_sha":null,"homepage":"http://www.zkea.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SeriaWei.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2019-05-28T09:13:52.000Z","updated_at":"2024-08-17T08:56:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"dd6883f3-eb61-4341-967b-fe12846e8509","html_url":"https://github.com/SeriaWei/mssql2mysql","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriaWei%2Fmssql2mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriaWei%2Fmssql2mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriaWei%2Fmssql2mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SeriaWei%2Fmssql2mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SeriaWei","download_url":"https://codeload.github.com/SeriaWei/mssql2mysql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229158525,"owners_count":18029080,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mssql","mysql"],"created_at":"2024-12-11T01:45:17.439Z","updated_at":"2024-12-11T01:45:18.139Z","avatar_url":"https://github.com/SeriaWei.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Microsoft SQL Server to MySQL\nThis script is used to generate mysql script(table and data) from microsoft sql server\n\n## Install\nThis is a .NET Core Global Tool and .NET Core SDK is required https://dotnet.microsoft.com/download\n```\ndotnet tool install --global mssql2mysql\n```\n## Generate MySQL Script\nGenerate mysql script with MSSQL connection string\n```\nmssql2mysql -c \"Server=(local);Database=ZKEACMS;User Id=sa;Password=sa;MultipleActiveResultSets=true;\"\n```\n\nUse `-f` to specify the output filename\n```\nmssql2mysql -f dump.sql -c \"Server=(local);Database=ZKEACMS;User Id=sa;Password=sa;\"\n```\n\nUse `-s` if you want to include create schema\n```\nmssql2mysql -s ZKEACMS -c \"Server=(local);Database=ZKEACMS;User Id=sa;Password=sa;\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseriawei%2Fmssql2mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseriawei%2Fmssql2mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseriawei%2Fmssql2mysql/lists"}