Assuming your trac project is stored in /var/trac/myproject, use the "sqlite3" command-line tool:
sqlite3 /var/trac/myproject/db/trac.db note that sqlite3 is not installed with pysqlite library, so you may need to install/download the sqlite3 package HTH, Manu On Dec 27, 2007 9:48 PM, fra7l7 <[EMAIL PROTECTED]> wrote: > > Right but how to connect to the database ... i dont remember setting up > anything else the the sqlite connection string. so how to access this > database? im very new to trac and linux administration i must confess. > > > > > > > Run this query against your database. > > > > SELECT sid, value FROM session_attribute WHERE name='email'; > > > > --Noah > > > > On Dec 27, 2007, at 8:43 AM, setcookie wrote: > > > >> > >> Where can i see which email addresse the trac users have. im using > >> htaccess auth and im wondering if my users completet their settings > >> dialog to initialize the account. i want to check which email address > >> they are using. couldnt find anything under trac-admin? where to look > >> for? > >> > >> thx for the help > >> > > >> > > > > > > > > > > > > -- Manu --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
