MySQL offers many ways (on Windows) to connect to it, those are:
- Shared memory
- Named pipes
- TCP/IP
My question is, if MySQL will be run on the same machine of the web server, then which method is best for security and performance?
P.S. This is a one web server scenario, no web farm.
Thanks