I am using Cloud SQL in my android app,everything works fine but some times cloud sql doesn't respond. I am unable to access the database through app with the following error
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
And at the same time the database is accessible through Local MySQL Instance running in my PC. Please Help