On Friday, June 27, 2014 5:21:53 PM UTC-7, A.D. Sevigny wrote: > > > Thanks, RjOllos. I gave that a shot but unfortunately the error remains >>> unchanged. >>> >> >> Please describe the changes that you tried. >> > > I had tried adding "unix_socket=<socketpath>" to the end of my database > entry in trac.ini, using whatever our socket path is. > > What I ended up doing is abandoning our use of the non-standard (newer) > mysql installation and instead started using the default system install of > mysql, which is still sufficiently recent to work for our needs here. >
It should work using: mysql://tracuser:xxxxxx@localhost/trac_mvicd?unix_socket=<socket_path> ... but if it doesn't, then I guess we'd have to do more debugging. You could try this tip, but I'm not sure why it would make a difference (unless maybe the /etc/hosts file did not map localhost to 127.0.0.1?): http://trac.edgewall.org/ticket/9696#comment:5 -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
