游客发表

关于MySQL内存泄露如何排查的一些思路

发帖时间:2025-11-04 22:08:11

关于MySQL内存泄露如何排查的一些思路
复制mysql> SELECT @@query_cache_size,关于       @@key_buffer_size,       @@innodb_buffer_pool_size ,       @@innodb_log_buffer_size ,       @@tmp_table_size ,       @@read_buffer_size,       @@sort_buffer_size,       @@join_buffer_size ,       @@read_rnd_buffer_size,       @@binlog_cache_size,       @@thread_stack,       (SELECTCOUNT(host) FROM  information_schema.processlist where command<>Sleep)\G; 

    热门排行

    友情链接