When Azure/ClearDB recycle the principal My SQL node we are getting problems in our PHP programs even though we've got:
$timeout = 10; /* seconds for timeout */ $mysqli->options( MYSQLI_OPT_CONNECT_TIMEOUT, $timeout );
Is there some other parameter we should be setting as well to deal with this type of situation?