{"id":21665356,"url":"https://github.com/dlueth/qoopido.docker.mysql","last_synced_at":"2026-04-13T13:02:03.230Z","repository":{"id":139698662,"uuid":"63264783","full_name":"dlueth/qoopido.docker.mysql","owner":"dlueth","description":null,"archived":false,"fork":false,"pushed_at":"2016-07-13T17:09:31.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-20T06:31:09.390Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/dlueth.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}},"created_at":"2016-07-13T17:06:46.000Z","updated_at":"2016-07-13T17:09:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"68d90f24-80ca-41b9-9bd6-7b1fd3ac4fdd","html_url":"https://github.com/dlueth/qoopido.docker.mysql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/dlueth/qoopido.docker.mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dlueth","download_url":"https://codeload.github.com/dlueth/qoopido.docker.mysql/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dlueth%2Fqoopido.docker.mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31753551,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-11-25T10:50:07.086Z","updated_at":"2026-04-13T13:02:03.215Z","avatar_url":"https://github.com/dlueth.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# recommended directory structure #\nLike with my other containers I encourage you to follow a unified directory structure approach to keep things simple \u0026 maintainable, e.g.:\n\n```\nproject root\n  - docker_compose.yaml\n  - config\n    - mysql\n      - conf.d\n        - ...\n  -data \n    - mysql\n      - logs\n      - database\n        - dump.sql\n```\n\n# Example docker-compose.yaml #\n```\ndb:\n  image: qoopido/mysql:latest\n  ports:\n   - \"3306:3306\"\n  volumes:\n   - ./config:/app/config\n   - ./data/mysql:/app/data\n```\n\n# Or start container manually #\n```\ndocker run -d -P -t -i -p 3306:3306 \\\n\t-v [local path to config]:/app/config \\\n\t-v [local path to data]:/app/data \\\n\t--name db qoopido/mysql:latest\n```\n\n# Credentials #\n```root``` is restricted to access from localhost and does not have any password. ```admin``` is provided for general access using ```fyoDBafo``` as password.\n\n# Database import/export #\nThis container will create a file named ```dump.sql``` in ```/app/data/database``` on first execution and will export a fresh dump whenever the container gets stopped. If the file exists it will get imported when the container is started again.\n\nBoth im- and export will take some time but have major advantages regarding git or svn versioning. For bigger databases please make sure to add e.g. ```-t 600``` (default is 10, afterwards docker force-kills the container) option to ```docker-compose up``` as well as ```docker stop``` and ```docker-compose stop``` to ensure the dump can be imported/exported successfully before container shutdown.\n\n# Configuration #\nAny files under ```/app/config``` will be symlinked into the container's filesystem beginning at ```/etc/mysql```. This can be used to overwrite the container's default mysql configuration with a custom, project specific configuration.\n\nIf you need a custom shell script to be run on start or stop (e.g. to set symlinks) you can do so by creating the file ```/app/config/up.sh``` or ```/app/config/down.sh```.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlueth%2Fqoopido.docker.mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdlueth%2Fqoopido.docker.mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdlueth%2Fqoopido.docker.mysql/lists"}