How to add a simple Custom Object in Monyog

MySQL is developing rapidly.  And today it does not only happen along a single track but in multiple directions simultaneously. This is due to both server 'forks' as well as various plugins and 3rd party storage engines available.   Each of those will often add...

Per-database information in performance_schema, please!

This is a follow-up om my first Blog on performance_schema that appeared here: One particular request that we had frequently from our users is to have status variables exposed per database and maybe even per table. Currently this is not possible. Not even with MySQL...

FLUSH STATUS surprise?

What does FLUSH STATUS do? We all know that it will simply reset all status variables (except for 'uptime') to same values as immediately after a server restart. Just google it and you will find that behaviour statet on hundreds of sites on the Internet. But...

Performance_schema considerations.

I have for the first time been spending some time trying to understand the performance_schema. It is not easy to understand everything unless you are very well-versed in server internals (what I am not) and much information available here is probably more useful for...

Setting per-server thresholds in Monyog.

Please note that this blog was updated on April 5th 2012.  We have added(at the buttom)  how to use server TAGS for defining thresholds. Introduction: If you have been using MONyog you will know that any metrics/counters may be identified with either of the 'states'...

Scripts with multiple statements return errors. Some database commands or symbols do not work in Aqua Data Studio while they do work in the database vendor’s command line tool.

Scripts with multiple statements return errors. Some database commands or symbols (such as “;”) do not work in Aqua Data Studio while they do work in the database vendor’s command line tool. Response Jonathan Powers over 11 years ago Example: select * from t1 select *...

Re: dataSetChart image in emails

Do you know how to ensure chart images are displayed in emails correctly? Is there a way to have them embedded (attached, but displayed in the building of the email) rather than loaded from src url? Also the url doesn't seem to get formed correctly: img...