Direct access with named pipe
Posted: Mon 10 Jun 2013 15:55
Hello,
I use the 7.6.11 version of MyDAC under Delphi 5. I would like to test connections with MySQL using named pipes. The only way I find is to start MySQL with --enable_named-pipe and using Options.Direct = False and Options.Protocol = mpPipe.
1. If you want to use another pipe name (e.g. mypipe) and not the default one (MySQL), how can I configure it through the TMyConnection object ?
2. Is it possible to use named pipes with a Direct connection and if not, would you plan to implement it soon ?
Regards.
I use the 7.6.11 version of MyDAC under Delphi 5. I would like to test connections with MySQL using named pipes. The only way I find is to start MySQL with --enable_named-pipe and using Options.Direct = False and Options.Protocol = mpPipe.
1. If you want to use another pipe name (e.g. mypipe) and not the default one (MySQL), how can I configure it through the TMyConnection object ?
2. Is it possible to use named pipes with a Direct connection and if not, would you plan to implement it soon ?
Regards.