Skip to content

MySQL Database Connection Guide

This document provides instructions for connecting to the database using the given credentials.

Connection Details

  • Method: Standard (TCP/IP)
  • Hostname: qcstun-qcint.quintessence.de
  • Port: 3306
  • Username: mglhtest
  • Password: (should be added manually)

Steps-by-Step Setup

Using MySQL Workbench:

  1. Open MySQL Workbench.
  2. Click Database > Manage Connections.
  3. Create a new connection:
    • Connection Name: hetzner-mglhtest
    • Connection Method: Standard (TCP/IP)
    • Hostname: qcstun-qcint.quintessence.de
    • Port: 3306
    • Username: mglhtest
    • Password: (You can store it in Keychain or enter when prompted)
  4. Click Test Connection to verify.
  5. If successful, click OK and Close.

database-connection.png


Changelog

Date Author Message
2026-02-25 aresnikowa Merge remote-tracking branch 'origin/master'