To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=107391 Issue #|107391 Summary|tries socket connection even with "localhost" and Sock |et: blank Component|Database access Version|1.0.0 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|DEFECT Priority|P3 Subcomponent|MySQL Connector/OOo Assigned to|fs Reported by|rene
------- Additional comments from [email protected] Wed Dec 2 21:21:36 +0000 2009 ------- [ follow-up from Issue 107246 ] --- snip --- I think we have two problems here. One is that C/C++ (Connector/C++, the C++ component for connecting to a MySQL server, which is used by C/OOo, the extension) tries to connect via socket, though it's told to connect via host/port. --- snip --- Connecting via the MySQL Connector/OOo to a MySQL server on "localhost" always makes the Connector to try via socket. Which might work or not, but does surely not work from a chroot :). I didn't specify socket but just specified mysql as db and localhost as host. I think the Connector should either fall back to TCP then or not try socket auth when we don't specify one. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
