Ask a Question related to Coldfusion Database Access, Design and Development.
-
climbrainer #1
ODBC Connection Error
Hello,
I am running the Developer version of CF and I am trying to make one simple
connection to MySQL database, however, i keep getting an error message when I
try and set up the connection. This is the message I get:
Connection verification failed for data source: mysqlcf_jbspeckh
java.sql.SQLException: Cannot connect to MySQL server on 64.202.189.150:3600.
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 64.202.189.150:3600. Is there a MySQL server running on the machine/port you
are trying to connect to? (java.net.ConnectException)
If someone could help explain to me what this means that would be great.
Thanks.
John Speckhard
climbrainer Guest
-
Error in ODBC connection to Pick D3 database in CF 7.0.1
I've updated CF 5.0 over Windows 2000 to CF 7.0.1 and queries over Pick D3 ODBC conection give an "ColdFusion MX 7 ODBC Server" error: "ColdFusion... -
Create ODBC connection
I figure if the CF Administrator can create an ODBC connection for CF, and the Administrator is just a CF application, we, as application... -
create ODBC connection in CF?
Is there a way to create ODBC DSNs via code? Even if I have to execute something in another language... -
ODBC Connection
I created dynamicxls in system DSN to connect to another server J: it showed J:/weekly/suspenselist.xls then I created Data source in... -
Connection string - ODBC vs OLEDB and Unspecified Error
This one has me stumped and I was wondering if anyone might have a solution... Using this connection string ... -
mxstu #2
Re: ODBC Connection Error
What version of mySQL and CF MX are you using? Are you trying to connect to a
local database (ie. on your machine) or remote database? If it is a local
database, try using "localhost" or "127.0.0.1" instead of "64.202.189.150". If
it is a remote database, does the mySQL server on 64.202.189.150 allow
connections from your IP address?
mxstu Guest



Reply With Quote

