我无法让我的 ColdFusion 10 数据源连接到 MySql v5.xx
对于连接器类型,我使用的是:MySQL (4/5)
我收到此错误:
Connection verification failed for data source: cfMySqlDSN
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
The root cause was that: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
谁能帮我解决这个问题?