I am connecting MYSQL database to google bigquery through datafusion pipeline,i used a jdbc driver jar file, i installed it and put details into source pipeline, at the time of browsing data at connection database(mysql) i put detail of host name,port name, user id and password properly now i am getting this error - "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." Help me with this....
0
votes
1 Answers
0
votes
Is it private instance of the Cloud Data Fusion or public? For public CDF instances, mysql database should be on public IP address and allow connections. For private CDF instances, make sure you have followed the instructions here https://cloud.google.com/data-fusion/docs/how-to/create-private-ip, mainly the vpc peering is setup.