Ask a Question related to Coldfusion Database Access, Design and Development.
-
Shane930 #1
CF 7 data source error with MySQL 4.1
Ok, I am struggling here. I have read everything I could find on hooking up to
MySQL on a local machine and I am still getting this error. I followed tech
note 6ef0253, and read through quite a few others. Any help would be
appreciated. Thanks
Connection verification failed for data source: saamysql
java.sql.SQLException: No suitable driver available for saamysql, please check
the driver setting in resources file, error: null
The root cause was that: java.sql.SQLException: No suitable driver available
for saamysql, please check the driver setting in resources file, error: null
Here is my data source info:
CF Data Source Name: saamysql
JDBC URL: jdbc:mysql://local/saa
Driver Class: com.mysql.jdbc.Driver
Driver Name
User Name root
Password **************
Description
Shane930
Shane930 Guest
-
Error:data Source Name too long
When trying to set up a custom connection string by entering: \\Ib27s17\data\Production Databases\Contact Info Database\Contact Information... -
Data source connection problems with MYSQL
I am having some data source connection problems with MYSQL. - MAC 10.4.6 tiger - I just successfully installed ColdFusion 7.01 - also - I just... -
Can CF MX 6.1 access MySQL database as a Data Source?
I am using a PC with Windows XP, ColdFusion MX 6.1, MySQL 4.1 Server, DreamWeaver MX installed. I have been doing a lot of reading forums and... -
Data Source Error
I just upgraded my Studio MX to Studio MX 2004. I installed the Coldfusion Developer to my local drive to test my site. When I go to coldfusion's... -
CF7 data source error help needed
when i verify the connections or when i add a data source i get the following error. I dont know what it means and i have set CF Server up the same... -
Shane930 #2
CF 7 data source error with MySQL 4.1
Ok, I am struggling here. I have read everything I could find on hooking up to
MySQL on a local machine and I am still getting this error. I followed tech
note 6ef0253, and read through quite a few others. Any help would be
appreciated. Thanks
Connection verification failed for data source: saamysql
java.sql.SQLException: No suitable driver available for saamysql, please check
the driver setting in resources file, error: null
The root cause was that: java.sql.SQLException: No suitable driver available
for saamysql, please check the driver setting in resources file, error: null
Here is my data source info:
CF Data Source Name: saamysql
JDBC URL: jdbc:mysql://local/saa
Driver Class: com.mysql.jdbc.Driver
Driver Name
User Name root
Password **************
Description
Shane930
Shane930 Guest
-
mpwoodward *TMM* #3
Re: CF 7 data source error with MySQL 4.1
On 2005-05-16 14:09:05 -0500, "Shane930" <webforumsuser@macromedia.com> said:
If you have MySQL running on the same server as CF, try changing> Ok, I am struggling here. I have read everything I could find on
> hooking up to MySQL on a local machine and I am still getting this
> error. I followed tech note 6ef0253, and read through quite a few
> others. Any help would be appreciated. Thanks
>
> Connection verification failed for data source: saamysql
> java.sql.SQLException: No suitable driver available for saamysql,
> please check the driver setting in resources file, error: null
> The root cause was that: java.sql.SQLException: No suitable driver
> available for saamysql, please check the driver setting in resources
> file, error: null
>
> Here is my data source info:
>
> CF Data Source Name: saamysql
> JDBC URL: jdbc:mysql://local/saa
> Driver Class: com.mysql.jdbc.Driver Driver Name User Name root
> Password ************** Description
> Shane930
"local" in your JDBC URL to "localhost" or "127.0.0.1". The "No
suitable driver" error typically means it can't find the driver (are
you sure you put it somewhere in CF's classpath?), but I'd change the
URL first and see what happens because I doubt that "local" means
anything to CF.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
Shane930 #4
Re: CF 7 data source error with MySQL 4.1
Thanks Matt, I found the problem. It was in the class path. Thank you for your reply.
Shane930 Guest



Reply With Quote

