Database
Submitted by darb on Sun, 2007-10-07 16:07.AutoSitemap
the database referred to for installation, that is a separate one for autositemap?
Support forum loginActive forum topics©2008 IAAI Software |
DatabaseSubmitted by darb on Sun, 2007-10-07 16:07.AutoSitemap
the database referred to for installation, that is a separate one for autositemap? |
Hi,
It can be a separate database.
Or, if you only have 1 database with your hosting account, use that name, and then set a value for $config_databaseTablePrefix - this will make sure that the tables do not conflict with any other applications using the same database. For example:
$config_databaseTablePrefix = "autositemap_";Cheers,
David.