Jump to content

Recommended Posts

Posted

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_dnd

my 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?

 

 

Posted

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).

Posted

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_dnd

this 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)"

Posted

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...