I am using MySQL as a backend to Trac and everything is working fine. What you need to do is use the command line to create the tables and change the encoding just as is stated in the Trac Wiki. Using a 3rd party tool to create the initial table did not work well at all for me. Hope this bit will help.
Chris -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Emmanuel Blot Sent: Wednesday, July 11, 2007 8:57 PM To: [email protected] Subject: [Trac] Re: Issues Regarding Windows Install of Trac 0.10.4 Environment > My database, tables and fields are in utf8 general. The mysql engine > is in latin1_swedish_ci (I can't change it, I'm not the admin). MySQL support is limited, you need to stick to UTF-8. Or better, move to another DB backend. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
