- Jun 6, 2020
- 11,517
- 4,383
Hello,
Recently i changed my laptop to a new one and re-installed all my softwares and updated to some newer versions.
I got this error from jRDC2 connecting to a MySQL database.
I'm using MySQL server 8, and JConnector 8: mysql-connector-java-8.0.17.jar
I already opened ports 17178 inbound and outbound rules to TCP connection.
I have tried almost everything on the posted threads with no luck.
I'm using windows 10
I have the typicall error on the test connection:
RemoteServer is running (09/01/2019 19:54:35)
Error fetching connection.
Here my config.properties file:
#DATABASE CONFIGURATION
DriverClass=com.mysql.cj.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost:3306/estilista
User=XXXX
Password=XXXX
#Java server port
ServerPort=17178
Notice the DriverClass name is the new way to name it based on this oracle documentation:
Of course in my main module i have the line...
Recently i changed my laptop to a new one and re-installed all my softwares and updated to some newer versions.
I got this error from jRDC2 connecting to a MySQL database.
I'm using MySQL server 8, and JConnector 8: mysql-connector-java-8.0.17.jar
I already opened ports 17178 inbound and outbound rules to TCP connection.
I have tried almost everything on the posted threads with no luck.
I'm using windows 10
I have the typicall error on the test connection:
RemoteServer is running (09/01/2019 19:54:35)
Error fetching connection.
Here my config.properties file:
#DATABASE CONFIGURATION
DriverClass=com.mysql.cj.jdbc.Driver
JdbcUrl=jdbc:mysql://localhost:3306/estilista
User=XXXX
Password=XXXX
#Java server port
ServerPort=17178
Notice the DriverClass name is the new way to name it based on this oracle documentation:
برای دیدن لینک ها باید ثبت نام کنید
Of course in my main module i have the line...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید