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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...