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.