mariadb

Administer MariaDB and MySQL databases via direct command execution.

6|1|Updated Feb 16, 2026
One-click install
npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill mariadb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mariadb
Source: https://github.com/L3DigitalNet/Claude-Code-Plugins/tree/main/plugins/linux-sysadmin/skills/mariadb
Command: npx skills add https://github.com/L3DigitalNet/Claude-Code-Plugins --skill mariadb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies complex MariaDB and MySQL database administration tasks, from initial setup and user management to performance tuning and troubleshooting.

Core Features & Use Cases

  • Installation & Configuration: Guides through setting up and configuring MariaDB/MySQL servers.
  • User & Privilege Management: Handles creation, granting, and revoking of database users and their permissions.
  • Backup & Restore: Provides commands for backing up and restoring single or all databases.
  • Performance Tuning: Offers insights into slow queries, status variables, and optimization techniques.
  • Troubleshooting: Addresses common errors like access denied, connection issues, and table corruption.

Quick Start

Use the mariadb skill to check the status of the mariadb service.

Frequently Asked Questions about mariadb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I back up and restore a single MySQL database?

To back up and restore a single MySQL database, you can use specific command execution tools provided here. This Skill offers direct commands for backing up and restoring individual databases to prevent data loss.

What is the best way to optimize slow queries in MariaDB?

Optimizing slow queries in MariaDB involves analyzing status variables and applying specific optimization techniques. This Skill provides insights into identifying slow queries and tuning performance for better database responsiveness.

Why does my MySQL connection fail with access denied errors?

MySQL connection access denied errors usually stem from incorrect user privileges or configuration issues. This Skill helps troubleshoot common failures by addressing user management, access rights, and connection configurations.

How do I configure MariaDB replication and manage user permissions?

Configuring MariaDB replication and managing user permissions requires adjusting system variables and granting specific database privileges. This Skill guides you through server configuration, user creation, and privilege management.