Coldfusion
Connector/J Setup (Recommended for All)
- Remove mysql-connector*.jar from C:\ColdFusion8\lib\.
- Download the java based MySQL Connector/J driver as ZIP format. Make sure you use the JAR file from the root of the ZIP file.
- Extract the ZIP file to it’s own folder. The root folder will contain the JAR file needed for the next step.
- Copy new mysql-connector-java-*-bin.jar to C:\ColdFusion8\lib\.
- Restart the Coldfusion Application service.
Zip file and highlighted file needed:
![]()
Datasource Setup:

JDBC URL: jdbc:mysql://localhost:3306/integrator
Driver Class: com.mysql.jdbc.Driver
References
http://dev.mysql.com/downloads/connector/
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_19170&sliceId=2