I am trying to connect my java code with remote MySQL database by using JDBC but I got this error message on NetBeans JDBC connection window:
Cannot establish a connection to jdbc:mysql://example.com:3306/databaseName?zeroDateTimeBehavior=convertToNull using com.mysql.jdbc.Driver (Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.)
How can I solve this problem?