摘要:
show processlist; 查看连接信息 SHOW VARIABLES LIKE '%max_con%'; 查看最大连接数 SET GLOBAL max_connections = 1000;修改最大连接数 在一个新项目中,几人开发时,发现mysql默认最大连接数不够用,增加最大连接数就没问 阅读全文
posted @ 2019-06-07 20:28
wullll
阅读(1478)
评论(0)
推荐(0)
摘要:
1.修改文件 vim /etc/rc.local rc.local是Linux启动程序在login程序前执行的最后一个脚本,解释https://blog.csdn.net/sinat_16791487/article/details/76696753 简单说: 第一行:目的在于避免这个脚本重复执行, 阅读全文
posted @ 2019-06-07 20:27
wullll
阅读(839)
评论(0)
推荐(0)
摘要:
一、描述 技术要求:应能够对应用系统的最大并发会话连接数进行限制; 测试结果:未设置最大并发会话连接数 二、解决 https://blog.csdn.net/qq_38907374/article/details/79708113 在server.xml中添加maxConnections="100" 阅读全文
posted @ 2019-06-07 20:11
wullll
阅读(3349)
评论(1)
推荐(0)

浙公网安备 33010602011771号