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>"); Quote
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.