TinyMUX

Input database

Configuration

CONFIG PARAMETER: input_database <path>

DEFAULT: data/netmux.db

Specifies the base database name. The SQLite database filename is derived from this setting by replacing the extension with .sqlite (e.g., netmux.db becomes netmux.sqlite). The flatfile paths for output_database and crash_database are also derived from this base name.

Games commonly customize this to rebrand the database (e.g., mylittleponymux.db).

This configuration option cannot be changed after the server starts. It can only be changed via the configuration file.

Related Topics: output_database, crash_database.