OK, so I'm trying to connect a datasource to a MySQL database. When I put in all my info I get this error:
Connection verification failed for data source: phoenix3
com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
The root cause was that: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
and I can't seem to fix it... Help me please.