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.
|