Logger | Wiki
  • Logger
  • Getting Started
    • Installation
      • Logger (BungeeCord)
      • Logger (Velocity)
      • Logger (Bukkit)
    • Plugin
      • Permissions
      • Commands
    • Discord Integration
      • Discord
      • Discord Activity
    • Support Request
  • Configurating
    • Configurations
      • BungeeCord
      • Velocity
      • Bukkit
    • Discords
      • BungeeCord
      • Velocity
      • Bukkit
    • Messages
      • BungeeCord
      • Velocity
      • Bukkit
    • Databases
      • Local Database
        • SQLite
      • External Database
        • External Database Setup
  • Extra
    • FAQ
    • Features
      • BungeeCord
      • Velocity
      • Bukkit
Powered by GitBook
On this page
  • Requirements
  • Set-Up

Was this helpful?

  1. Configurating
  2. Databases
  3. External Database

External Database Setup

Guide on how to set up MySQL.

PreviousExternal DatabaseNextFAQ

Last updated 2 years ago

Was this helpful?

Requirements

  1. Stable Internet Connection.

  2. Host Allowing MySQL or MariaDB.

Set-Up

You can find the Database title in all of the files of each instance.

Database:
  Enable: false
  Type: MySQL
  Host: localhost
  Port: 3306
  Username: username
  Password: PassworD
  Database: database
  Data-Deletion: 7
  1. To enable this feature, replace false with true.

  2. Choose a Type MySQL or MariaDB.

  3. Insert the correct credentials in their fields.

  4. Start / Restart your Server.

Data-Deletion means, how many days before the Data is deleted.

Configurations