当前位置:网站首页>MySQL replication series 6- tables related to replication information
MySQL replication series 6- tables related to replication information
2022-06-24 15:18:00 【wangwei-dba】
Copy status information can be viewed through some statements such as (show slave status) And related system tables , They had a corresponding relationship before
Copy related tables :
1.mysql.salve_master_info: It contains the connection status between the slave library and the master library and the current configuration information , The main library ip、 Log in to the main database and copy the user account and password 、io The main library binary log file read by the thread and its location ( You need to set variables master-info-repository=TABLE)
2.mysql.slave_relay_log_info: Save the information about the execution point of the relay log from the library , Relay log files and location information 、 The binary file and location information corresponding to the main library
3.replication_applier_configuration: Record the configuration parameters for delayed replication from the library (performance_schema library )
4.replication_applier_status: Record the current general transaction execution status from the library (performance_schema library )
5.replication_applier_status_by_coordinator: Record when using multi-threaded replication from the Library , From library coordinator The working state of the thread and the error information (performance_schema library )
6.replication_applier_status_by_worker: Record the of multi-threaded replication work Thread state (performance_schema library )
7.replication_connection_configuration: Record the configuration parameters for connecting the slave library to the master library , In execution change master When inserting and changing (performance_schema library )
8.replication_connection_status: Record from library io Thread connection status information (performance_schema library )
9.replication_group_member_stats: Record transaction status statistics of group replication members (performance_schema library )
10.replication_group_member: Record network and status information of group replication members (performance_schema library )
Copy information view show slave status \G ( The way we often use )
mysql>show slave status\G; ***************************1.row*************************** Slave_IO_State:Waiting for master to send event --io Thread state Master_Host:10.1.1.11 -- Connected master library ip Master_User:repl -- User name to connect to the main library Master_Port:3312 -- Connect the port of the main library Connect_Retry:60 -- Retry interval for connecting to the primary database Master_Log_File:mysql-bin.006922 --io The thread reads the binary file name of the current main library Read_Master_Log_Pos:567117404 --io The thread reads the binary log location of the current main library Relay_Log_File:bss-mysql-slave-relay-bin.020759 -- Slave Library sql The thread reads the relay log file name Relay_Log_Pos:566686064 -- Slave Library sql Thread reads relay log file location Relay_Master_Log_File:mysql-bin.006922 -- Slave Library sql The thread reads and plays back the binary log file of the corresponding main library Slave_IO_Running:Yes -- Slave Library io Thread running state Slave_SQL_Running:Yes -- Slave Library sql Thread running state Replicate_Do_DB: -- The following replication filters are relevant Replicate_Ignore_DB: Replicate_Do_Table: Replicate_Ignore_Table: Replicate_Wild_Do_Table: Replicate_Wild_Ignore_Table: Last_Errno:0 --sql Thread error message code Last_Error: -- --sql Thread error messages Skip_Counter:0 Exec_Master_Log_Pos:566685890 -- Slave Library sql The thread reads the binary log file location of the main library corresponding to playback Relay_Log_Space:567117883 -- All relay log sizes currently exist Until_Condition:None Until_Log_File: Until_Log_Pos:0 Master_SSL_Allowed:No Master_SSL_CA_File: Master_SSL_CA_Path: Master_SSL_Cert: Master_SSL_Cipher: Master_SSL_Key: Seconds_Behind_Master:0 -- Displays the replication delay time from the Library Master_SSL_Verify_Server_Cert:No Last_IO_Errno:0 -- Lead to io Number of thread errors Last_IO_Error: --io Error message of thread error Last_SQL_Errno:0 --sql Number of thread errors Last_SQL_Error: --sql Error message of thread error Replicate_Ignore_Server_Ids: Master_Server_Id:113312 Master_UUID:e97f3051-1da4-11eb-9fe9-baf0fafbff04 Master_Info_File:mysql.slave_master_info SQL_Delay:0 -- Replication delay configures the delay time of the slave database from the master database SQL_Remaining_Delay:NULL -- Delay from library seconds remaining Slave_SQL_Running_State:Slave has read all relay log; waiting for more updates --sql State of thread Master_Retry_Count:86400 Master_Bind: Last_IO_Error_Timestamp: -- The last time io The time when the thread error occurred Last_SQL_Error_Timestamp: -- The last time sql The time when the thread error occurred Master_SSL_Crl: Master_SSL_Crlpath: Retrieved_Gtid_Set:e97f3051-1da4-11eb-9fe9-baf0fafbff04:873643901-2879718702 -- Receive all transactions from the library GTID SET Executed_Gtid_Set:e97f3051-1da4-11eb-9fe9-baf0fafbff04:1-2879718702 -- Of transactions executed from the library GTID SET Auto_Position:1 -- Whether to start automatic positioning Replicate_Rewrite_DB: -- Playback correspondence between master and slave databases Channel_Name: Master_TLS_Version: Master_public_key_path: Get_master_public_key:0 Network_Namespace:
show processlist View the status of replication related threads on the master-slave library
show master status View the main database information
show slave hosts Displays the list of slave libraries connected to the current master library
边栏推荐
- Design of vga/lcd display controller system based on FPGA (Part 2)
- Which securities company is better and safer for great wisdom to choose when opening an account
- postgresql之List
- Bitmap of redis data structure
- 入行 4 年,跳槽 2 次,我摸透了软件测试这一行
- [environment setup] zip volume compression
- MySQL title
- Defeat the binary tree!
- One article to get UDP and TCP high-frequency interview questions!
- Security Analysis on mining trend of dogecoin, a public cloud
猜你喜欢

Do you really know the difference between H5 and applet?

Application of motion capture system in positioning and mapping of mobile robot in underground tunnel

I have been in the industry for 4 years and have changed jobs twice. I have learned a lot about software testing

同样是初级测试工程师,为啥他薪资高?会这几点面试必定出彩

Port conflict handling method for tongweb

从pair到unordered_map,理论+leetcode题目实战

A common defect management tool - Zen, which teaches you from installation to using the handle

Linux Installation cenos7 MySQL - 8.0.26

postgresql之词法分析简介

List of PostgreSQL
随机推荐
FPGA based analog I ² C protocol system design (Part I)
09_ An efficient memory method
Overview of SAP marketing cloud functions (IV)
Is it safe to open an account for stock speculation in the top ten securities app rankings in China
Istio Troubleshooting: using istio to reserve ports causes pod startup failure
15 differences between MES in process and discrete manufacturing enterprises (Part 2)
Actual combat | a tortuous fishing counteraction
June training (day 23) - dictionary tree
Port conflict handling method for tongweb
Logstash introduction and simple case
laravel8使用faker调用工厂填充数据
Go language concurrency model mpg model
Golang实现Biginteger大数计算
3 ring kill 360 security guard process
Alibaba OSS object storage service
R language constructs regression model diagnosis (normality is invalid), performs variable transformation, and uses powertransform function in car package to perform box Cox transform to normality on
Explore cloud native databases and take a broad view of future technological development
CVPR2022 | 可精简域适应
leetcode.12 --- 整数转罗马数字
Qunhui synchronizes with alicloud OSS