Sequel Pro Alternative for Windows

MysqlWindowsUser Interface

Mysql Problem Overview


Well my macbook pro is kind of not cutting it for me anymore and I have a perfectly good Windows Laptop I would actually rather use but I cannot find a reliable replacement for my SQL client. So I am looking for a replacement for SequelPro for Windows..

Ones I have Tried and Either Didn't like or found a few issues with.

Navicat - This one when left inactive for more than 15 minutes crashes.. I don't mind that it wants to disconnect but please do it gracefully with out locking up my system for a few minutes.

SQLyog - Works well but I would like something with atleast a free for non-commercial use. I don't do any freelance and rarely do I do any of my 'work' on my personal laptop.

So does anyone have any suggestions?

Mysql Solutions


Solution 1 - Mysql

I use SQLYog at home and work. It turns out they DO have a free open-source version, though sadly they've been trying to hide that fact for the last few years.

You can download the open-source version from https://github.com/webyog/sqlyog-community - just click the "Download SQLyog Community Version" link.

Solution 2 - Mysql

You say you've had problems with Navicat. For the record, I use Navicat and I haven't experienced the issue you describe. You might want to dig around, see if there's a reason for your problem and/or a solution, because given the question asked, my first recommendation would have been Navicat.

But if you want alternative suggestions, here are a few that I know of and have used:

MySQL has its own tool which you can download for free, called MySQL Workbench. Download it from here: http://wb.mysql.com/. My experience is that it's powerful, but I didn't really like the UI. But that's just my personal taste.

Another free program you might want to try is HeidiSQL. It's more similar to Navicat than MySQL Workbench. A colleague of mine loves it.

(interesting to note, by the way, that MariaDB (the forked version of MySQL) is currently shipped with HeidiSQL as its GUI tool)

Finally, if you're running a web server on your machine, there's always the option of a browser-based tool like PHPMyAdmin. It's actually a surprisingly powerful piece of software.

Solution 3 - Mysql

Toad for MySQL by Quest is free for non-commercial use. I really like the interface and it's quite powerful if you have several databases to work with (for example development, test and production servers).

From the website:

> Toad® for MySQL is a freeware development tool that enables you to rapidly create and execute queries, automate database object management, and develop SQL code more efficiently. It provides utilities to compare, extract, and search for objects; manage projects; import/export data; and administer the database. Toad for MySQL dramatically increases productivity and provides access to an active user community.

Solution 4 - Mysql

You can try DBVisualizer some features are not free, but you can get an evaluate license...

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionMark McCookView Question on Stackoverflow
Solution 1 - MysqlTehShrikeView Answer on Stackoverflow
Solution 2 - MysqlSpudleyView Answer on Stackoverflow
Solution 3 - MysqlBrendan BullenView Answer on Stackoverflow
Solution 4 - MysqlalexblumView Answer on Stackoverflow