当前位置:网站首页>mysql8.0 mha实现高可用《mha》
mysql8.0 mha实现高可用《mha》
2022-07-25 21:19:00 【liuyunshengsir】
参考文档
https://github.com/yoshinorim/mha4mysql-manager/wiki/Overview#overview
https://blog.csdn.net/ycsdn10/article/details/122023797
确保安装依赖顺利
1.配置节点ssh免密
https://blog.csdn.net/liuyunshengsir/article/details/102885163
2.安装mysql8.0
https://liuyunshengsir.blog.csdn.net/article/details/124168231
3.mysql8.0 授权远程登录
https://liuyunshengsir.blog.csdn.net/article/details/124174264
4.配置主从
mysql -u user0001 -h 172.17.0.3 -pUser0001!
主节点
mysql> show master status;
+---------------+----------+--------------+------------------+-------------------+
| File | Position | Binlog_Do_DB | Binlog_Ignore_DB | Executed_Gtid_Set |
+---------------+----------+--------------+------------------+-------------------+
| binlog.000016 | 157 | |边栏推荐
- Isn't it too much to play Gobang in idea?
- 作为测试,如何理解线程同步异步
- Leetcode-6130: designing digital container systems
- 有哪些优化mysql索引的方式请举例(sqlserver索引优化)
- Dear bosses, how can I print the result of Flink SQL to the console and display it completely?
- An interview question about concurrent reading and writing of map in golang
- Unity vs -- the default debugging in VS is to start rather than attach to unity debugging
- PayPal PHP product trial period "recommended collection"
- YUV422 to RGB (422sp to 420p)
- How to store pictures in the database "suggested collection"
猜你喜欢

Leetcode-6131: the shortest dice sequence impossible to get

Apple estimates that iPhone will give up the Chinese market, and the Chinese industrial chain needs to consider living a hard life

Unity vs -- the default debugging in VS is to start rather than attach to unity debugging

Reading the pointpillar code of openpcdet -- Part 3: Calculation of loss function

IEC61131 address representation

Basic knowledge of Marine Geology

Cesium polygon gradient texture (canvas)

2022 latest examination questions and answers of eight members (standard staff) of Shanghai Architecture

Sum of two numbers and three numbers

Sentinel vs Hystrix 限流对比,到底怎么选?
随机推荐
基于腾讯地图实现精准定位,实现微信小程序考勤打卡功能
使用oap切面导致controller被重复调用
[ManageEngine] value brought by Siem to enterprises
Research: more than 70% of doctors are still prescribing unsafe antibiotic drugs
Sum of two numbers and three numbers
When facing complex problems, systematic thinking helps you understand the essence of the problem
[online tutorial] iptables official tutorial -- learning notes 2
CV image flipping, emgucv image rotation "recommended collection"
牛客-TOP101-BM38
Advanced technology management - how can the team be broken?
牛客-TOP101-BM37
Array of arm disassembly
Huatai Securities account opening process, is it safe to open an account on your mobile phone
Temperature and humidity environment monitoring system based on stm32
Niuke-top101-bm38
What's special about Huawei's innovative solutions to consolidate the foundation of ERP for small and medium-sized enterprises?
GDB locates the main address of the program after strip
Opencv learning Fourier transform experience and line direction Fourier transform code
ZigBee IOT development platform (Industrial IOT)
An interview question about interface and implementation in golang