We have a newish business objects installation that was configured incorrectly when the 'install.sh' script was run - the installer requires a 'local' MySQL installation, and therefore we ended up pointing the CMS and the auding databases at the local server.
We want to use a remote server - a dedicated MySQL host to run CMS and auditing.
Is there a simple way to stop businessobjects, move the databases, change the configuration on the BO server, and bring it up usign the remote server?
I am very familiar with MySQL operation, so dumping and moving the databases is easy. But I don't knwo where the JDBC / Connection information is stored in BO.
Help!