MONyog full changelog
MONyog 8.6.0
released May 18, 2018 (New Release)
Features:
A Galera cluster can now be automatically registered specifying any single node in the cluster.
Optimized counter migration logic. This will reduce migration conflicts on upgrading Monyog tremendously. Post Monyog-8.6.0, a conflict will be raised on upgrade only if any counter definition is modified in the latest release and the user has also customized the same counter.
Added more columns for Slow Query log (for MariaDB and Percona Server) like full_scan, full_join etc. These values are written to Slow query log when ‘log_slow_verbosity’ is set to “Query_plan”.
Connection timeout (MySQL, SSH and SSH Tunnel) can now be set for servers individually. The default value is 30 seconds.
Bug Fixes:
Monyog logged an SQLite error “Udo.def: not an error” on fresh installation.
“Create User..” and “Create role..” queries were shown as a schema change in audit log.
Queries containing ‘<’ or ‘>’ were displayed with their HTML-entities ‘<’, ‘>’ in “Threads” page.
A Galera cluster can now be automatically registered specifying any single node in the cluster.
Optimized counter migration logic. This will reduce migration conflicts on upgrading Monyog tremendously. Post Monyog-8.6.0, a conflict will be raised on upgrade only if any counter definition is modified in the latest release and the user has also customized the same counter.
Added more columns for Slow Query log (for MariaDB and Percona Server) like full_scan, full_join etc. These values are written to Slow query log when ‘log_slow_verbosity’ is set to “Query_plan”.
Connection timeout (MySQL, SSH and SSH Tunnel) can now be set for servers individually. The default value is 30 seconds.
Bug Fixes:
Monyog logged an SQLite error “Udo.def: not an error” on fresh installation.
“Create User..” and “Create role..” queries were shown as a schema change in audit log.
Queries containing ‘<’ or ‘>’ were displayed with their HTML-entities ‘<’, ‘>’ in “Threads” page.
MONyog 8.5.0
released Mar 12, 2018 (New Release)
Features:
Monyog can now analyze MariaDB and MySQL enterprise Audit log.
Added support for LDAP with StartTLS and SSL.
The default path for MONyog.log can be changed using the parameter “MONyogLogPath” from the MONyog.ini file.
Monyog can now analyze MariaDB and MySQL enterprise Audit log.
Added support for LDAP with StartTLS and SSL.
The default path for MONyog.log can be changed using the parameter “MONyogLogPath” from the MONyog.ini file.
MONyog 8.3.2
released Nov 13, 2017 (New Release)
This maintenance release resolves an issue with access to log files on RDS. The issue occurred because the XML response from the RDS REST API has changed in some cases.
Bug Fix:
Resolved an issue regarding access to log files on RDS. The issue occurred because the XML response from the RDS REST API has recently changed in some cases. Our XML parsing was improved to handle this.
Bug Fix:
Resolved an issue regarding access to log files on RDS. The issue occurred because the XML response from the RDS REST API has recently changed in some cases. Our XML parsing was improved to handle this.
MONyog 8.2.0
released Sep 22, 2017 (New Release)
This release includes some GUI improvements and also fixes a few (also mostly GUI-related) bugs. Additionally, we have upgraded most libraries used internally to the current version. This – most significantly -includes OpenSSL.
Features:
Added option to have same Y-axis scaling for Dashboard charts across all servers.
Features:
Added option to have same Y-axis scaling for Dashboard charts across all servers.
MONyog 6.6.3
released Oct 10, 2016 (New Release)
Features:
MONyog API now supports LDAP users and groups.
Bug Fixes:
In rare cases MONyog failed to connect to SSH and returned the error “failed to connect to SFTP: SshConnect: Error while connecting to ssh server –kex error”.
MONyog API now supports LDAP users and groups.
Bug Fixes:
In rare cases MONyog failed to connect to SSH and returned the error “failed to connect to SFTP: SshConnect: Error while connecting to ssh server –kex error”.
MONyog 6.6.2
released Sep 26, 2016 (New Release)
Features:
Charts are now loading faster with large time range.
Added more pre-configured Galera charts and Performance_Schema Custom SQL Objects.
Improved the performance of SQL-query in CSO ‘Tables_Without_Constraints’.
Charts are now loading faster with large time range.
Added more pre-configured Galera charts and Performance_Schema Custom SQL Objects.
Improved the performance of SQL-query in CSO ‘Tables_Without_Constraints’.
MONyog 6.6.1
released Sep 16, 2016 (New Release)
Bug fixes:
When user logged in to MONyog with an account other than the built-in admin account, tabs were hidden.
When user logged in to MONyog with an account other than the built-in admin account, tabs were hidden.
MONyog 6.5.5
released Sep 2, 2016 (New Release)
Bug Fixes:
The “Explain Query” dialog box in Real Time and Query Analyzer returned the message “Extended is deprecated” for MySQL 5.7.3+ servers. Now (plain) “EXPLAIN” is used to fetch the value.
In rare cases some monitor groups were not getting Enabled/Disabled at “Manage Monitor groups” page when using Internet Explorer.
The fields “SeriesCaption” and “SeriesValues” in “Edit chart” page did not give any error on saving when having different number of arguments, but a console error showed up while loading the charts.
The “Explain Query” dialog box in Real Time and Query Analyzer returned the message “Extended is deprecated” for MySQL 5.7.3+ servers. Now (plain) “EXPLAIN” is used to fetch the value.
In rare cases some monitor groups were not getting Enabled/Disabled at “Manage Monitor groups” page when using Internet Explorer.
The fields “SeriesCaption” and “SeriesValues” in “Edit chart” page did not give any error on saving when having different number of arguments, but a console error showed up while loading the charts.
MONyog 6.5.4
released Jul 31, 2016 (New Release)
Bug Fixes:
MONyog.log file logged bogus SQLite errors like “not an error” if UDOs were enabled in MONyog in some cases.
The definition for the counter “Free disk space” in the “Linux” group was misleading as we were giving the free disk space of the volume where mysql binary resided given by “basedir”, instead of giving the free disk space on the volume where data directory resides given by “datadir”.
The column “Rows examined” in Performance_Schema based sniffer printed negative values, if the number of “Rows examined” exceeded the value 2G.
MONyog.log file logged bogus SQLite errors like “not an error” if UDOs were enabled in MONyog in some cases.
The definition for the counter “Free disk space” in the “Linux” group was misleading as we were giving the free disk space of the volume where mysql binary resided given by “basedir”, instead of giving the free disk space on the volume where data directory resides given by “datadir”.
The column “Rows examined” in Performance_Schema based sniffer printed negative values, if the number of “Rows examined” exceeded the value 2G.
MONyog 6.5.3
released May 9, 2016 (New Release)
Bug Fixes:
“Count” column did show empty value in Processlist based Real-time.
Performance_Schema based Real Time failed if global sql_mode included “ONLY_FULL_GROUP_BY”.
Clicking on locked queries were not showing its corresponding locking query and vice versa for Performance_Schema based Real Time.
“Count” column did show empty value in Processlist based Real-time.
Performance_Schema based Real Time failed if global sql_mode included “ONLY_FULL_GROUP_BY”.
Clicking on locked queries were not showing its corresponding locking query and vice versa for Performance_Schema based Real Time.
MONyog for Windows 7 - free download notice
Windows 7 Download periodically updates software information of MONyog from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
Media Player Morpher
85% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
MacX Video Converter Pro
56% Off -
MacX MediaTrans
63% Off -
MacX Media Management Bundle
70% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- PHPRunner 10.91 B42144
- XMail 1.27
- Free SQL Health Monitor 2.0
- Database Master 12.0.0
- Portable RazorSQL 10.6.8
- Portable ORM Designer 3.0.1.1129
- Navicat Lite for Oracle x64 17.0.8
- Photo Viewer Web Part 2.3.16.38
- Deniz SQL Processes Viewer 1.0.0.0
- MySQL Workbench 8.0.34
- Flat File Checker 0.7.3.2 Beta
- TwonkyMedia Manager 3.1.0.55
- DB2 PHP Generator Professional 22.8
- Web Log Explorer Enterprise Edition 9.61 B1411
- REFOG Terminal Monitor 8.1.2.2060
- DateTime Column 1.4
- Microsoft Security Compliance Manager 2.5.40.0
- cwRsync 6.3.2
- WinPIM Data Server 8.0.55
- PHP Generator for MySQL Professional 22.8.0.12
Popular Tags
analysis
log
dscsi
idisk
log analyzer
ipds printing
mail server
database
log analysis
pop3 server
sharepoint
client server
network disk
web
active directory reports
iscsi target
file server
ftp server
sharepoint component
smtp server
virtualization
sharepoint web part
backup
web part
sharepoint server
active directory management
script
web server
server
software
Popular Windows 7 Software
- dbForge Unit Test for SQL Server 2025.3.149
- Windows 7 Firewall Control 8.4.0.84
- User Property Field 1.7.1
- eftepede for Windows
- RaidenMAILD 5.0.2
- PHPRunner 10.91 B42144
- XMail 1.27
- Free SQL Health Monitor 2.0
- CC Proxy Server 8.0
- UFO VPN for Windows 2.2.0
- Magic Winmail Server 7.2 Build 0524
- SQL Management Studio 2011 for Oracle 1.2.0.8
- AmoK pop2rss 1.0
- Wake-On-LAN Proxy Server 1.1.0
- Database Master 12.0.0
© 2026 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.



