Debian 12 (Bookworm) Configuration Files

Original, unaltered Debian 12 (Bookworm) config files from fresh installations

/etc/mysql/debian-start
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/debian-start

📍 Debian 12 (Bookworm)

#!/bin/bash
#
# This script is executed by both SysV init /etc/init.d/mariadb and
# systemd mariadb.service on every (re)start.
#
# Changes to this file will be preserved when updating the Debian pac…
48 lines • MD5: b3c25d75... Click to view full file
/etc/mysql/mariadb.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.cnf

📍 Debian 12 (Bookworm)

# The MariaDB configuration file
#
# The MariaDB/MySQL tools read configuration files in the following order:
# 0. "/etc/mysql/my.cnf" symlinks to this file, reason why all the rest is read.
# 1. "/e…
30 lines • MD5: f78499dd... Click to view full file
/etc/mysql/my.cnf.fallback
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/my.cnf.fallback

📍 Debian 12 (Bookworm)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2.0,…
34 lines • MD5: c6e5f877... Click to view full file
/etc/mysql/mariadb.conf.d/provider_snappy.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/provider_snappy.cnf

📍 Debian 12 (Bookworm)

[server]
plugin_load_add=provider_snappy
provider_snappy=force_plus_permanent
4 lines • MD5: 97735326... Click to view full file
/etc/mysql/mariadb.conf.d/provider_lzo.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/provider_lzo.cnf

📍 Debian 12 (Bookworm)

[server]
plugin_load_add=provider_lzo
provider_lzo=force_plus_permanent
4 lines • MD5: 4753866a... Click to view full file
/etc/mysql/mariadb.conf.d/provider_lzma.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/provider_lzma.cnf

📍 Debian 12 (Bookworm)

[server]
plugin_load_add=provider_lzma
provider_lzma=force_plus_permanent
4 lines • MD5: 69ea1a50... Click to view full file
/etc/mysql/mariadb.conf.d/provider_lz4.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/provider_lz4.cnf

📍 Debian 12 (Bookworm)

[server]
plugin_load_add=provider_lz4
provider_lz4=force_plus_permanent
4 lines • MD5: 5dc12c98... Click to view full file
/etc/mysql/mariadb.conf.d/provider_bzip2.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/provider_bzip2.cnf

📍 Debian 12 (Bookworm)

[server]
plugin_load_add=provider_bzip2
provider_bzip2=force_plus_permanent
4 lines • MD5: 6c0ab650... Click to view full file
/etc/mysql/mariadb.conf.d/50-server.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/50-server.cnf

📍 Debian 12 (Bookworm)

#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see

# this is read by the standalone daemon and embedded servers
[server]

# this is o…
120 lines • MD5: 504798f5... Click to view full file
/etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/50-mysqld_safe.cnf

📍 Debian 12 (Bookworm)

# NOTE: THIS FILE IS READ ONLY BY THE TRADITIONAL SYSV INIT SCRIPT, NOT SYSTEMD.
# MARIADB SYSTEMD DOES _NOT_ UTILIZE MYSQLD_SAFE NOR READ THIS FILE.
#
# For similar behavior, systemd users should cr…
29 lines • MD5: ae130218... Click to view full file
/etc/mysql/mariadb.conf.d/60-galera.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/60-galera.cnf

📍 Debian 12 (Bookworm)

#
# * Galera-related settings
#
# See the examples of server wsrep.cnf files in /usr/share/mysql
# and read more at https://mariadb.com/kb/en/galera-cluster/

[galera]
# Mandatory settings
#wsrep_on …
22 lines • MD5: e2f4b791... Click to view full file
/etc/mysql/mariadb.conf.d/50-mysql-clients.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/50-mysql-clients.cnf

📍 Debian 12 (Bookworm)

#
# These groups are read by MariaDB command-line tools
# Use it for options that affect only one utility
#

[mysql]

[mysql_upgrade]

[mysqladmin]

[mysqlbinlog]

[mysqlcheck]

[mysqldump]

[mysqlim…
23 lines • MD5: 2e0e4897... Click to view full file
/etc/mysql/mariadb.conf.d/50-client.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/mariadb.conf.d/50-client.cnf

📍 Debian 12 (Bookworm)

#
# This group is read by the client library
# Use it for options that affect all clients, but not the server
#

[client]
# Example of client certificate usage
#ssl-cert = /etc/mysql/client-cert.pem
…
20 lines • MD5: a8028d23... Click to view full file
/etc/mysql/conf.d/mysql.cnf
MariaDB Debian 12 (Bookworm)

MariaDB - /etc/mysql/conf.d/mysql.cnf

📍 Debian 12 (Bookworm)

# Copyright (c) 2015, 2025, Oracle and/or its affiliates.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License, version 2.0,…
31 lines • MD5: a5791297... Click to view full file
/etc/ssl/openssl.cnf
OpenSSL Debian 12 (Bookworm)

OpenSSL - /etc/ssl/openssl.cnf

📍 Debian 12 (Bookworm)

#
# OpenSSL example configuration file.
# See doc/man5/config.pod for more info.
#
# This is mostly being used for generation of certificate requests,
# but may be used for auto loading of providers
…
391 lines • MD5: fe1993ec... Click to view full file
/etc/ssh/ssh_host_ed25519_key.pub
OpenSSH Debian 12 (Bookworm)

OpenSSH - /etc/ssh/ssh_host_ed25519_key.pub

📍 Debian 12 (Bookworm)

ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILXqpAqpBngJfoJauR85dP/N9NeLJ+TluFieOFRuwL80 root@76ca6578441c
2 lines • MD5: ee7a0024... Click to view full file
/etc/ssh/ssh_host_ed25519_key
OpenSSH Debian 12 (Bookworm)

OpenSSH - /etc/ssh/ssh_host_ed25519_key

📍 Debian 12 (Bookworm)

-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAMwAAAAtzc2gtZW
QyNTUxOQAAACC16qQKqQZ4CX6CWrkfOXT/zfTXiyfk5bhYnjhUbsC/NAAAAJj2c4Yn9nOG
JwAAAAtzc2gtZWQyNTUxO…
8 lines • MD5: 70a1c5bb... Click to view full file
/etc/ssh/ssh_host_ecdsa_key.pub
OpenSSH Debian 12 (Bookworm)

OpenSSH - /etc/ssh/ssh_host_ecdsa_key.pub

📍 Debian 12 (Bookworm)

ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLh9GF3hY8JYh8Ty1xT17+9GxpL4gOFWckiM+6zI5amSNFBhqcTJHBMwf/krnd9T01eFyPxtP+z0zhxNVgrGfck= root@76ca6578441c
2 lines • MD5: 37dbaec2... Click to view full file
/etc/ssh/ssh_host_ecdsa_key
OpenSSH Debian 12 (Bookworm)

OpenSSH - /etc/ssh/ssh_host_ecdsa_key

📍 Debian 12 (Bookworm)

-----BEGIN OPENSSH PRIVATE KEY-----
b3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAAAaAAAABNlY2RzYS
1zaGEyLW5pc3RwMjU2AAAACG5pc3RwMjU2AAAAQQS4fRhd4WPCWIfE8tcU9e/vRsaS+IDh
VnJIjPusyOWpkjRQYanEy…
10 lines • MD5: 457cbaa9... Click to view full file
/etc/ssh/ssh_host_rsa_key.pub
OpenSSH Debian 12 (Bookworm)

OpenSSH - /etc/ssh/ssh_host_rsa_key.pub

📍 Debian 12 (Bookworm)

ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCoSFZUSsUsrvn55dFcUe0ZxUZpYIMYD5+lPe487DhIM03ReySIiDAyW9Z2hNFPoDUcArxzfdDtFGiKMnnCOl+oP3CMYXZ4Qg7+IxZb8Os5cH+c1RMRAN9s1MZuqiDmK29Hu9BtyQYAN+DVq/A4ZuLZQW44tSrqRws…
2 lines • MD5: 64e42202... Click to view full file