Hi Guys, I installed CF 2021 enterprise version (...
# cfml-general
g
Hi Guys, I installed CF 2021 enterprise version (window Server 2019) and tried to connect MySQL database but I am getting the below error. Can someone please help me with this?
Copy code
Connection verification failed for data source: demoDSN
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
c
it could be a version mismatch between the JDBC driver and the MySQL server version
g
Thanks a lot @chris-schmitz MySQL server version is 8.0.19 so which JDBC driver needs to be installed to connect the MySQL database? I already installed mysql-connector-j-8.0.31.jar but still not working for me.
@chris-schmitz - Its working after server restart 🙂