Question

I currently use phpmyadmin for most of my database administration. It works well enough, but I'm interested in other tools that might work more quickly/efficiently/etc...

What are the best and/or alternative admin tools for MySQL on a *nix box?

Was it helpful?

Solution

A list of web replacements is available here:

And this question was asked before in Stackoverflow as well:

In my opinion, a alternative phpmyadmin should not just look good, but must at all cost keep up with security updates. If you are intranet user, it might be a different case, but I know from the early days of phpmyadmin that security is very important for anything involving "http and sql" ;-)

OTHER TIPS

I myself use SQLyog:

SQLyog MySQL GUI is the most powerful MySQL manager and admin tool, combining the features of MySQL Administrator, phpMyAdmin and other MySQL Front Ends and MySQL GUI tools.

And sometimes use MySQL WorkBench:

is a visual database design tool that integrates SQL development, administration, database design, creation and maintenance into a single, seamless environment for the MySQL database system. It is the successor to DBDesigner 4 from fabFORCE.net, and replaces the previous package of software, MySQL GUI Tools Bundle.

Personally, I use Webmin(for MySQL on a Linux box). It lets you handle your databases mostly without needing any actual SQL. Also, it can do a host of other things including remotely installing modules, servers, if you have a mail server you can check the mail through Webmin too. You can change passwords, view logs, view cron jobs, and it has a shell too.

There's also SQLBuddy, though unfortunately it seems it's no longer under development.

take a look DbFacePHP for MySQL, live demo there http://www.dbfacephp.com/mockup/index.php the best

BTW: I found it on Alternativeto

http://alternativeto.net/software/dbfacephp-for-mysql/

You can use Chive

http://www.chive-project.com/

What is Chive?

Chive is a next generation MySQL database management tool. The web-based user interface supports most of the common operations needed by software developers and database admins (databases, tables, indices, keys, triggers, views, routines, privileges management, import/export).

Licensed under: CC-BY-SA with attribution
Not affiliated with dba.stackexchange
scroll top