79536265

Date: 2025-03-26 11:36:54
Score: 5
Natty:
Report link

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

Reasons:
  • RegEx Blacklisted phrase (2.5): please give the solution
  • RegEx Blacklisted phrase (1): i want
  • Long answer (-0.5):
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Bharath m