MySQL8设置slowlog记录所有语句原创
mysql> set global long_query_time=0;
Query OK, 0 rows affected (0.00 sec)
mysql> set min_examined_row_limit=1;
Query OK, 0 rows affected (0.00 sec)
1
2
3
4
5
2
3
4
5
上次更新: 12/20/2024
- 01
- Logstash迁移ES数据12-11
- 02
- Elastichsearch使用wildcard字段模糊匹配12-07