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

Original 📋 Ubuntu 24.04 LTS (Noble Numbat) 3 lines

Works On

Viewing:
Ubuntu 24.04 LTS (Noble Numbat)
Same on:
Debian 12 (Bookworm) Debian 13 (Trixie)
Other versions:

Details

Size
3 lines
MD5
97735326f1364fa9e7bd76893334fce0
SHA256
d7f01cfa9067a1b3c4777c01241aa3320508691910ebee99f5b9d1f8124f988d
/etc/mysql/mariadb.conf.d/provider_snappy.cnf
[server]
plugin_load_add=provider_snappy
provider_snappy=force_plus_permanent

Copy & Paste

curl:
curl https://exampleconfig.com/api/v1/config/original/97735326f1364fa9e7bd76893334fce0?hint=provider_snappy.cnf
wget:
wget -O provider_snappy.cnf https://exampleconfig.com/api/v1/config/original/97735326f1364fa9e7bd76893334fce0?hint=provider_snappy.cnf

For AI Agents

<prompt><role>DevOps agent</role><source url='https://exampleconfig.com/api/v1/config/original/97735326f1364fa9e7bd76893334fce0?hint=provider_snappy.cnf' /><config><app>MariaDB</app><os>Ubuntu 24.04 LTS (Noble Numbat)</os><location>/etc/mysql/mariadb.conf.d/provider_snappy.cnf</location><lines>3</lines><md5>97735326f1364fa9e7bd76893334fce0</md5><sha256>d7f01cfa9067a1b3c4777c01241aa3320508691910ebee99f5b9d1f8124f988d</sha256></config></prompt>

Paste into Claude, ChatGPT, or any AI assistant.

Install MariaDB

Alpine Linux

sudo apk add mariadb

Debian

sudo apt update && sudo apt install mariadb-server

Red Hat Enterprise Linux

sudo yum install mariadb-server

Ubuntu

sudo apt update && sudo apt install mariadb-server

File Location

File Path
/etc/mysql/mariadb.conf.d/provider_snappy.cnf
Directory
/etc/mysql/mariadb.conf.d/
Significance
System-wide configuration directory
Description
Files in /etc/ contain system-wide configuration settings that affect all users.

FAQ

When should I use this provider_snappy.cnf?

Use it to restore a missing default, confirm what shipped, or diff against your current MariaDB config.

How do I restore MariaDB defaults?

Download the file, back up the current one in /etc/mysql/mariadb.conf.d/provider_snappy.cnf, replace it, then reload or restart MariaDB.

Is provider_snappy.cnf safe for production?

It is the vendor default for Ubuntu 24.04 LTS (Noble Numbat). Treat it as a baseline and review security and performance settings before production use.

How does this differ from other OS versions?

Defaults vary by distro and version. This copy matches Ubuntu 24.04 LTS (Noble Numbat).

Can I use this for MariaDB troubleshooting?

Yes. Diff it against yours to find drift, then restore only the sections you need.