{"id":20751886,"url":"https://github.com/frankhaugen/simple-mysql-manager","last_synced_at":"2026-04-10T02:05:51.224Z","repository":{"id":40916494,"uuid":"156986618","full_name":"frankhaugen/simple-mysql-manager","owner":"frankhaugen","description":"A very simple manager for MySQL databases. It's a bare-bones solution, with as few frills as possible","archived":false,"fork":false,"pushed_at":"2022-12-08T01:40:15.000Z","size":125,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-11T14:45:47.154Z","etag":null,"topics":["csharp","database","dotnet","easy-to-use","free","management","manager","mysql","mysql-data","newtonsoft-json","simple"],"latest_commit_sha":null,"homepage":null,"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/frankhaugen.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}},"created_at":"2018-11-10T14:02:46.000Z","updated_at":"2018-11-11T23:50:35.000Z","dependencies_parsed_at":"2023-01-24T03:50:11.432Z","dependency_job_id":null,"html_url":"https://github.com/frankhaugen/simple-mysql-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/frankhaugen/simple-mysql-manager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankhaugen%2Fsimple-mysql-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankhaugen%2Fsimple-mysql-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankhaugen%2Fsimple-mysql-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankhaugen%2Fsimple-mysql-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frankhaugen","download_url":"https://codeload.github.com/frankhaugen/simple-mysql-manager/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frankhaugen%2Fsimple-mysql-manager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27994391,"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","status":"online","status_checked_at":"2025-12-24T02:00:07.193Z","response_time":83,"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":["csharp","database","dotnet","easy-to-use","free","management","manager","mysql","mysql-data","newtonsoft-json","simple"],"created_at":"2024-11-17T08:38:49.913Z","updated_at":"2025-12-24T03:32:01.369Z","avatar_url":"https://github.com/frankhaugen.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Mysql Manager\nA very simple manager for MySQL databases. It's a bare-bones solution, with as few frills as possible\n\n## Latest release\n[Latest release](https://github.com/frankhaugen/simple-mysql-manager/releases/latest)\n\n## NOTICE\nThis is early in development, and so this has very limited functionality, but the goal here is to have very simple functionality\n\n## How to use\nYou can either manually enter data into the textboxes or you can place a json-file called \"servers.json\", next to the executable\n\n### servers.json\nThis is how the configuration file \"servers.json\" must be formatted, (you do not need multiple items in the array)\n```json\n{\n\t\"servers\": [\n\t\t{\n\t\t\t\"address\": \"mysql01.somedomain.ms\",\n\t\t\t\"friendlyname\": \"My personal database\",\n\t\t\t\"database\": \"jdhomedb\",\n\t\t\t\"username\": \"joannadoe\",\n\t\t\t\"password\": \"qwerty12345\"\n\t\t},\n\t\t{\n\t\t\t\"address\": \"mysql02.somedomain.ms\",\n\t\t\t\"friendlyname\": \"Accounting Firm LLC\",\n\t\t\t\"database\": \"accounfirm\",\n\t\t\t\"username\": \"joannadoe\",\n\t\t\t\"password\": \"qwerty12345\"\n\t\t},\n\t\t{\n\t\t\t\"address\": \"mysql03.somedomain.ms\",\n\t\t\t\"friendlyname\": \"Testing Database\",\n\t\t\t\"database\": \"devdb\",\n\t\t\t\"username\": \"joannadoe\",\n\t\t\t\"password\": \"qwerty12345\"\n\t\t}\n\t]\n}\n```\n\n## Screenshots\n![Welcome notice](/Screenshots/screenshot_01.png)\n![Full functionality](/Screenshots/screenshot_03.png)\n\n## TODO\n- Find how to handle databases with high number of tables\n- Query-field and execution button, to write to server\n- Functionality to edit database from UI\n- Detailed error-handlig\n- Clean code\n- Comment and document code\n- Add better error-handling","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankhaugen%2Fsimple-mysql-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrankhaugen%2Fsimple-mysql-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrankhaugen%2Fsimple-mysql-manager/lists"}