2 installs in the same database?
In the past - the installer would prompt you for the table suffix - now it doesn't. I want to make sure a new install doesn't overwrite the other - please let me know if this is possible.
Thanks,
Jamie
Thanks,
Jamie
Tagged:
0
Best Answer
-
Torbjorn New
Yes it is. Change string below in /conf/config-defaults.php
$Configuration['Database']['DatabasePrefix'] = 'GDN_'; // Change to GDN2_
AS always, BACKUP database first!0
Answers
$Configuration['Database']['DatabasePrefix'] = 'GDN_'; // Change to GDN2_
AS always, BACKUP database first!