Hey everyone! I just found out that MySQL Workbench is no longer being supported, which is a bit disappointing. I’ve relied on it for my database projects, so now I need to look for other options. Can anyone suggest some good database management tools that are affordable or completely free? I primarily work with MySQL, but I’m open to tools that handle other database types as well. What are your current recommendations? I would really appreciate your help, thanks!
Since MySQL Workbench got discontinued, I switched to DBeaver and love it. It’s free and works with tons of databases like MySQL and PostgreSQL. Although it takes some time to familiarize yourself with the interface, it becomes quite intuitive after that. If you’re looking for a MySQL-specific tool and are open to web-based options, phpMyAdmin is a solid choice. For those on Windows seeking something lightweight, HeidiSQL is excellent. I have experience with all these tools, and I can confidently say they are reliable.
navicat lite is good if u can deal with its limits. ive been using it for small stuff and it works fine. also check out adminer, its like phpmyadmin but way cleaner. runs in the browser and is really lightweight!
Been there! Had to ditch MySQL Workbench a few months ago. TablePlus saved me - free tier covers the basics and it’s way cleaner than most alternatives. Query editor’s solid and handles big result sets better than other free tools mentioned here. For data visualization or frequent report exports, check out SQLiteStudio too since it’s fully open source. Each tool’s got different strengths, so I’d test a few at once to see what clicks with your workflow.
Sequel Pro was my go-to after ditching Workbench, but it’s Mac-only. Interface feels way more polished than other free options I’ve used. If you’re okay with command line, try mycli - great autocompletion and syntax highlighting. Runs in terminal but surprisingly solid for quick queries and exploring databases. You could also grab DataGrip’s free trial for short projects, then switch to a permanent free option later. These tools have pretty different learning curves, so think about your timeline.