{"id":51230220,"url":"https://github.com/choewy/mysql-80-replication-docker","last_synced_at":"2026-06-28T15:31:11.481Z","repository":{"id":197725818,"uuid":"677932097","full_name":"choewy/mysql-80-replication-docker","owner":"choewy","description":"MySQL 8.0 Replication Docker Compose","archived":false,"fork":false,"pushed_at":"2023-10-02T05:17:02.000Z","size":6691,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-05T05:31:07.939Z","etag":null,"topics":["docker","docker-compose","mysql80","replica","replication"],"latest_commit_sha":null,"homepage":"https://choewy.tistory.com/154","language":null,"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/choewy.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}},"created_at":"2023-08-13T05:53:58.000Z","updated_at":"2023-10-03T07:58:21.000Z","dependencies_parsed_at":"2023-10-02T07:58:46.735Z","dependency_job_id":null,"html_url":"https://github.com/choewy/mysql-80-replication-docker","commit_stats":null,"previous_names":["choewy/mysql-80-replication-docker"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/choewy/mysql-80-replication-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choewy%2Fmysql-80-replication-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choewy%2Fmysql-80-replication-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choewy%2Fmysql-80-replication-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choewy%2Fmysql-80-replication-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/choewy","download_url":"https://codeload.github.com/choewy/mysql-80-replication-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/choewy%2Fmysql-80-replication-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34894560,"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-28T02:00:05.809Z","response_time":54,"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":["docker","docker-compose","mysql80","replica","replication"],"created_at":"2026-06-28T15:31:10.666Z","updated_at":"2026-06-28T15:31:11.419Z","avatar_url":"https://github.com/choewy.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL8.0 Replication Docker\n\n- Run\n\n```zsh\ndocker-compose up --build -d\n```\n\n- Start Replica\n\n```sql\n-- mysql80 slave(172.5.0.3)\n\nSTART REPLICA USER='repl' PASSWORD='';\n```\n\n- Show Replica Status\n\n```sql\nSHOW REPLICA STATUS;\n```\n\n```json\n{\n  \"Replica_IO_State\": \"Waiting for source to send event\",\n  \"Source_Host\": \"172.5.0.2\",\n  \"Source_User\": \"repl\",\n  \"Source_Port\": 3306,\n  \"Connect_Retry\": 60,\n  \"Source_Log_File\": \"mysql-bin.000003\",\n  \"Read_Source_Log_Pos\": 157,\n  \"Relay_Log_File\": \"4cb45b0b8afc-relay-bin.000003\",\n  \"Relay_Log_Pos\": 326,\n  \"Relay_Source_Log_File\": \"mysql-bin.000003\",\n  \"Replica_IO_Running\": \"Yes\",\n  \"Replica_SQL_Running\": \"Yes\",\n  \"Replicate_Do_DB\": \"\",\n  \"Replicate_Ignore_DB\": \"\",\n  \"Replicate_Do_Table\": \"\",\n  \"Replicate_Ignore_Table\": \"\",\n  \"Replicate_Wild_Do_Table\": \"\",\n  \"Replicate_Wild_Ignore_Table\": \"\",\n  \"Last_Errno\": 0,\n  \"Last_Error\": \"\",\n  \"Skip_Counter\": 0,\n  \"Exec_Source_Log_Pos\": 157,\n  \"Relay_Log_Space\": 723,\n  \"Until_Condition\": \"None\",\n  \"Until_Log_File\": \"\",\n  \"Until_Log_Pos\": 0,\n  \"Source_SSL_Allowed\": \"No\",\n  \"Source_SSL_CA_File\": \"\",\n  \"Source_SSL_CA_Path\": \"\",\n  \"Source_SSL_Cert\": \"\",\n  \"Source_SSL_Cipher\": \"\",\n  \"Source_SSL_Key\": \"\",\n  \"Seconds_Behind_Source\": 0,\n  \"Source_SSL_Verify_Server_Cert\": \"No\",\n  \"Last_IO_Errno\": 0,\n  \"Last_IO_Error\": \"\",\n  \"Last_SQL_Errno\": 0,\n  \"Last_SQL_Error\": \"\",\n  \"Replicate_Ignore_Server_Ids\": \"\",\n  \"Source_Server_Id\": 1,\n  \"Source_UUID\": \"797aaa63-60df-11ee-a723-0242ac050002\",\n  \"Source_Info_File\": \"mysql.slave_master_info\",\n  \"SQL_Delay\": 0,\n  \"SQL_Remaining_Delay\": null,\n  \"Replica_SQL_Running_State\": \"Replica has read all relay log; waiting for more updates\",\n  \"Source_Retry_Count\": 86400,\n  \"Source_Bind\": \"\",\n  \"Last_IO_Error_Timestamp\": \"\",\n  \"Last_SQL_Error_Timestamp\": \"\",\n  \"Source_SSL_Crl\": \"\",\n  \"Source_SSL_Crlpath\": \"\",\n  \"Retrieved_Gtid_Set\": \"\",\n  \"Executed_Gtid_Set\": \"\",\n  \"Auto_Position\": 0,\n  \"Replicate_Rewrite_DB\": \"\",\n  \"Channel_Name\": \"\",\n  \"Source_TLS_Version\": \"\",\n  \"Source_public_key_path\": \"\",\n  \"Get_Source_public_key\": 0,\n  \"Network_Namespace\": \"\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoewy%2Fmysql-80-replication-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchoewy%2Fmysql-80-replication-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchoewy%2Fmysql-80-replication-docker/lists"}