First off, is this possible?
the database.php file contains the database name,
$db['expressionengine']['database'] = "mydatabase";Can i somehow pipe databases?
The reason for this is that i need to run a query that checks when the table was last updated. For that, i need EE to have access to information_schema.tables.
Anyone have any ideas?