Jump to content

Visual MySQL / PHP query builder


vanleurth

Recommended Posts

Hello,

 

Currently I'm using phpadmin to create my queries and copy and paste into my code.

I was wondering if there is a visual query building in the market I can use to build complex queries by connecting table and having the software build the sql statement for me? Similar to MS Access query builder but for php?

Link to comment
https://forums.phpfreaks.com/topic/218071-visual-mysql-php-query-builder/
Share on other sites

MySQL Workbench comes to mind, but it's not as visual as the MS Access or MSSQL query builder, but it is free.  It's more of an intellisense IDE when it comes to query building.  SQLMaestro has Code Factory for MySQL, which isn't quite up to the visual design of MS's query builder but close and it's fairly inexpensive.  And what I currently use is Navicat for MySQL, is designed as more of a DBA tool and is a bit more expensive, but worth it IMO.

 

Those are the tools I've used, I'm sure there's more just google for mysql query builder.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.