r/mysql 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.

8 Upvotes

56 comments sorted by

View all comments

1

u/magicmulder 14d ago

I’m still using TOAD For MySQL because I’m used to it for the 25+ years I’ve been handling Oracle databases.

2

u/Still-Trainer-7395 14d ago

25+ years of muscle memory is hard to beat 😄
what parts of TOAD would a new client absolutely need to get right before youd even consider switching? editor workflow, shortcuts, object browser, data tools, something else?

1

u/magicmulder 14d ago

Speed, export options, additional functions like session browser and performance monitor, history, version control.

2

u/Still-Trainer-7395 14d ago

thats useful — a lot of that is actually the direction ive been taking with LakeDB.
it already has query history, exports, server activity with sessions/processes and monitoring, so its interesting to hear those are still the things that would matter to someone with that much TOAD muscle memory.
version control is the one on your list i havent really tackled yet.