I have been trying to add this question to http://trac.edgewall.org/ticket/8089 - but it keeps giving me an error of "The connection to the server was reset while the page was loading." I can access the issue but it keeps giving the error on 'submit changes.'
Here is my question: The [http://trac.edgewall.org/wiki/MySqlDb MySqlDb] instructions include a step to alter the default character set and collate for each table: ALTER TABLE `table_name` DEFAULT CHARACTER SET utf8 COLLATE utf8_bin; Is the above DEFAULT correct or should it be a CONVERT command instead? ALTER TABLE `table_name` CONVERT TO CHARACTER SET utf8 COLLATE utf8_bin; --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" 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-dev?hl=en -~----------~----~----~----~------~----~------~--~---
