{"id":"linuxserver-mariadb","name":"mariadb","af_score":29.2,"security_score":61.5,"reliability_score":46.2,"what_it_does":"MariaDB is an open-source relational database server that provides SQL querying, transaction support, replication, and compatibility with MySQL ecosystems.","best_when":"You need a MySQL-compatible relational database with robust SQL/transaction semantics and you can operate DB infrastructure.","avoid_when":"You cannot manage database operations (backups, tuning, patching) or you require fully managed, serverless DB behavior with no operational responsibility.","last_evaluated":"2026-03-30T13:28:21.583965+00:00","has_mcp":false,"has_api":false,"auth_methods":["Database user accounts (username/password)","Native authentication plugins (varies by configuration)","TLS client certificate authentication (if configured)"],"has_free_tier":false,"known_gotchas":["DDL/DML can be non-idempotent (e.g., INSERT without keys, ALTER TABLE) and may produce duplicates or locking side-effects","Long-running queries and locks can cause timeouts; agents should avoid naive retries without transaction/idempotency strategy","SQL execution errors often require schema/permission context (agent may need introspection queries to recover)","Connection/auth errors require correct DB user privileges and network/TLS configuration"],"error_quality":0.0}