I understand that since UNIX sockets are platform specific, some non-Java code must be involved. In particular, we are interested in using JDBC to connect to a MySQL instance in which only UNIX sockets are included.
It doesn't seem like this is supported, but from what I read, it should at least be possible to write a SocketFactory for JDBC based on UNIX sockets, if we can find a decent implementation of UNIX sockets for Java.
Has anyone tried this? Does anyone know of such an implementation?
java unix jdbc unix-domain-sockets
Adam Bellaire 04 Oct '08 at 16:18 2008-10-04 16:18
source share