当前位置:Gxlcms > 数据库问题 > MySQL参数配置

MySQL参数配置

时间:2021-07-01 10:21:17 帮助过:4人阅读

<!--初始化连接--> dataSource.initialSize=10 #<!--最大空闲连接--> dataSource.maxIdle=20 #<!--最小空闲连接--> dataSource.minIdle=5 #最大连接数 dataSource.maxActive=50 #<!--超时等待时间以毫秒为单位60000毫秒/1000等于60秒--> dataSource.maxWait=100

 

MySQL参数配置

标签:

人气教程排行