05 2021 档案

摘要:select * from information_schema.innodb_trx\G; select * from information_schema.PROCESSLIST where INFO is not null; select * from information_schema.p 阅读全文

posted @ 2021-05-19 18:52 星期六男爵 阅读(69) 评论(0) 推荐(0)

摘要:#!/bin/bash # Name: collectBehind.sh # Version: 1.0 # Date: 2021-05-19 user='***' password='****' port=9001 sock='/tmp/mysqld.9001_mdowntest.sock' #my 阅读全文

posted @ 2021-05-19 15:20 星期六男爵 阅读(68) 评论(0) 推荐(0)

摘要:版本:mysql-5.6.25 binlog_rows_query_log_events=1 动态修改不生效,必须重启后生效。 阅读全文

posted @ 2021-05-18 17:26 星期六男爵 阅读(148) 评论(0) 推荐(1)

摘要: 阅读全文

posted @ 2021-05-14 18:05 星期六男爵 阅读(40) 评论(0) 推荐(0)

摘要:mysql5.6.25 mysql> select * from t2;+ + + + +| id | c1 | c2 | c3 |+ + + + +| 4 | 4 | 4 | NULL || 100 | 100 | 100 | NULL || 103 | 103 | 103 | 103 || 10 阅读全文

posted @ 2021-05-14 18:01 星期六男爵 阅读(69) 评论(0) 推荐(0)

导航