maxzhao

不要害怕Exception和Error

  • Home
  • About
  • Tags
  • Categories
  • Archives
  • Schedule
  • Search
  • Table of Contents
  • Overview
赵联胜

赵联胜

小码农赵联胜的博客,从遇到Java到爱上Java,工作之余学习Java生态圈中的各种技术。
443 posts
190 categories
240 tags
友情链接
  • 我的简书
0%

MySQL修改最大连接数

Edited on 2023-11-17 In DB , MySQL
1
2
3
set GLOBAL max_connections=200;
show processlist;
show status;

修改配置文件:my.cnf

1
2
3
4
[mysqld]
# ****
# 允许最大连接数
max_connections=2000

本文地址: https://github.com/maxzhao-it/blog/post/83060759/

# MySQL
多系统启动盘ventoy
Linux下MySQL自动备份
© 2024 赵联胜