ProxySQL Admin API

MySQL-compatible proxy server providing connection pooling, query routing, and load balancing with a MySQL protocol admin interface and HTTP stats API.

Evaluated Mar 06, 2026 (0d ago) v2.6.x
Homepage ↗ Repo ↗ Databases mysql proxy connection-pooling load-balancing query-routing open-source
⚙ Agent Friendliness
45
/ 100
Can an agent use this?
🔒 Security
61
/ 100
Is it safe for agents?
⚡ Reliability
72
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
70
Error Messages
62
Auth Simplicity
55
Rate Limits
60

🔒 Security

TLS Enforcement
75
Auth Strength
60
Scope Granularity
45
Dep. Hygiene
72
Secret Handling
55

TLS configurable but not enforced by default; admin interface exposed on separate port; default credentials must be rotated; no role-based access control on admin interface

⚡ Reliability

Uptime/SLA
60
Version Stability
78
Breaking Changes
74
Error Recovery
75
AF Security Reliability

Best When

You run high-concurrency MySQL workloads and need connection pooling, read/write splitting, or transparent failover without application changes

Avoid When

You use Postgres or other non-MySQL databases, or your connection count is low enough that pooling provides minimal benefit

Use Cases

  • Connection pooling for high-traffic MySQL deployments
  • Read/write splitting across MySQL primary and replicas
  • Query caching and query rules enforcement
  • Zero-downtime MySQL failover and topology changes
  • Programmatic ProxySQL configuration via admin interface

Not For

  • Non-MySQL databases (Postgres, MongoDB, etc.)
  • Environments where adding a proxy hop is unacceptable for latency
  • Teams without MySQL expertise to manage ProxySQL configuration

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
No
Webhooks
No

Authentication

Methods: basic_auth mysql_protocol
OAuth: No Scopes: No

Admin interface uses MySQL protocol with username/password (default admin:admin). HTTP stats endpoint has no auth by default. REST API requires Basic Auth.

Pricing

Model: open-source
Free tier: Yes
Requires CC: No

Open source version covers most use cases. Enterprise adds ProxySQL Cluster, enhanced stats, and commercial support.

Agent Metadata

Pagination
none
Idempotent
Partial
Retry Guidance
Not documented

Known Gotchas

  • Configuration changes require LOAD ... TO RUNTIME and SAVE ... TO DISK to persist across restarts
  • HTTP stats endpoint is read-only; all writes must go through MySQL admin protocol
  • Default admin credentials (admin:admin) must be changed immediately in production
  • HTTP API is minimal stats-only; full management requires MySQL client
  • No OpenAPI spec; API surface discovered from documentation only

Alternatives

Full Evaluation Report

Detailed scoring breakdown, competitive positioning, security analysis, and improvement recommendations for ProxySQL Admin API.

$99

Scores are editorial opinions as of 2026-03-06.

5215
Packages Evaluated
26151
Need Evaluation
173
Need Re-evaluation
Community Powered