On 4/27/07, shambhu <[EMAIL PROTECTED]> wrote: > Database connection string [sqlite:db/trac.db]> > mysql://root:[EMAIL PROTECTED]:unix-socket=/home/mysql/mysql.sock/trac
I'm not exactly sure where you got this syntax... the part after localhost: is expected to be a port number (such as 3306). But you shouldn't need that at all. I think if you specify localhost as the hostname MySQL will use a unix socket automatically. The path on the filesystem to the socket can be specified in your my.conf I think. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
