已经搞清楚了
把分数给帮我解答以下问题的大哥:请帮我解释一下以下各项参数的意思,谢谢:
show variables like '%max%';
+---------------------------------+------------+
| Variable_name                   | Value      |
+---------------------------------+------------+
| bdb_max_lock                    | 10000      |
| ft_max_word_len                 | 254        |
| ft_max_word_len_for_sort        | 20         |
| max_allowed_packet              | 16776192   |
| max_binlog_cache_size           | 4294967295 |
| max_binlog_size                 | 1073741824 |
| max_connect_errors              | 100        |
| max_connections                 | 250        |
| max_delayed_threads             | 20         |
| max_heap_table_size             | 16777216   |
| max_insert_delayed_threads      | 20         |
| max_join_size                   | 4294967295 |
| max_relay_log_size              | 0          |
| max_seeks_for_key               | 4294967295 |
| max_sort_length                 | 1024       |
| max_tmp_tables                  | 32         |
| max_user_connections            | 80         |
| max_write_lock_count            | 4294967295 |
| myisam_max_extra_sort_file_size | 268435456  |
| myisam_max_sort_file_size       | 2147483647 |
+---------------------------------+------------+