cvazer Posted February 24, 2020 Share Posted February 24, 2020 So I crated an account, log on to my cpanel, using database wizard created mysql db and user for it. Then I added % in mysql remote section. Now i'm trying to connect to my db using datagrip. my db name is: cvazer_dndmy username is: cvazer_hub URL: jdbc:mysql://johnny.heliohost.org:3306/cvazer_dnd And it is not working =( I'm not getting any errors it simply can't connect to remote host for some reason I switched off all ssl flags in connection settings on my side So what am I doing wrong? Quote Link to comment Share on other sites More sharing options...
wolstech Posted February 24, 2020 Share Posted February 24, 2020 Can you try connecting using an SQL client (e.g. the mysql command line tools) and see if it that works? We've had issues in the past with Java talking to mysql (usually the error is too many connections though). Quote Link to comment Share on other sites More sharing options...
cvazer Posted February 24, 2020 Author Share Posted February 24, 2020 Can you try connecting using an SQL client (e.g. the mysql command line tools) and see if it that works? We've had issues in the past with Java talking to mysql (usually the error is too many connections though). mysql --host=johnny.heliohost.org --user=cvazer_hub --password=<my_password> cvazer_dndthis bash command on linux mint seems to be the same. Just hangs and after a while says "Can't connect to MySQL server on 'johnny.heliohost.org' (110)" Quote Link to comment Share on other sites More sharing options...
wolstech Posted February 24, 2020 Share Posted February 24, 2020 Does this link work for you? http://portquiz.net:3306/ (Do you see a website, or get an error message?) Quote Link to comment Share on other sites More sharing options...
cvazer Posted February 24, 2020 Author Share Posted February 24, 2020 Does this link work for you? http://portquiz.net:3306/ (Do you see a website, or get an error message?) I see what you mean, Indeed all of my ports except 80 are blocked right now. I'm currently on corporate machine so i can't open them. I'll try it out when i get home, thx Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.