{"id":15598564,"url":"https://github.com/fluffynuts/mysql-clone","last_synced_at":"2026-06-20T14:32:08.031Z","repository":{"id":66060504,"uuid":"413431233","full_name":"fluffynuts/mysql-clone","owner":"fluffynuts","description":"Quick-n-dirty method to clone a mysql database","archived":false,"fork":false,"pushed_at":"2025-06-19T07:43:24.000Z","size":1518,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-19T08:38:46.623Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fluffynuts.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-04T13:23:09.000Z","updated_at":"2025-06-19T07:43:28.000Z","dependencies_parsed_at":"2025-02-19T16:26:04.624Z","dependency_job_id":"65e6b2c4-d8bc-449b-8832-0a4d8ec71869","html_url":"https://github.com/fluffynuts/mysql-clone","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"c2df2b2dba28130ebb8277e66929796f5e799b39"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fluffynuts/mysql-clone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fmysql-clone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fmysql-clone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fmysql-clone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fmysql-clone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fluffynuts","download_url":"https://codeload.github.com/fluffynuts/mysql-clone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fluffynuts%2Fmysql-clone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34573729,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-20T02:00:06.407Z","response_time":98,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-03T01:40:35.330Z","updated_at":"2026-06-20T14:32:08.008Z","avatar_url":"https://github.com/fluffynuts.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"MySQL-Clone\n---\n\nA simple .net CLI utility to clone a mysql database\n\nQuick usage\n---\n```\nnpm ci\n```\n\n_ask the tool how to use it:_\n```\nnpm start -- -- --help\n```\n(all the `--`s are required to get past npm 🙄)\n\n_run interactively: answer some questions and get a cloned database:_\n```\nnpm run interactive\n```\n\n_run like an expert:_\n```\nnpm start -- -h source-host -u source-user -p source-password -d source-database -H target-host -U target-user -P target-password -D target database\n```\n\nBuild\n---\nIf you have dotnet core 5 and node installed, you should be able to:\n```\nnpm ci\nnpm run build\n```\n\nto produce binaries in the `bin` folder. Alternatively, use the binaries that are checked in,\nif you trust me. Or build with your IDE of choice (VS, Rider, etc)\n\nUsage\n---\nRun `mysql-clone.exe` with `--help` for all options or with `-i` for a guided interactive session\n\nWhy\n---\nI wanted to automate away the steps of cloning a mysql database using `mysqldump` and `mysql`,\nincluding the ability to run a clean-up script after restoration completes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fmysql-clone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffluffynuts%2Fmysql-clone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffluffynuts%2Fmysql-clone/lists"}