I already have another application using my MySQL database. Do I need another database to use TNG?
No, you should only need one database. Each database can contain many tables, and TNG’s tables are defaulted to have a “tng_” prefix to keep them separate from any other tables you may already have. On top of that, you can still change the name of any TNG table just in case you’re still having a collision problem.