[Bug 13476] SQLyog community edition : Cannot connect to a remote DB through gSTM tunnel

wine-bugs at winehq.org wine-bugs at winehq.org
Tue May 27 16:59:09 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=13476


Kai Blin <kai.blin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |




--- Comment #5 from Kai Blin <kai.blin at gmail.com>  2008-05-27 16:59:08 ---
It's actually not fixed yet.

The patch introduced for 0.9.61 is a hack to make gethostbyname(name) return
127.12.34.56 instead of 127.0.0.1 if name is not "localhost". This is to make
bind aware that some stupid windows program tried to bind to the IP with the
default route. However, I forgot to fix "connect" to change 127.12.34.56 back
to 127.0.0.1, as on connect this should still work.

Of course one could argue that you should always use "localhost" if you want to
connect to 127.0.0.1.

I'm preparing a patch to address the connect issue.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list