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.

  1. 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.

  2. 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.

  3. mysql --version 2>/dev/null || mariadb --version

    mysql --version 2>/dev/null || mariadb --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11YY22QJV8CHCM5ZZFP4EJR

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.