On Wednesday, May 8, 2013 1:35:02 AM UTC-7, xiangjun zhang wrote: > I just type command: > > trac-admin /path/to/project initenv > > and when it comes to the connect strings, my database password is > something like this: > > mysql://root:*@*@localhost:3306/project > > > escaping or quoting does not work, any help? >
What error do you encounter? Could you post the traceback? I don't think it's necessary to do any escaping on the connection string. See: http://trac.edgewall.org/wiki/TracEnvironment#DatabaseConnectionStrings -- 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?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
