Page 2 of 2
Re:
PostPosted: Tue Feb 19, 2008 4:36 pm
by Overdriven
I've prefer standart mysql client (: and phpmyadmin(many functions, many languages, easy to use -
official page(require webserver and PHP installed)).
Google: WAMP (Windows, Apache, MySQL, PHPMyAdmin)
Google: LAMP (Linux...)
Saves the time, as it's an all in one package.
Re: Any good free MYSQL tools?
PostPosted: Tue Feb 19, 2008 6:18 pm
by Graveen
i personally advise VertrigoServer as WAMP.
why ? because he also includes a SQLite DB tools, and i plan to work with SQLite soon. He also is very simple and intuitive.
For me, phpmyadmin is great for web access and export/import, but mysql gui tools is very comfortable for local work. very very. It just lack good import/export features.
Re: Any good free MYSQL tools?
PostPosted: Sat Feb 23, 2008 9:18 pm
by Metty
I always woundered why so many people use Navicat.
SQL Query Browser has everything in needed for editing, adding and deleting,...
..and if you need to import/export database dumps just use "mysql -uUSer -pUSER DB <FILE" and "mysqldump ..." - No need for any extra tool
Re: Any good free MYSQL tools?
PostPosted: Fri Feb 29, 2008 5:38 am
by Altair
Navicat's Really simple and.. really simple to "purchase"
Re: Any good free MYSQL tools?
PostPosted: Fri Feb 29, 2008 12:53 pm
by Tolakram
I have to rant.
Navicat is great, navicat is really simple, but navicat is what everyone has problems with. The MySQL GUI tools just work. Apparently the smoothness of operation and lack of not working confuses people so instead they opt for something that just doesn't work so they can come here and converse.
/rant
Re: Any good free MYSQL tools?
PostPosted: Fri Feb 29, 2008 4:11 pm
by Graveen
and, mysql query browser also let you to enter direct SQL if you want.
For me, it is choosen:
- mysql querybrowser in most cases (script support, embedded help, clic for common operations like delete modify, support for tabs...)
- phpmyadmin on server local admin, ie my provider is not opening 3306 -> phpmyadmin
- SQLyog (free version) for various import/export tasks. around 1 time per year !
Notice SQLYog is a good tool, but its GUI is finally not so simple as mysqlQB. But this is because i have habitude of mysql qb i 'll use it (rhaaa tabs!!), it is a good tool with good abilities and more (direct copy from DBx to DBy, as said dump, sql, csv in both import and export ...)
Tola, what is meaning "to rant" ? :p
Re: Any good free MYSQL tools?
PostPosted: Tue Apr 22, 2008 12:05 am
by CoacH
Navicat MySQL v8.0.25 -PM me if you need link.
Re: Any good free MYSQL tools?
PostPosted: Tue Feb 10, 2009 7:16 am
by Argo
I am using Navicat and sqlyog, find them very comf`table
Re: Any good free MYSQL tools?
PostPosted: Sun Feb 22, 2009 11:44 pm
by Darklord
I know this is an older thread but I found a different SQl program that I find pretty nice to use and it's free!
http://www.heidisql.com/?
I think it's much better than the MYSQL GUI tools....
Re: Any good free MYSQL tools?
PostPosted: Mon Feb 23, 2009 8:29 am
by Graveen
it is a good tool, yes, but better than MySQL gui idk, the separation between admin (backup, restore, user mgmt,...) and exploitation (queries, table changes,...) is a nice feature. Also, on Heidi, changes are committed at once. But yeah, this is a good free tool

Re:
PostPosted: Mon Oct 29, 2012 9:25 pm
by bryon
I've prefer standart mysql client (: and phpmyadmin(many functions, many languages, easy to use -
official page(require webserver and PHP installed)).
http://www.easyphp.org/
Has phpmyadmin pretty easy to use.
Re: Any good free MYSQL tools?
PostPosted: Tue Oct 30, 2012 7:22 pm
by HunabKu
Re: Any good free MYSQL tools?
PostPosted: Wed Oct 31, 2012 3:47 am
by Ephemeral
Holy necroposting batman!
Also.
For quick modification when you hate to write SQL by hand.
http://www.linqpad.net/