In order to change the port used by the aggregated database (MySQL), complete the installation of Traverse and then do the following steps:
Windows
<TRAVERSE_HOME>\etc\my.ini
and change the port number specified by port=nnnn
entries. There should be two such entries and you should specify the same value for both.TRAVERSE_HOME\etc\emerald.xml
and locate the following section:<dge vendor="mysql"
port="nnnn"
[...]
Change the value of the port parameter to the new port number entered in my.ini
above.
UNIX
TRAVERSE_HOME/etc/traverse.init
.<TRAVERSE_HOME>/etc/mysql.conf
and change the port number specified by port=nnnn
entries. There should be two such entries, and you should specify the same value for both.TRAVERSE_HOME/etc/emerald.xml
and locate the following section:<dge vendor="mysql"
port="nnnn"
[...]
Change the value of the port parameter to the new port number entered in mysql.conf
above.
TRAVERSE_HOME/etc/emerald.env
and locate the following section:MYSQL_PORT="nnnn"
Change the value to the new port number entered in mysql.conf.