Linux修改Mysql最大并发连接数
Jun 07, 2016 pm 03:53 PM查看当前系统下mysql设置的最大连接数 [root@localhost ~]# /usr/bin/mysqladmin -uroot -p variables |grepmax_connections |max_connections | 100 //默认是100 [root@localhost ~]# nano /etc/my.cnf 编辑my.cnf在[mysqld]中加入: set-variable=max_conn
查看当前系统下mysql设置的最大连接数
[root@localhost ~]# /usr/bin/mysqladmin -uroot -p variables |grep
max_connections
|
max_connections
[root@localhost ~]# nano /etc/my.cnf
编辑my.cnf在[mysqld]中加入:
set-variable=max_connections=1000
[root@localhost ~]# service mysqld restart //重启mysql

Hot Article

Hot tools Tags

Hot Article

Hot Article Tags

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

Android TV Box gets unofficial Ubuntu 24.04 upgrade

deepseek web version entrance deepseek official website entrance

How to fix mysql_native_password not loaded errors on MySQL 8.4

BitPie Bitpie wallet app download address

BITGet official website installation (2025 beginner's guide)

Zabbix 3.4 Source code compilation installation

Detailed explanation: Shell script variable judgment parameter command
