Hello! Working with debian lenny, I called trac 0.11.2, I use mysql all right; Doing this on the server with the same characteristics can not create environments
1. if I use mysql: / / administrator: password @ localhost: 3306/trac get the error Creating and Initializing Project Initenv for '/home/egarcia/proyectos/nodo' failed. Failed to create environment. 'Connection' object has no attribute 'get_server_info' Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/admin/console.py", line 568, in do_initenv options=options) File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/env.py", line 195, in __init__ self.create(options) File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/env.py", line 318, in create DatabaseManager(self).init_db() File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/db/api.py", line 70, in init_db connector.init_db(**args) File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/db/mysql_backend.py", line 84, in init_db cnx = self.get_connection(path, user, password, host, port, params) File "/usr/lib/python2.5/site-packages/Trac-0.11.2.1-py2.5.egg/trac/db/mysql_backend.py", line 75, in get_connection (cnx.cnx.get_server_info(), AttributeError: 'Connection' object has no attribute 'get_server_info' 2. if mysql: / / administrator: password @ ip_del_servidor: 3306/trac OperationalError: (1044, "Access denied for user 'administrador'@'%' to database 'nodo'") --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
