Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introduction


The This article descibes Basic basic information on the MariaDB.
The custo diagnostic server can work with MariaDB databases. (https://mariadb.org/). MariaDB is an open-source MySQL database.toc


Installation

The installation runs through the setup, a service is installed "diagserverdb". This service then runs mysqld.exe server, which provides the data.

Default setting: c:\Program Files\custo diagnostic server\mariadb\bin\mysqld.exe "--defaults-file=c:\diagserverdata\Default call:mariadb\my.ini" "diagserverdb"

Services

The database then runs on the localhost of the server under with port TCP 3306.

By default, the MariaDB server data is located in the same directory as the CST .cst files in the mariaDBMariaDB


...

Configuration File

It's The default location is here: c:\diagserverdata\mariadb\my.ini

And describes the location, data directories and port of the database.

Tools

Basic tool to look into work with the database: HeidiSQL https://www.heidisql.com/

...

Extended tool (fee required, except express version): dbForge Sutdio Studio for MySQL https://www.devart.com/de/dbforge/mysql/studio/

...

The main logfile is *.err and is located in c:\diagserverdata\mariadb

The name consists of the workstation server computer name and the file extension .err

...

Code Block
languagetext
titleExample
"C:\Program Files\custo diagnostic server\mariadb\bin\mysqlmysqldump.exe" -uroot -pSECRET -r "C:\diagserverdata\backup\2020-04-22-002.db.backup.sql" diagdb

...