PDA

View Full Version : Installing vb on a second server that uses the same database


mffyap
07-21-2007, 08:07 AM
Right now I have vb installed on server 1. Does anyone know if it is possible to install a second board on server 2 (with a different domain name) that shares the same database as server 1?

G0F0RBR0KE
07-21-2007, 09:02 AM
Do you owned a 2nd license?

mffyap
07-21-2007, 09:52 AM
Do I need to? It'll work on the same database. I will get a 2nd license if I need to and if I know the answer to my original question is positive.

G0F0RBR0KE
07-21-2007, 09:53 AM
1 license per domain. Since you have 2 domains, you're required to have 2 license. I believe you can use the same mysql, but a lot of work has to be done. Such as pin pointing.

Eikinskjaldi
07-21-2007, 10:00 AM
There is no real work needed to run 2 boards off 1 database. All you have to do is make sure both config files point to the same system, and that your mysql is configured to accept connections on 3306. You can even use different logins, if you want.

The main issue will be how close the two servers are, it might be worth turning on pconnect for the remote server if the mysql connection overhead is big.

*why* you would want to do this though, that I do not understand.

mffyap
07-21-2007, 10:06 AM
Thanks very much for your help.

bitdefuser
07-21-2007, 12:53 PM
Make sure you use the prefix... such as "vb_".