So I'm trying to get character saving (for a game I'm developing) to a database made through my webhost, the problem is I can't get the connection to go through.
What I have is:
con = DriverManager.getConnection("jdbc:mysql://domain/database_name","user","password");
Yes, I have added my IP...