当前位置:Gxlcms > 数据库问题 > 解决mysql连接报“Communications link failure”错误

解决mysql连接报“Communications link failure”错误

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

定义在从数据库获取新连接失败后重复尝试的次数。默认值: 30 ;小于等于0表示无限次--> <property name="acquireRetryAttempts" value="0"/> <!--重新尝试的时间间隔,默认为:1000毫秒--> <property name="acquireRetryDelay" value="1000" /> <!--最大空闲时间,3600秒内未使用则连接被丢弃。若为0则永不丢弃。默认值: 0 --> <property name="maxIdleTime" value="3600"/> <!--c3p0全局的PreparedStatements缓存的大小。如果maxStatements与maxStatementsPerConnection均为0,则缓存不生效,只要有一个不为0,则语句的缓存就能生效。如果默认值: 0--> <property name="maxStatements" value="0"/> <!--maxStatementsPerConnection定义了连接池内单个连接所拥有的最大缓存statements数。默认值: 0 --> <property name="maxStatementsPerConnection" value="0"/> <!--定义所有连接测试都执行的测试语句。在使用连接测试的情况下这个一显著提高测试速度。测试的表必须在初始数据源的时候就存在。Default: null--> <property name="preferredTestQuery" value="select 1"/> <!--每1800秒检查所有连接池中的空闲连接。Default: 0 --> <property name="idleConnectionTestPeriod" value="1800"/> <!-- 获取连接时测试有效性,每次都验证连接是否可用 --> <property name="testConnectionOnCheckout" value="false"/>

 

 

  

 

 

 

 

 

 

 

解决mysql连接报“Communications link failure”错误

标签:必须   初始   nec   def   idle   c3p0   connect   错误   tsp   

人气教程排行