mysql

SKILL.md

MySQL / MariaDB

Administer MySQL and MariaDB databases.

Installation & Setup

# Install
apt install mysql-server

# Secure installation
mysql_secure_installation

# Access
mysql -u root -p
Installs
3
First Seen
Apr 14, 2026