Ask a Question related to Coldfusion Database Access, Design and Development.
-
Diamondback #1
MySQL CF7 connection problem
I recently installed MySQL 4.1 and CF7, but I'm having trouble with the
driver connection.
I'm trying to use MySQL's connector J v. 3.0.17 but I haven't had any
luck. I also tried with the latest driver,
mysql-connector-java-3.1.11-bin, but it didn't work and read on one of
the CF message board that it was flaky (it recommended trying v3.0.17).
It doesn't matter which driver I use, I get this error when I try to
create the datasource:
---------
Connection verification failed for data source: curves
java.sql.SQLException: No suitable driver available for curves, please
check the driver setting in resources file, error: null
The root cause was that: java.sql.SQLException: No suitable driver
available for curves, please check the driver setting in resources
file, error: null
---------
I didn't install CF on my C: drive because of space issues. It was
installed on my D: drive (same physical drive, different partition),
which is also where MySQL 4.1 is installed. I'm not sure whether that
matters or not. Here's the configuration:
D:\CFusionMX7\wwwroot\WEB-INF\lib
CF DSN: trick4
JDBC URL: jdbc:mysql://localhost:3306/trick4
Driver Class: com.mysql.jdbc.Driver
Driver Name: mysql-connector-java-3.0.17-ga-bin.jar
User Name: root
Password: root
The driver for MS Access works fine. I have several running and they
test fine when I verify the DSNs. I'm a little perplexed. Any help is
appreciated.
Diamondback Guest
-
#40207 [NEW]: Warning: mysql_connect() [function.mysql-connect]: Lost connection to MySQL ser
From: arif at peshawaronline dot com Operating system: PHP version: 4.4.4 PHP Bug Type: Compile Warning Bug description: ... -
Error 2013 problem, Lost connection to MySQL during query. (InnoDB)
Hello, I get an error: "Error 2013 problem, Lost connection to MySQL during query" and the MySQL service stops when I run an SQL statement:... -
connection problem MySQL - php from dreamweaver
Can anybody please help me ? I have set up a remote MySQL database ( on windows system), and have defined the remote testing server and filled... -
MySql database connection problem
Hi Everyone, I've just installed ColdFusion MX 6.1 on Red Hat (it's also runing Plesk to manage all my domains. I don't konw if that throws a... -
Problem with ASP connection to MySQL
I'm using the following code to try to connect to an existing MySQL database that I can connect to with MySQL-Front. But I'm getting a 500 error....



Reply With Quote

