What is your recommendation for MySQL GUI Tools?
I'm looking for software has interface similar to MySQL Workbench.
- Have tab query editor without reconnect to database
- Can easily add new row
- Can easily see table structure
Software that i have tried:
MySQL Workbench:
I don't mind it slower at startup but it contains bugs for alter
query
Sequel Pro
I fast at startup, but not easy to see table structure.
New tab query editor require to reconnect.
query editor
we need to click the structure button which it is will close thequery editor
and change it intostructure view
. I need both display at once. – GusDeCooL Jun 29 '12 at 23:40