On Wed, 22 Aug 2001, Robin Johnson wrote:
On Tue, Aug 21, 2001 at 12:30:29PM -0700, Robin Johnson wrote:
I would suggest that we alter the main.php3, where it says: "MySQL 3.23.40robbat2-log running on localhost" to indicate if we are using the socket or the connection.
Well, you have cvs access, don't you ? :)
I'll get this bit done soon.
Done
in addition to that, a configuration variable along the lines of $cfgServers[1]['usesocket'] = TRUE; // use socket as opposed to TCP/IP as somebody might actually want to choose tcp/ip over sockets (or vice-versa)
or eventually $cfgServers[1]['connect_type'] = 'tcp' or = 'socket' : may be more easy to understand, but that's just IMHO
Hmm, your idea makes more sense, so i'll put that in too.
Done