Mysql JDBC issue

Nick6 years ago

Server was working great, decided to move to MySQL as my databse.
I edited the config file per the manual, installed MySQL server (Windows), and get the following error:

2019-12-20 14:57:42  WARN: Registered driver with driverClassName=com.mysql.jdbc.Driver was not found, trying direct instantiation.
2019-12-20 14:58:01 ERROR: HikariPool-1 - Exception during pool initialization. - Connection refused: connect - ConnectException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2019-12-20 14:58:01 ERROR: Main method error - Connection refused: connect - ConnectException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
2019-12-20 14:58:01  WARN: JNA: Callback org.traccar.WindowsService$ServiceMain@15d49048 threw the following exception - Connection refused: connect - ConnectException (... < DataManager:139 < *:89 < Context:292 < Main:110 < ...)
Anton Tananaev6 years ago

Connection refused by your MySQL server, so it's either not listening to connection or maybe it's not running or maybe your configuration parameters are incorrect. The issue has nothing to do with JDBC driver.