Procedure
Install MySQL or MariaDB
Install either MySQL Server or MariaDB via package manager or official installer for your OS, start the service, then verify with mysql --version or mariadb --version.
Pick MySQL or MariaDB. MySQL: https://dev.mysql.com/doc/mysql-installati
Pick MySQL or MariaDB. MySQL: https://dev.mysql.com/doc/mysql-installation-excerpt/en/ — macOS brew install mysql ; Windows MySQL Installer / winget ; Linux distro packages or MySQL apt/yum repos. MariaDB: https://mariadb.com/kb/en/getting-installing-and-upgrading-mariadb/ — brew install mariadb ; apt/dnf install mariadb-server ; Windows MSI from MariaDB downloads.
Start the database service and complete any first-run secure installatio
Start the database service and complete any first-run secure installation prompts your package documents.
mysql --version 2>/dev/null || mariadb --version
mysql --version 2>/dev/null || mariadb --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.