{"id":16366555,"url":"https://github.com/centminmod/docker-centos66-webscalesql","last_synced_at":"2026-02-17T08:30:16.886Z","repository":{"id":27935660,"uuid":"31428131","full_name":"centminmod/docker-centos66-webscalesql","owner":"centminmod","description":"WebScaleSQL MySQL server for CentminMod.com","archived":false,"fork":false,"pushed_at":"2016-05-07T04:28:54.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-31T01:40:11.895Z","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/centminmod.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}},"created_at":"2015-02-27T16:25:46.000Z","updated_at":"2016-02-06T13:08:21.000Z","dependencies_parsed_at":"2022-08-20T06:40:36.749Z","dependency_job_id":null,"html_url":"https://github.com/centminmod/docker-centos66-webscalesql","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-centos66-webscalesql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-centos66-webscalesql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-centos66-webscalesql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/centminmod%2Fdocker-centos66-webscalesql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/centminmod","download_url":"https://codeload.github.com/centminmod/docker-centos66-webscalesql/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239828091,"owners_count":19703799,"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","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-11T02:46:52.975Z","updated_at":"2026-02-17T08:30:16.822Z","avatar_url":"https://github.com/centminmod.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"[WebScaleSQL MySQL Server](http://webscalesql.org/) on CentOS 6.7 64bit Docker container build intended for use with [CentminMod.com LEMP stack](http://centminmod.com). \n\n### My Docker Hub repo\n\n* https://registry.hub.docker.com/u/centminmod/docker-centos66-webscalesql/\n\n### Centmin Mod Docker Development forums\n\n* https://community.centminmod.com/forums/centmin-mod-docker-development.52/\n\n---\n### Default MySQL root user password \n\n* The default MySQL root user password is set to = mysqlpass with added replication user = repl\n\n#### Grab from Docker Hub\n\n    docker pull centminmod/docker-centos66-webscalesql\n\nRun docker container\n\n    docker run -d -p 3306:3306 -t centminmod/docker-centos66-webscalesql\n\nor specify a name e.g. webscale1\n\n    docker run --name webscale1 -d -p 3306:3306 -t centminmod/docker-centos66-webscalesql\n\nor if host system already has MySQL running on port 3306 need to map to another local host port e.g. 3307\n\n    docker run --name webscale1 -d -p 3307:3306 -t centminmod/docker-centos66-webscalesql\n\nto access container via bash if started with name = webscale1\n\n    docker exec -ti webscale1 /bin/bash\n\nto connect from host system to MariaDB docker container use the -h IP address which is shown for the docker0 network interface\n\n    ifconfig docker0 | grep 'inet '\n    inet addr:172.17.42.1  Bcast:0.0.0.0  Mask:255.255.0.0\n\nor connect via IP derived from docker inspect command for container named webscale1\n\n    docker inspect --format '{{ .NetworkSettings.IPAddress }}' webscale1\n    172.17.0.2    \n\ne.g. host system running CentminMod.com LEMP stack MariaDB 10 server hence the client is 10.0.16 to connect to WebScaleSQL 5.6.23 docker container\n\n    mysqladmin -P 3307 -h 172.17.42.1 -u root -p ver                   \n    Enter password: \n    mysqladmin  Ver 9.1 Distrib 10.0.16-MariaDB, for Linux on x86_64\n    Copyright (c) 2000, 2014, Oracle, MariaDB Corporation Ab and others.\n    \n    Server version          5.6.23\n    Protocol version        10\n    Connection              172.17.42.1 via TCP/IP\n    TCP port                3307\n    Uptime:                 5 sec\n    \n    Threads: 1  Questions: 2  Slow queries: 0  Opens: 15  Flush tables: 1  Open tables: 8  Queries per second avg: 0.400\n\n---\n\n#### Building from Dockerfile\n\nGrab files\n\n    git clone https://github.com/centminmod/docker-centos66-webscalesql.git\n\nBuild docker container with image name = centos66-webscalesql. Run command within same directory as Dockerfile\n\n    docker build -t centos66-webscalesql .\n\nTo run follow same run steps above.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fdocker-centos66-webscalesql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcentminmod%2Fdocker-centos66-webscalesql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcentminmod%2Fdocker-centos66-webscalesql/lists"}