up vote 2 down vote favorite
2
share [g+] share [fb]

Are the free mySQL GUI tools adequate for administering a mySQL db running 'vendor' supplied applications?

Are there other tools you would recommend that make your life easier?

link|improve this question

80% accept rate
feedback

6 Answers

up vote 3 down vote accepted

There's:

  • phpmyadmin - been around for ages & packed with features
  • SQLYog - which used to be open source, but now offers a 'community edition'

There's also MySQL Administrator which is provided by mysql although I've never used it.

Other tools: For backup:

  • zmanda offer a community version backup tool
  • xtrabackup as mentioned by pQd is fantasic & open source
link|improve this answer
feedback

i'm surprised maatkit was not mentioned yet. it does not provide any fancy gui applications, instead it gives dba set of command line tools that can be used to analyze mysql logs, diff and synchronize content of databases, run faster database dumps [ by executing parallel queries ]. you can read more here.

another useful tool - xtrabackup - free & open source hot backup of innodb databases.

link|improve this answer
yes xtrabackup! I've heard its awesome, i couldnt remember the name – Nick Kavadias Aug 22 '09 at 8:22
feedback

Navicat for MySQL (there are also Oracle and PostgreSQL versions too). Not free though. US$179 for the downloadable version ($189 for the CD). Highly recommended for all MySQL DBAs and developers using MySQL.

There is a trial version available as well.

link|improve this answer
feedback

Propably look into:

HeidiSQL - made my life easier

and

MySQL Workbench

link|improve this answer
feedback

PHPMyAdmin is a great tool.

link|improve this answer
feedback

You can also use : Database Workbench or SQL Manager or MySQL Maestro

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.