Is there a good application that will run on osx (GUI) that would let me monitor the queries and other mysql server settings on a remote server?

G-Man

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

MySQL Workbench (to replace MySQL Administrator GUI Tool) should do the trick. It's currently in beta, but is pretty stable from what I've seen of it on Linux.

link|improve this answer
feedback

Depending on how extensively you want to monitor it, or what kind of monitoring you want.

Sequel Pro is free, open source app that would allow you to do some monitoring. show processlist, for example. Not entirely sure if this is the type of monitoring you are looking for....

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.