com.mysql.cj.configurations.coldFusion.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mysql-connector-java
Show all versions of mysql-connector-java
JDBC Type 4 driver for MySQL
#
# Properties for optimal usage in ColdFusion
#
# Automagically pulled in if "autoConfigureForColdFusion" is "true"
# which is the default configuration of the driver
#
#
# CF's pool tends to be "chatty" like DBCP
#
alwaysSendSetIsolation=false
useLocalSessionState=true
#
# CF's pool seems to loose connectivity on page restart
#
autoReconnect=true