What version of ColdFusion and MySQL are you trying to use?
--
Ken Ford
Adobe Community Expert - Dreamweaver
Fordwebs, LLC
http://www.fordwebs.com
"MidOhioIT" <webforumsuser@macromedia.com> wrote in
message
news:ftm12n$sua$1@forums.macromedia.com...
> Ken,
> Thanks for your help. I am new at coldfusion so don't be
afraid to state
> the
> obvious... I now get this error:
>
> Connection verification failed for data source: zipcodes
> java.sql.SQLException: No suitable driver available for
zipcodes, please
> check
> the driver setting in resources file, error: null
> The root cause was that: java.sql.SQLException: No
suitable driver
> available
> for zipcodes, please check the driver setting in
resources file, error:
> null
>
> This is the settings that I have in literal text:
>
CF DATA SOURCE NAME: zipcodes
>
JDBC URL: jdbc:mysql://127.0.0.1:3306/zipcodes
>
DRIVER CLASS: com.mysql.jdbc.Driver
>
USER NAME: zip_user
>
PASSWORD: *****
>