On 05/19/2011 05:18 PM, Ryan Elliott Turner wrote:
using the connection string mysql://user:[email protected]/db (credentials
check out too, I've connected using mysql workbench),

Double check this. I'm not familiar with mysql workbench, but users access is scoped in mysql. If you're connecting to it on localhost with trac, and from another machine with the workbench, it could succeed in one case and fail in another. You need to make sure that the user can access it the same way.

To get a proper list, do:

mysql -u root -p

(log in)

use user;
select User, Host from user;

You'll get a list of users and from where they are allowed to connect.

--
Matthew Caron
Build Engineer
Sixnet | www.sixnet.com
O +1 518 877 5173 Ext. 138
F +1 518 602 9209
[email protected]

--
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.

Reply via email to