First, I am running 9.61
I am running a “large” SQL statement that is timing out on the server (I am using SQLyogTunnel.php in order to connect remotely). I am getting the following Error after a lengthy timeout:
Error Code: 10
HTTP Error. Could not connect to the tunneling URL.
I can run “smaller” SQL statements both before and after my timed out SQL statement and there is no problem. I suggest that the above error statement is incorrect since I would assume that during the initiation of a remote SQL statement there would be some “handshaking”, meaning that there WAS a connection with the tunneling URL. The error should be “Timed Out” or at least “I think it timed out!”