Overview

If you use database backed dictionaries which is recommended because access is fast, a dedicated database server has to be started. If you installed the MySQL server as Windows service and set it to automatic start, you can skip this section.

Starting the database server

The database server can be explicitly started by the command

cd %TM_HOME%\bin
start_server.bat

By default the server listens on the TCP port 3306. For more details refer to the configuration file.

Stopping the database server

The database server can be explicitly stopped by the command

cd %TM_HOME%\bin
stop_server.bat