当前位置:网站首页>Mysql8.0 MHA to achieve high availability "MHA"
Mysql8.0 MHA to achieve high availability "MHA"
2022-07-25 21:21:00 【liuyunshengsir】
Reference documents
https://github.com/yoshinorim/mha4mysql-manager/wiki/Overview#overview
https://blog.csdn.net/ycsdn10/article/details/122023797
Ensure smooth installation of dependencies
1. Configuration node ssh Unclassified
https://blog.csdn.net/liuyunshengsir/article/details/102885163
2. install mysql8.0
https://liuyunshengsir.blog.csdn.net/article/details/124168231
3.mysql8.0 Authorize remote login
https://liuyunshengsir.blog.csdn.net/article/details/124174264
4. Configure master and slave
mysql -u user0001 -h 172.17.0.3 -pUser0001!
Master node
mysql> show master status;
+---------------+----------+--------------+------------------+-------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB | Executed_Gtid_Set |
+---------------+----------+--------------+------------------+-------------------+
| binlog.000016 | 157 | |边栏推荐
- Please give an example of how to optimize MySQL index (sqlserver index optimization)
- Oracle views the SQL statements with the slowest execution and the most queries
- Add startup software items when the win system starts up
- ES6 --- four powerful operators (?,? =,?.,?:)
- Apache Shenyu admin authentication bypass vulnerability (cve-2021-37580) analysis and protection measures
- Vivo official website app full model UI adaptation scheme
- ES6---4个强大运算符(??、??=、?.、?:)
- 3阶有向完全图的所有非同构的子图(不同钩子图个数)
- MPI learning notes (II): two implementation methods of matrix multiplication
- 【网络教程】IPtables官方教程--学习笔记2
猜你喜欢

Leetcode-114: expand binary tree into linked list

Research: more than 70% of doctors are still prescribing unsafe antibiotic drugs

pyqt5使用pyqtgraph绘制多个Y值散点图

SSH private key realizes login to remote target server

Per capita Swiss number series, Swiss number 4 generation JS reverse analysis

Focus on data | Haitai Fangyuan directly hits the construction idea of data security governance in the securities industry

Opencv learning Fourier transform experience and line direction Fourier transform code

字节一面:TCP 和 UDP 可以使用同一个端口吗?

Leetcode-79: word search

Cesium polygon gradient texture (canvas)
随机推荐
The international summit osdi included Taobao system papers for the first time, and end cloud collaborative intelligence was recommended by the keynote speech of the conference
Miscellaneous notes -- a hodgepodge
Reading the pointpillar code of openpcdet -- Part 3: Calculation of loss function
[MSA] a brief description of the moveit Configuration Assistant chain in planning groups
黑盒(功能)测试基本方法
ES6 --- four powerful operators (?,? =,?.,?:)
Unity vs -- the default debugging in VS is to start rather than attach to unity debugging
sqlx库使用
Sqlx library usage
ONEFLOW V0.8.0 officially released
Fastjson deserialization vulnerability utilization analysis collection
【FiddlerTX插件】使用Fiddler抓包腾讯课堂视频下载(抓不到包解决方案)
Sum of two numbers and three numbers
Leetcode-155: minimum stack
Vivo official website app full model UI adaptation scheme
[depth] the new LAAS agreement elephant: the key to revitalizing the development of the defi track
基于腾讯地图实现精准定位,实现微信小程序考勤打卡功能
Isn't it too much to play Gobang in idea?
DDD的Go实战
一道golang中defer和函数结合的面试题