Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sequel Pro Alternative for Windows [closed]

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?

like image 297
Mark McCook Avatar asked Jul 25 '11 14:07

Mark McCook


People also ask

Is there a sequel Pro for Windows?

The answer is no. There's no Sequel Pro on Windows.

What is an alternative for sequel?

Navicat, PostgreSQL, MySQL WorkBench, phpMyAdmin, and DataGrip are the most popular alternatives and competitors to Sequel Pro.

Does Sequel Pro Support Postgres?

As a_horse_with_no_name pointed out in the comments, the website states that Sequel Pro is for MySQL databases, not Postgres: "Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases."

What is Sequel Pro software?

Sequel Pro is a fast, easy-to-use Mac database management application for working with MySQL databases. Sequel Pro gives you direct access to your MySQL Databases on local and remote servers. Structure view for editing fields that make up tables.


1 Answers

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.

like image 111
TehShrike Avatar answered Sep 18 '22 23:09

TehShrike