Home > Database > Mysql Tutorial > MySQL查看最大连接数和修改最大连接数_MySQL

MySQL查看最大连接数和修改最大连接数_MySQL

WBOY
Release: 2016-06-01 13:17:13
Original
852 people have browsed it

MySQL查看最大连接数和修改最大连接数

1、查看最大连接数
show variables like '%max_connections%';

/


2、修改最大连接数
set GLOBAL max_connections = 200;

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template