Hi,
When setting up a new forum using SQL.. instead of creating a new db, I was going to us a db with existing tbls for other purposes that do other things around the site.
1) - Would this affect the performance of the forum (i.e does it prefer to be running in it's own db)
2) - When I create the db I don't want it overwriting any existing data... The only way I can think this would happen would be if there were any existing tbls called the same as the new ones created for the forum..
How can I check this.. is there a list ofthe tbls created for the forum I can check against?