sayydo
sayydo

Reputation: 55

How do I make a connection to a MySQL database using ColdFusion?

I have Adobe ColdFusion 10 installed on my computer and registered with a free website on 000webhost.com. However, when I tried to connect I got this error:

Connection verification failed for data source: ssss
java.sql.SQLException: Timed out trying to establish connection The root cause was that: java.sql.SQLException: Timed out trying to establish connection

This is what I typed in the ColdFusion connector:

I don't know if the problem is with the free web host or the way I added the data source.

Upvotes: 1

Views: 486

Answers (1)

da_didi
da_didi

Reputation: 842

Your datasource looks correct. You are not allowed to connect remotely to the database. I found this mentioned in their forums:

11-12-2013, 05:45 PM: Are you trying to connect remotely? (not allowed) Your files have to be on the server.

Upvotes: 5

Related Questions