Damien Farrell wrote: > Does the port argument in MySQLAdapter for relstorage actually have any > effect? It doesn't seem to make any difference no matter what port I supply.
MySQL treats the host name "localhost" specially. When the host name given to MySQL is localhost, MySQL connects through a socket file and disregards the port number. If you want to force a connection over a TCP socket, use "127.0.0.1" as the host name. This misfeature is built into MySQL. Shane _______________________________________________ For more information about ZODB, see the ZODB Wiki: http://www.zope.org/Wikis/ZODB/ ZODB-Dev mailing list - ZODB-Dev@zope.org https://mail.zope.org/mailman/listinfo/zodb-dev