Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.29 KB

mariadb.rst

File metadata and controls

37 lines (24 loc) · 1.29 KB

MariaDB

This module installs MariaDB, a popular open source relational database, and phpMyAdmin a tool to manage the database from a web interface.

You can install multiple MariaDB instances on the same node from the :ref:`software_center-section`.

Configuration

How to configure:

  1. access the application configuration page and enter the path for phpMyAdmin, eg. /phpmyadmin
  2. enable HTTP to HTTPS option accordingly to your needs
  3. Click the :guilabel:`Save` button

At the end of the configuration the web interface will display the public TCP port to access the MariaDB instance.

The phpMyAdmin instance will be available at the https://<server_fqn>/<path>. Default credentials for phpMyAdmin are:

  • user: admin
  • password: admin

Please change them after the first login.

Access database

The database uses a TCP port (> 20000) that is not opened in the firewall of the server for security reason. You can find the TCP port inside the configuration panel of the module To access the database from a web application with a NS8 node you can use the IP of the VPN wg0 interface with the custom port. The communication is encrypted with the wireguard VPN.

For instance : 10.5.4.1:20001