Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Using SQLyog › using sockets with http tunnel
I connect to mysql like localhost:/tmp/somesocket.sock
Is it possible to connect using http tunnel in this situation? i can NOT get access so far
I do not believe it is possible to connect that way. To use tunneling, your mysql server has to be listening to at least one IP address. (i.e. not skip-networking)
HOWEVER, you may be able to connect to localhost on the server side of the tunnel.
=C=