Connection verification failed for data source - connection refused
I am trying to connect to azure-mysql-db from non-azure vm but getting below error -
- It's being allowed through firewall, I checked the logs but refusing by database.
Error -
Connection verification failed for data source: mydatasource
java.sql.SQLException: Access denied for user 'mydatasource'@'12.11.156.5' (using password: YES)
The root cause was that: java.sql.SQLException: Access denied for user 'mydatasource'@'12.11.156.5' (using password: YES).
Can anyone please help me with this.
