|
| Re: Netstat -an output question [message #1037 is a reply to message #1032 ] |
Sat, 07 April 2007 07:08  |
joemasters Messages: 6 Registered: April 2007 Location: Asheville, NC USA |
Junior Member |
|
|
It looks like you have local connections through tcp/ip to mysql. Can you use the socket file (unix/linux) or named pipes/shared memory (windows)?
The mysql reference guide shows how to specify different connect strings to use different protocols on the machine running mysql server -- basically, if you reference the ip, it'll use tcp/ip.
|
|
|