GUI tools for database query and administration
When it comes to open-source RDBMS there are not many GUI tools available out there. MySQL and PostgreSQL do not come with any GUI. Here are two of my favorite GUIs:
Aqua data studio SQL Server, MySQL, PostgreSQL, Oracle, DB2, Sybase and Informix, plus the generic ODBC and JDBC connections.
Navicat MySQL and PostgreSQL

2 comments:
There is a GUI tool for MySql (http://dev.mysql.com/).It's pretty simple and comprehensive. I also use navicat but i really prefer MySQL gui tool for inserting large data to database because navicat usually hangs in the middle of process.
cheers,
Gary
PostgreSQL install for Windows comes with pgAdmin.
Post a Comment