解读show slave status 命令判断MySQL复制同步状态 1. show slave status命令可以显示主从同步的状态 MySQL> show slave status \G; *************************** 1. row *************************** Slave_IO_State: Waiting for master to send event Master_Host: 127.0.0.1 Master_User: rep…
常见SHOW PROCESSLIST返回结果中各种线程状态 ================================================ After createThis occurs when the thread creates a table (including internal temporary tables), at the end of the function that creates the table. This state is used even i…