MDBS

The Measurement Database System is a software bundle consisting of:

  • Apache web server

  • MySql database server

  • PhpMyAdmin (database administration tool)

In the context of a LTT it is used for two different purposes:

  1. for storing the LTT configuration in a database

  2. for storing measurement values in a database

The URL for the database administration is: http://localhost/phpmyadmin.

There is a GUI for visualizing measurement values from the measurement database. See chapter LTT MesVis GUI. You need to configure data recording before measurement values are stored in database.

The MDBS installs automatically with the LTT installer and you need it to run the LTT GUI. The MDBS installs two Windows services in your system—the web server and the database server. Those services will automatically start with Windows.

You can start the MDBS control panel, which is located at [Install Location]\55_LTT_MDBS\MDBS.exe.

MDBS

You have four buttons, each aligned together with an indicator, with which you can install/uninstall/start/stop the Apache or the MySql service. A green indicator shows that the service is installed/running, a gray indicator shows that the service is not installed/running.

MDBS Active

The other buttons for MySql have the following meaning:

Button
Meaning

Console

Opens a MySql console window. This is for expert use only!

Admin

Opens a local website for administering the MySql server (phpMyAdmin). This is for expert use only!

Data Folder

Opens the file location where all MySql databases are stored physically.

Error Log

Opens the MySql error log.

Last updated

Was this helpful?