Open Coniface opened 7 years ago
1) Hmm, check your database, i think it's that. Also check you configuration file
2)You Mysql Server refuse the connection : Caused by: java.net.ConnectException: Connection refused (Connection refused).
Check sure you are registered in you Mysql users
3 )I'm on linux, and i can, check if your port is > than 1500. (Default Mysql : 3306) Check also, if you are logged on root, or default user.
4)Else, you can open your database for all. (Not recommended)
1) I don't know what I should check though. I imported the script connecting to the database with the very same credentials I put in the config file (copy/paste multiple times from a file). I'm tempted to think that the port argument is not taken in consideration since I have a custom port on Linux but I didn't on Windows and it worked fine.
2) Ok so it must be related to the database. The mysql user is correct, I used it to import your script.
3) My port is > 1500 and it normally works with any application but not here. I was indeed logged as root.
Really, i don't see the problem, I'm going to explore the problem and going to contact you. Sorry, really.
Although I can start the data server on Windows, it is impossible to run it on Linux for me. Here is the gigantic error I have, it looks to be related to the Hikari pool but the configuration is fine.