I created a java program that uses MySql. Now I want to give the app to someone else, and I'm using the URL as: jdbc:mysql://ipAddress:3306/tableName
, but it doesn't work, showing the error of connection failure.
What should I do?
I created a java program that uses MySql. Now I want to give the app to someone else, and I'm using the URL as: jdbc:mysql://ipAddress:3306/tableName
, but it doesn't work, showing the error of connection failure.
What should I do?