摘要:
在使用mysql5.7的时候,发现了不少在mysql5.6上不曾见过的日志,级别为note, 最常见的note日志以下三种,下面我们来逐个解释。 第一种,Aborted connection . 如上图,信息如下: 2020-08-17T14:44:24.102542Z 59 [Note] Abor 阅读全文
摘要:
> check table endpoint; + + + + + | Table | Op | Msg_type | Msg_text | + + + + + | falcon_global.endpoint | check | status | OK | + + + + + 1 row in s 阅读全文
摘要:
> optimize table endpoint \G; *************************** 1. row *************************** Table: falcon_global.endpoint Op: optimize Msg_type: note 阅读全文
摘要:
> Checksum table endpoint; + + + | Table | Checksum | + + + | falcon_global.endpoint | 3178977874 | + + + 1 row in set (0.94 sec) Thu Aug 27 11:15:48 阅读全文
摘要:
# desc endpoint; # show create table endpoint \G; # show index from endpoint \G; # show table status like 'endpoint'\G; # optimize table endpoint \G; 阅读全文