Subject: | host=localhost switches to UNIX socket instead of TCP/IP |
The POD should mention that when setting host=localhost DBD::mysql tries to connect through the mysql_sock (usually /tmp/mysql.sock) instead of TCP/IP. The solution to force TCP/IP connection is to add port number _and_ switch hostname to 127.0.0.1 or similiar.
Alessandro Ranellucci