当前位置:网站首页>MySQL docker installation master-slave deployment
MySQL docker installation master-slave deployment
2022-07-24 20:25:00 【The strongest creature in history】
mysql docker Way to install , Master-slave deployment .
The master-slave deployment can keep the slave database consistent with the master database , Can be used for read-write separation
See the following connection for details
The main principle is binlog, as well as mysql Communication between
# install mysql
docker pull mysql:8.0.18
# function mysql
docker run -p 3306:3306 --name mysql \
-v /mydata/mysql/log:/var/log/mysql \
-v /mydata/mysql/data:/var/lib/mysql \
-v /mydata/mysql/conf:/etc/mysql \
-v /mydata/mysql/mysql-files:/var/lib/mysql-files \
-e MYSQL_ROOT_PASSWORD=root -d mysql:8.0.18
# function mysql2 As a slave
docker run -p 3307:3306 --name mysql2 \
-v /mydata/mysql2/log:/var/log/mysql \
-v /mydata/mysql2/data:/var/lib/mysql \
-v /mydata/mysql2/conf:/etc/mysql \
-v /mydata/mysql2/mysql-files:/var/lib/mysql-files \
-e MYSQL_ROOT_PASSWORD=root -d mysql:8.0.18
# Common commands
docker rm [ Container name ]
docker logs [ Container name ]
docker start [ Container name ]
## Get into docker Containers ,[ Container name ] Replace with mysql
docker exec -it [ Container name ] /bin/bash
# needed mysql command
## View host slave status
show master status;
show slave status ;
start slave; # Start slave
# Modify the master library in the slave
change master to master_host='192.168.153.11', master_port=3306, master_user='test', master_password='test', master_log_file='mysql-bin.000001', master_log_pos=1267;
# Create main library users and authorizations
create user 'test'@'%' identified by 'test';
grant replication slave on *.* to 'test'@'%';Docker Installation _ The blog of stars without names -CSDN Blog _docker install
Use docker install mysql_ Wang Junshi's technology blog blog -CSDN Blog _docker install mysql
边栏推荐
- [training Day9] light tank [dynamic planning]
- Ask a question: is there an error msg = ora-04036: instance usage when using CDC to monitor oracle
- When using vscode, the tab indentation changes from 4 spaces to small arrows (solved)
- The U.S. economy continues to be weak, and Microsoft has frozen recruitment: the cloud business and security software departments have become the hardest hit
- [msp430g2553] graphical development notes (1) configuration environment
- [sciter]: window communication
- Alibaba cloud technology expert Yang Zeqiang: building observable capabilities on elastic computing cloud
- Unit DLU of resource editor
- Thymeleaf application notes
- Oracle 19C datagruad replication standby rman-05535 ora-01275
猜你喜欢

How to set appium script startup parameters

What should Ali pay attention to during the interview? Personal account of Alibaba interns who passed five rounds of interviews

Leetcode 1928. minimum cost of reaching the destination within the specified time

Safe way -- Analysis of single pipe reverse connection back door
![[training Day8] tent [mathematics] [DP]](/img/d3/42869ed5bb7c9148d9fa7367a9af02.png)
[training Day8] tent [mathematics] [DP]

Fluoronisin peptide nucleic acid oligomer complex | regular active group alkyne, SH thiol alkynyl modified peptide nucleic acid

Each blogger needs to ask himself seven basic questions

Thinking of @requestbody caused by hi and hello requests

Make Huawei router into FTP server (realize upload and download function)

Bypass using the upper limit of the maximum number of regular backtracking
随机推荐
[trial experience of Yuxin micro Wiota ad hoc network protocol development kit] RT thread BSP Software package production
Istio一之Envoy工作原理
From code farmer to great musician, you only need these music processing tools
Valdo2021 - vascular space segmentation in vascular disease detection challenge (2)
What is IDE (integrated development environment)
Huawei set up login with account and password
Unity's ugui text component hard row display (improved)
Working principle of envy of istio I
147 set whether to cache by using the routing meta information - use of include and exclude - use of activated and deactivated
Guys, I have no problem running locally in diea, running on the server. What's wrong with the lack of CDC connection? The database IP can be pinged
TCP sliding window, singleton mode (lazy and hungry) double checked locking / double checked locking (DCL)
Todolist case
[Extension Program - cat scratch 1.0.15 _ online video and audio acquisition artifact _ installation tutorial plus acquisition]
[msp430g2553] graphical development notes (1) configuration environment
Please ask a question. Follow the quick start method. After creating the table, the Flink SQL queries and displays the table structure, but there is an error when it exceeds the limit. What should we
Selenium uploads files in more ways than you think
Student achievement management system based on PHP
Thinking of @requestbody caused by hi and hello requests
Rhodamine B labeled PNA | rhodamine b-pna | biotin modified PNA | biotin modified PNA | specification information
Hcip early summary