Search found 4 matches

by nyuszis
19.12.2011, 22:37
Forum: 6.6 - stable
Topic: mysql connect named pipe on windows
Replies: 6
Views: 808

What's your OS? Windows? I'm asking this because I don't have how test it on Windows, I can test this change only on Linux. Sorry, yes the os is Windows. And mysql run the next parameter: --enable-named-pipe --socket=MySQL The named pipe used only in localhost but the firewall not blocked the conne...
by nyuszis
19.12.2011, 14:09
Forum: 6.6 - stable
Topic: mysql connect named pipe on windows
Replies: 6
Views: 808

papelhigienico wrote:And TCP/IP Connections, after this change, keeps the same behavior?
The TCP/IP connect right if the HostName is the correct Computer name or ip and not '.'
by nyuszis
18.12.2011, 11:56
Forum: 6.6 - stable
Topic: mysql connect named pipe on windows
Replies: 6
Views: 808

The Solution is next: I change zdbcmysql.pas on line 457 if FPlainDriver.RealConnect(FHandle, PChar(HostName), PChar(User), PChar(Password), PChar(Database), Port, nil, ClientFlag) = nil then to if FPlainDriver.RealConnect(FHandle, PChar(HostName), PChar(User), PChar(Password), PChar(Database), Port...
by nyuszis
17.12.2011, 22:46
Forum: 6.6 - stable
Topic: mysql connect named pipe on windows
Replies: 6
Views: 808

mysql connect named pipe on windows

Hi!
I use Zdbconnection to connect mysql
please write example properties how to connect named pipe protocol to my server
mysql.exe connected to server right
any help is welcome