Ask a Question related to Coldfusion Database Access, Design and Development.
-
revdave #1
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 successfully installed mysql plus other goodies using MAMP
- phpmyadmin let me create a test database at : [url]http://localhost:8888/MAMP[/url] ...
- this page tells me that I can connect to mySQL server using the following
connection parameters:
- host = localhost (port 8889) user = root password = root
- in the Cold fusion administrator I tried to create a new data source
- * the only driver type that was available was mySql 3.x * ( - not sure what
I believe that MAMP installed the latest MYSQL 5.??) ... maybe this driver is
the problem?
- database = test
- port = 889
- user name = root
- password = root
* error says Java. Sql sql exception: communication failure during handshake
is there a server running on local host: 8889?
Basically I am a novice trying to work with MYSQL....
* question: any ideas in have the correct this situation?
revdave Guest
-
Connection to data source error
Hi, For the past week I am continually getting disconnected from my data source in cold fusion, and have to reconnect. But when I go to do that,... -
Data Source Connection Problems -- CF6 and CF7
We have doing development locally running CF6 on a local XP SP2 machine with the latest version of the MS MSDE server. When we installed CF6 last... -
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... -
DB Connection Error: Data source name not found
Hei, I am using Dreamweaver MX 6.1, XP SP2 and trying to connect to a MS Access db. I can open & preview the page & data correctly using IIS... -
ASP Data Source Connection Help
I am trying to create a connection in my ASP page to a SQL Server database. This is my code for the connection string: <%Option Explicit%> <%... -
tzimmerman #2
Re: Data source connection problems with MYSQL
See [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=6ef0253[/url].
HTH
Ted Zimmerman
tzimmerman Guest
-
revdave #3
Re: Data source connection problems with MYSQL
Yippee - that worked! Thank you very much for that info!
Now - another mysql issue...
- I tried to create another data source from my home Cold fusion
administrator 7.01 to a mysql test database that I have on the web
- for this I use the supplied mysql driver 3.0
- database = mytest
- server = mysite.com
- port was preset to 3306 - I don't know what my port is so I left it like
this
- user name = test
- password = test
* the error that came back =
' connection verification failed java.sql.sql exception: server denies access
to data source'
* question: why is this happening? Is there a way to fixit?
revdave Guest
-
revdave #4
Re: Data source connection problems with MYSQL
still curious how to connect to an outside source...any ideas?
revdave Guest



Reply With Quote

