现在的位置: 首页 > 数据库 > 正文

查看MYSQL连接

2020年05月02日 数据库 ⁄ 共 377字 ⁄ 字号 评论关闭

show status; 当前连接数
| Tc_log_max_pages_used | 0 |
| Tc_log_page_size | 0 |
| Tc_log_page_waits | 0 |
| Threads_cached | 0 |
| Threads_connected | 107 |
| Threads_created | 3252 |
| Threads_running | 104 |
| Uptime | 863


show variables; 当前设置连接数
max_binlog_cache_size | 4294967295 |
| max_binlog_size | 1073741824 |
| max_connect_errors | 10 |
| max_connections | 2000 |
| max_delayed_threads | 20 |
| max_error_count | 64 |
| max_heap_table_size | 16777216

抱歉!评论已关闭.