[Docker] 为什么`mysql -h localhost`无法登录了? 2021-08-23 docker 805 words 2 mins read 为什么mysql -h localhost无法登录了? 在mac上用docker运行了一个mysql,配置如下: docker-compose.yml Read more...
[Docker] Etcd Cluster 2021-08-22 docker 996 words 2 mins read Docker 部署 Etcd 集群 拉取镜像 选择一个镜像拉取 1 2 3 4 5 6 7 docker pull gcr.io/etcd-development/etcd:v3.5.0 docker pull quay.io/coreos/etcd:v3.5.0 docker pull bitnami/etcd:latest docker pull k8s.gcr.io/etcd:3.4.13-0 运行容器 使用gcr.io/etcd-development/etc Read more...
[MyRocks] Docker中使用MyRocks 2021-07-26 mysql 1039 words 3 mins read RocksDB是FaceBook基于Google开源的LevelDB实现的,使用LSM(Log-Structure Merge)树来存储数据。 Read more...
[MySQL] 部署GreatSQL及MGR集群 2021-07-25 mysql 2824 words 6 mins read 转自 GreatSQL 社区 关于 GreatSQL GreatSQL是源于Percona Server的分支版本,除了Percona Server已有的稳定可靠、高效、管理更方便等 Read more...
[Linux] dig 命令使用 2021-07-10 linux 528 words 2 mins read Linux dig 命令主要用于 查询单个域名的 DNS 信息 使用方法 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 > dig baidu.com ; <<>> DiG 9.9.7-P3 <<>> baidu.com ;; global options: +cmd ;; Got Read more...