Ask a Question related to Coldfusion Database Access, Design and Development.
-
rmorgan #1
Cant create datasource
I having trouble creating a datasource. MySQL service is running, but when i
try to create the DS it fails with this error: I am running w2k, apache 2.0.52,
mysql 4.1.11. I also noticed that SQLYog will not connect either. Anyone have
any suggestions? TIA Connection verification failed for data source:
2005clubevent java.sql.SQLException: Cannot connect to MySQL server on
xxx.xxx.xxx.xxx:3306. Is there a MySQL server running on the machine/port you
are trying to connect to? (java.net.ConnectException) The root cause was that:
java.sql.SQLException: Cannot connect to MySQL server on xxx.xxx.xxx.xxx:3306.
Is there a MySQL server running on the machine/port you are trying to connect
to? (java.net.ConnectException)
rmorgan Guest
-
Cannot create datasource
I am having a problem with my registry. I am not able to create new datasources because of this problem. The error I get when I try to create a new... -
Cannot Create MS Access Datasource
I have seen this problem posted on google groups but really no definitive answer. Machine Specifications: Windows Server 2003 Macromedia... -
Dynamically create datasource
Hi http://groups.yahoo.com/group/coldfusion-howto/message/3086 -
Anyway to create a datasource without using CFIDE
Anybody know how to create a datasource name using native Oracle driver without using the CFIDE in CFMX7? I checked out the cfquery tag and it is... -
Unable to create datasource
Has anyone been able to come up with answer for this issue? I am experiencing it and can't add datasources due to this bug. -
Defuse #2
Re: Cant create datasource
CFMX doesn't support MySQL 4.1. You'll either have to use MySQL 4.0 or get the
MySQL JDBC driver and it link it that way.
It kind of sucks, because I like MySQL 4.1. I just hope it supports MySQL 5
when it's released.
Defuse Guest
-
rmorgan #3
Re: Cant create datasource
That does suck, but I know someone that is usin 4.1.10 and it works fine with cfmx7, only difference really is he is using a *nix system.
rmorgan Guest
-
Defuse #4
Re: Cant create datasource
He's probably using different JDBC drivers. Find out which one he has and see if you can make it work. I'm not saying it won't work, but it's not too terribly easy.
Defuse Guest
-
rmorgan #5
Re: Cant create datasource
I will look into it, but does that also explain why SQLyog will not connect as well?
rmorgan Guest
-
Defuse #6
Re: Cant create datasource
I'm not familiar with SQLyog, but if it's tied into MySQL in any way, probably.
Defuse Guest
-
Jochem van Dieten - TMM #7
Re: Cant create datasource
rmorgan wrote:
Then it is a MySQL error, not a CF error.> I having trouble creating a datasource. MySQL service is running, but when i
> try to create the DS it fails with this error: I am running w2k, apache 2.0.52,
> mysql 4.1.11. I also noticed that SQLYog will not connect either.
That looks like a pretty clear error message to me. Is there a> Connection verification failed for data source:
> 2005clubevent java.sql.SQLException: Cannot connect to MySQL server on
> xxx.xxx.xxx.xxx:3306. Is there a MySQL server running on the machine/port you
> are trying to connect to?
MySQL server running on the machine/port you are trying to
connect to?
--
Jochem van Dieten
Team Macromedia Volunteer for ColdFusion, beer and fun.
Jochem van Dieten - TMM Guest
-
rmorgan #8
Re: Cant create datasource
Yes, there is a MySQL server running. CF, and SQLyog will not connect. SQLyog gives a bad handshake error. However, MySQL administrator connects to it just fine remotely.
rmorgan Guest
-
rmorgan #9
Re: Cant create datasource
Nevermind, found a solution. It seems like a band aid fix, but what can you do?
[url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url]
rmorgan Guest



Reply With Quote

