Yes i connected. now i want to connect the mysql database in the live server . i have ip but the error will come
org.hibernate.exception.JDBCConnectionException: unable to obtain isolated JDBC connection [Communications link failure
please give the solution ..
my application.properties
# Application Name
spring.application.name=product
# Remote Database Configuration
spring.datasource.url=jdbc:mysql://My_IP:3306/test
spring.datasource.username=root
spring.datasource.password=my_password
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
# Hibernate & JPA Settings
spring.jpa.hibernate.ddl-auto=update
spring.jpa.show-sql=true
spring.jpa.database-platform=org.hibernate.dialect.MySQL8Dialect