I’ve written a MySQL procedured to do some player session summaries and we’re finding that the time reported can be way off as compared with the details shown in txAdmin. I’d like to query that directly to get a dump of data to compare with my results to work out what’s causing the differences.
Can someone point me to where the database is located?
Is it SQLite or some other embedded db I can connect a management tool to or is it custom?
== Update: so I looked into the code and see it’s a mysql connection, not sure how it derives the location though and connects.
We have a dedicated tin server behind a corporate network, full access to the box. We have Heidi and DbForge on the same box and Remote Desktop to the box. I just need to know how to treat the folder as a datasource for a connection string…if that’s possible. I couldn’t quite get my head around how txadmin is accessing that as a database and able to perform SQL queries against it.