TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What MySQL IDE do you use?

2 pointsby bernardomabout 8 years ago
MySQLWorkbench is nice, but crashes a lot and isn&#x27;t very customizable (for example, there&#x27;s no way to do light-font-on-dark-screen). Sequel Pro is nicer in that regard, but it doesn&#x27;t support multi-tab within the same connection and further &quot;doesn&#x27;t regard itself as a query editor.&quot; There&#x27;s no save-as selection on the menu. If you use the keyboard shortcut, it&#x27;ll try to save over whatever you last saved, regardless of tab.<p>I&#x27;m happy to pay for something good, especially if it&#x27;s cross-platform; is there something good that people use?

3 comments

thousandeabout 8 years ago
I use the PhpStorm IDE which comes with it&#x27;s own database tool which is more or less the same as the stand-alone DataGrip product&#x2F;tool. It is customisable and have tabs +a lot of nifty features. Only thing I miss is &#x27;migrate database from vendor to another vendor&#x27;, but I guess that is too specialised for such a tool.<p><a href="https:&#x2F;&#x2F;www.jetbrains.com&#x2F;datagrip&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.jetbrains.com&#x2F;datagrip&#x2F;</a><p>Cheers!
评论 #14221644 未加载
cook7926about 8 years ago
Navicat <a href="https:&#x2F;&#x2F;www.navicat.com&#x2F;products&#x2F;navicat-for-mysql" rel="nofollow">https:&#x2F;&#x2F;www.navicat.com&#x2F;products&#x2F;navicat-for-mysql</a> while expensive allows for saving of queries and forward and reverse model engineering
smt88about 8 years ago
HeidiSQL is actually pretty simple and easy to use. I used it quite a bit before switching to Postgres.
评论 #14215875 未加载