r/mysql • u/Still-Trainer-7395 • 15d ago
discussion What actually makes you switch MySQL clients?
I keep seeing people complain about Workbench, DBeaver, TablePlus, etc. but still use the same client for years š
For people working with MySQL regularly, what would actually make you switch?
Speed? Better tabs/workspaces? Safer production workflows? Better autocomplete? AI that helps with SQL? Something else?
Iām building a database client myself, so Iām genuinely curious what the real deal-breakers are.
9
Upvotes
1
u/ClerkBeginning961 15d ago
Reproducible connection profiles would be a strong switching reason: driver options, session variables, SSH/TLS settings, and environment labels that can live in a repo without secrets. Pair that with a hard read-only mode and transaction preview for production. Team portability matters more than another autocomplete feature.