Page 1 of 1

[solved] One database, two installations - anything to note?

Posted: Thu Feb 02, 2012 9:41 am
by Sponsi
Hello,

As I have a limited number of databases on my main hosting and it's really top quality etc., I decided to include two dbs in one.

I changed the prefixes in config.php for both websites
and changed (automatically) cms_ in sql dump files into two different prefixes.
Uploaded both config.php files + 2 sql files into one database - works OK.

Do you guys have any other comments on using 1 database with 2 websites I should remember about?
Anything with temporary operations etc.? Will prefixes do the trick?

Thanks in advance.

Re: One database, two installations - anything to note?

Posted: Thu Feb 02, 2012 12:21 pm
by scelle
I believe you'll be fine - that's what the prefixes are for. ;)

Re: [solved] One database, two installations - anything to n

Posted: Thu Feb 02, 2012 12:29 pm
by Sponsi
Thanks,

M.