In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >
Share
Shulou(Shulou.com)06/01 Report--
This article is mainly about MySQL 5.7 MGR single master how to quickly determine the content of the master node, if you are interested, let's take a look at this article. I believe that after reading MySQL 5.7 MGR single master how to quickly determine the master node is of some reference value to everyone.
MySQL 5.7MGR determines which master node is, which can be determined by member ID, and then confirmed by read_only parameters.
[root@localhost] # mysql-uroot-p-P 3306-h 127.0.0.1mysql: [Warning] Using a password on the command line interface can be insecure.Welcome to the MySQL monitor. Commands end with; or\ g.Your MySQL connection id is 857246Server version: 5.7.26-29-log Percona Server (GPL) Copyright (c) 2009-2019 Percona LLC and/or its affiliatesCopyright (c) 2000, 2019, Oracle and/or its affiliates. All rights reserved.Oracle is a registered trademark of Oracle Corporation and/or itsaffiliates. Other names may be trademarks of their respectiveowners.Type 'help;' or'\ h' for help. Type'\ c'to clear the current input statement.mysql > status-mysql Ver 14.14 Distrib 5.7.26-29, for Linux (x86'64) using EditLine wrapperConnection id: 857246Current database: Current user: root@127.0.0.1SSL: Not in useCurrent pager: stdoutUsing outfile:''Using delimiter: Server version: 5.7.26-29-log Percona Server (GPL) Protocol version: 10Connection: 127.0.0.1 via TCP/IPServer characterset: utf8mb4Db characterset: utf8mb4Client characterset: utf8Conn. Characterset: utf8TCP port: 3306Uptime: 39 days 8 hours 53 min 39 secThreads: 4 Questions: 4989552 Slow queries: 731837 Opens: 930 Flush tables: 1 Open tables: 924 Queries per second avg: 1.466-mysql > SHOW STATUS LIKE 'group_replication_primary_member' +-- +-+ | Variable_name | Value | +- -+-+ | group_replication_primary_member | 59d7f183-b8f6-11e9-863b-005056875165 | +-- -- + 1 row in set (0.00 sec) mysql > select * from performance_schema.replication_group_members +-+ | CHANNEL_NAME | | MEMBER_ID | MEMBER_HOST | MEMBER_PORT | MEMBER_STATE | +-- | -+-+ | group_replication_applier | 500dd0aa-b8f6-11e9-85ba-005056875a61 | 196.55.7.37 | 3306 | ONLINE | | group_replication_applier | 59d7f183-b8f6-11e9-863b-005056875165 | 196.55.7.36 | 3306 | ONLINE | | group_replication_applier | 69e1c26d-b8f6-11e9-91c1-00505687032a | 196.55.7.38 | 3306 | ONLINE | | +-- +-- + 3 rows in set (0.00 sec) mysql > show variables like'% read_only' | +-- +-+ | Variable_name | Value | +-- +-+ | innodb_read_only | OFF | | read_only | OFF | | super_read_only | OFF | | transaction_read_only | OFF | Tx_read_only | OFF | +-+-+ 5 rows in set (0.01sec)
Mysql >
Is it helpful to you all about the details of the MySQL 5.7MGR single master how to determine the master node as quickly as possible? If you want to know more about it, you can continue to follow our industry information section.
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.