{"id":26186892,"url":"https://github.com/silmu/docker-mysql-boilerplate","last_synced_at":"2026-05-06T00:34:54.156Z","repository":{"id":280035863,"uuid":"764234402","full_name":"silmu/docker-mysql-boilerplate","owner":"silmu","description":"Docker MySQL boilerplate 🐳","archived":false,"fork":false,"pushed_at":"2025-02-28T21:53:39.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T23:37:10.168Z","etag":null,"topics":["boilerplate","docker","docker-compose","docker-container","mysql","template"],"latest_commit_sha":null,"homepage":"","language":null,"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/silmu.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-27T18:06:15.000Z","updated_at":"2025-02-28T21:56:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"da3eae7b-7621-4cee-b59f-0f71dde1823a","html_url":"https://github.com/silmu/docker-mysql-boilerplate","commit_stats":null,"previous_names":["silmu/docker-mysql-boilerplate"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/silmu/docker-mysql-boilerplate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silmu%2Fdocker-mysql-boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silmu%2Fdocker-mysql-boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silmu%2Fdocker-mysql-boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silmu%2Fdocker-mysql-boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silmu","download_url":"https://codeload.github.com/silmu/docker-mysql-boilerplate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silmu%2Fdocker-mysql-boilerplate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281577702,"owners_count":26524886,"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-10-29T02:00:06.901Z","response_time":59,"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":["boilerplate","docker","docker-compose","docker-container","mysql","template"],"created_at":"2025-03-11T23:35:25.838Z","updated_at":"2025-10-29T07:06:08.652Z","avatar_url":"https://github.com/silmu.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker MySQL boilerplate 🐳\n\nIf you don't feel like setting up MySQL on your system, using MySQL in a system agnostic Docker container is a great option.\n\n## Steps to follow\n\n1. Install [Docker](https://docs.docker.com/desktop/setup/install/mac-install/)\n2. Copy repository `git clone https://github.com/silmu/docker-mysql-boilerplate.git`\n3. Run `docker-compose up -d`\n\n### Troubleshooting 🛠️\n\nIf you encounter error logging in for the first time run:\n\n1. `docker exec -it mysql-8.4-container mysql -u root -p` to login into MySQL in the container\n2. Set the authentication plugin to `caching_sha2_password`:\n\n   ```sql\n   ALTER USER 'root'@'localhost' IDENTIFIED WITH 'caching_sha2_password' BY 'root';\n   FLUSH PRIVILEGES;\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilmu%2Fdocker-mysql-boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilmu%2Fdocker-mysql-boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilmu%2Fdocker-mysql-boilerplate/lists"}