Your JDBC url should look like: jdbc:mysql://localhost:3306/yourdbnamehere (no []'s)
Driver class should be: com.mysql.jdbc.Driver -- Josh ----- Original Message ----- From: "Doug Brown" <[EMAIL PROTECTED]> To: "CF-Talk" <[email protected]> Sent: Friday, September 08, 2006 1:06 PM Subject: Re: Need help!! > Ok trying what you said, what am I doing wrong? I extracted the jar to > cf_root/WEB-INF/lib directory > > JDBC URL = jdbc:mysql://[1localhost]:[3306]/[2net] > DRIVER CLASS = mysql-connector-java-3.0.17-ga-bin.jar > > > > > ----- Original Message ----- > From: "Josh Nathanson" <[EMAIL PROTECTED]> > To: "CF-Talk" <[email protected]> > Sent: Friday, September 08, 2006 1:51 PM > Subject: Re: Need help!! > > >> I don't know if you need to do anything Windows ODBC related since >> Connector/J is JDBC -- I didn't need to do anything additional to get it >> working with CF besides dropping in the JAR file and restarting CF -- but >> I'm sure others will chime in. >> >> -- Josh >> >> >> >> ----- Original Message ----- >> From: "Doug Brown" <[EMAIL PROTECTED]> >> To: "CF-Talk" <[email protected]> >> Sent: Friday, September 08, 2006 12:36 PM >> Subject: Re: Need help!! >> >> >> > Josh, thanks for the reply. I am a little confused as to installing the >> > connector under windows. How is this accomplished as far as classpath > etc. >> > I >> > see what you suppose to do in coldfusion, but not sure about setting it > up >> > for windows odbc. >> > >> > >> > >> > ----- Original Message ----- >> > From: "Josh Nathanson" <[EMAIL PROTECTED]> >> > To: "CF-Talk" <[email protected]> >> > Sent: Friday, September 08, 2006 1:28 PM >> > Subject: Re: Need help!! >> > >> > >> >> >I see in adobe help they say that Connector/J version 3.1.11 and > higher >> >> > cannot be used with CFMX. Is this still the case? How bout 5 >> >> > >> >> >> >> >> >> >From Adobe, updated 8/1/06: >> >> >> >> http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=tn_19170 >> >> >> >> "Connector/J version 3.1 release 3.1.11 or 3.1.12 cannot be used with >> >> ColdFusion MX 7 because of mySQL Bug 13469. Connector/J 3.1.13 fixes > this >> >> bug, so driver version 3.1.10 or 3.1.13 should be used. All >> >> Connector/J >> >> version 3.0 releases and all (currently beta) version 3.2 releases >> >> work >> > with >> >> ColdFusion MX 7." >> >> >> >> -- Josh >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> > >> > >> >> > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:252624 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

