
复制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;