MySQL IDE recommendation?

Posted by Maxim Veksler on Stack Overflow See other posts from Stack Overflow or by Maxim Veksler
Published on 2010-03-28T12:28:15Z Indexed on 2010/03/28 12:33 UTC
Read the original article Hit count: 230

Filed under:
|
|
|

Hello,

I've been wondering what you guys are using to write,debug,test your SQL queries there days?

The requirements are quite simple:

  • Auto-complete
  • Syntax Highlighting
  • SQL Hisotry
  • Good UI

There are some tools which are common for this task, each with his own problems. To name a few

  • Mysql Query Browser
  • MySQL Workbench (GA?, Beta?)
  • Eclipse Database development perspective
  • Oracle SQL Developer with Connector/J

I won't go into why none of them is perfect, trust me they all have their problems.

So, what are you guys using?

© Stack Overflow or respective owner

Related posts about mysql

Related posts about sql