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
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
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....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.