On Tue, 2006-08-15 at 22:08 +0200, Hershel Robinson wrote: > > MySQL support is included in the trunk: > > http://trac.edgewall.org/wiki/TracDownload#LatestDevelopmentSourceCode > > OK, the server admin wrote to me thusly: > > ==== > I installed trac-0.9.6 which according to their documentation includes > support for mysql. > ==== > > I don't know where he found such documentation, but I thought I would > take his word for it. When I tried to make a project, however, I got this: > > ==== > raise TracError, 'Unsupported database type "%s"' % scheme > TracError: Unsupported database type "mysql" > ==== > > using this DB connect string: mysql://trac:[EMAIL PROTECTED]/trac > > According to what I see here: > http://trac.edgewall.org/wiki/DatabaseBackend this is the correct string. > > Am I correct that he is incorrect and the only version with MySQL is the > LatestDevelopmentSourceCode at the URL above?
Yes, MySQL support is not available in 0.9.6. It is included in the trunk and will be in 0.10. -- Matt Good <[EMAIL PROTECTED]> _______________________________________________ Trac mailing list [email protected] http://lists.edgewall.com/mailman/listinfo/trac
