Next Topic

Previous Topic

Book Contents

Can I use a different TCP port for MySQL?

In order to change the port used by the aggregated database (MySQL), complete the installation of Traverse and then do the following steps:

Windows

  1. Stop Traverse if it is already running using the controller.
  2. Edit <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.
  3. Edit the configuration file 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.

  1. Restart Traverse.