smashingmagazine.com — In the overview below we present some of the most useful and most popular MySQL Admin and Development Tools for Mac, Windows and Linux, for beginners and for professionals. Among other tools we feature phpMyAdmin, MySQL Workbench, HeidiSQL and SequelPro.
Mar 25, 2009 View in Crawl 4
gtpilotMar 25, 2009
blast from the past, ... and article i actually care about on the front page.
dreamacheMar 25, 2009
Authors of articles like this only take the time to find the tools, they won't actually spend unnecessary time doing silly stuff like research! They have one goal, and one goal only: Traffic. Right now the craze is Top X / Roundup lists. Build the list, and they will come.I can't wait till this fad has been tired out, it's really f**king annoying.
Closed AccountMar 25, 2009
I wish they were to do a ranking system. I agree that dream has it right on this. That it appears they went to Google typed in "MySQL Administration" and the first 10 that showed up were the ones. It would be nice if they were similar to PC Magazine where they actually go through the tests and figure out which ones work out the best for Windows, Mac, and Linux.Ok, SmashingMagazine you asked for us to digg it at the top of the page. Now it's your turn to produce a better article.
icexeMar 25, 2009
hey, it works. Look at it this way:1) it actually has short, useful summaries that saves me the hassle of searching, downloading and testing each one myself.2) The entire article takes up ONE page, not spread across multiple pages for ad impressions, I think that's very considerate of them and is the kind of thing that will keep me coming back to their website..
tcadutoMar 25, 2009
They did not mention Lightning Admin which has versions for PostgreSQL and MySQL with a common look and feel.<a class="user" href="http://www.amsoftwaredesign.com" rel="nofollow">http://www.amsoftwaredesign.com</a>
winryMar 26, 2009
<a class="user" href="http://www.fabforce.net/dbdesigner4/" rel="nofollow">http://www.fabforce.net/dbdesigner4/</a>Because the design of the database is really important.
ryanknapperMar 26, 2009
Tip: People won't take you seriously if you call it My Sequel. It is pronounced My Ess Que Ell. It's even in the docs: <a class="user" href="http://dev.mysql.com/doc/refman/5.1/en/what-is-mysql.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/what-is-mys ...</a> (bottom of the page)"Sequel" Server is a Microsoft product.
gubatron2Apr 2, 2009
mysql[tab] (all options shown)ps aux | grep mysqldstattopuptimesudo lsof -n | grep mysqld | awk {'print $7, $8, $9'} | sort ...and so on, FTW