Re: Communications link failure and java.net.ConnectException: Connection timed out: connect
Posted by: Filipe Silva
Date: June 30, 2016 04:18AM

Hi Adriano,

"Connections: The number of connection attempts (successful or not) to the MySQL server." (http://dev.mysql.com/doc/refman/5.7/en/server-status-variables.html#statvar_Connections)

Execute "SHOW PROCESSLIST;" on the MySQL client console to check the current active connections.

The error you're getting is a communication failure between client and server. You are getting a network timeout from the Operating System, so not even reaching the MySQL server. Is this happening for every single connection? If so you must have something misconfigured.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.