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?
|
|
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" ;-) |
|||
|
|
|
take a look DbFacePHP for MySQL, live demo there http://www.dbfacephp.com/mockup/index.php the best BTW: I found it on Alternativeto |
|||
|
|
|
You can use Chive What is Chive?
|
|||
|
|
|
There's also SQLBuddy, though unfortunately it seems it's no longer under development. |
|||
|
|
|
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. |
|||||||||||
|
|
I myself use SQLyog:
And sometimes use MySQL WorkBench:
|
|||
|
|