MySQL Monitor – Ajaxified


MySQL LogoI use a MySQL database in most, if not all, my website development projects. In some cases, especially with applications/sites that tend to get a large number of hits (and as such, a greater number of interactions with the database), it’s nice to be able to see what the DB engine is doing, how many threads are running, etc. My tool of choice has been MyTop by Jeremy Zawodny for a couple years now. Recently, it looks like someone wanting to learn some Ajax has decided to port Jeremy’s great tool over to an ajaxified webpage! No need to login to the database server and run mytop in a console anymore; now I can do it straight from a web browser!

The project is called ajaxMyTop and is hosted on Sourceforge. Currently, there is no home page or details on the project website, but Ajaxian has a good review of the application.

One note of caution; the application is written for PHP5. There is a small modification available which will enable the application to run under PHP4. It’s located in the ajaxMyTop forums:

http://sourceforge.net/forum/forum.php?thread_id=1431063&forum_id=526557

Sites mentioned:

http://ajaxian.com/archives/779 – Ajaxian Review of ajaxMyTop
http://jeremy.zawodny.com/mysql/mytop/ – Jeremy Zawodny’s original mytop webpage
http://sourceforge.net/projects/ajaxmytop/ – ajaxMyTop Project Website

  1. No comments yet.

You must be logged in to post a comment.