{"id":"jumpserver-mysql","name":"mysql","af_score":31.0,"security_score":48.5,"reliability_score":35.0,"what_it_does":"The mysql package typically provides a MySQL database client/driver for connecting to a MySQL server, executing SQL queries, and managing connections/cursors from an application.","best_when":"You need programmatic access to a MySQL database from your codebase (backend services, workers, scripts).","avoid_when":"You cannot securely manage database credentials or you require a managed, hosted SQL API with network-level access controls.","last_evaluated":"2026-04-04T21:34:04.046636+00:00","has_mcp":false,"has_api":false,"auth_methods":["Database username/password","(Optionally) TLS client auth depending on driver configuration","(Optionally) connection options such as auth plugin support depending on driver"],"has_free_tier":false,"known_gotchas":["SQL is stateful: retries can re-run non-idempotent statements (e.g., INSERT without idempotency/constraints)","Credential handling is on the integrator: avoid putting passwords in logs or prompts","Schema/connection configuration differences across MySQL versions (auth plugins, SSL modes, SQL modes) may cause runtime failures"],"error_quality":0.0}