jimmykd Posted October 17, 2017 Posted October 17, 2017 I have created a java web application on my pc and trying to access mysql database. But it isn't connecting.I grant mysql remote access %used servername: tommy.heliohost.orgusername and password if my heliohost account I have used this line of code for mysql connection, but it isn't connecting.. Connection = DriverManager.getConnection("jdbc:mysql://tommy.heliohost.org:3306/<databse_name>", "<user>", "<password>");
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now