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
-
WinX DVD Ripper
50% Off -
WinX DVD Copy Pro
42% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off -
WinX MediaTrans
63% 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
- MySQL Workbench 8.0.34
- OPC Client 8.4
- REFOG Terminal Monitor 8.1.2.2060
- Deniz SQL Processes Viewer 1.0.0.0
- LightProfiler 0.8.00
- dbForge Data Compare for Oracle 5.5.100
- UMove x64 1.10.974
- FmPro Migrator 7.36
- ODBC Database Query 2.2
- SqlDbx Personal 6.17
- XAMPP portable 8.1.10
- XMail 1.27
- SoftActivity TS Monitor 14.2
- Follow-Up Column for SharePoint 2.0
- cwRsync 6.3.2
- CyBlock for ISA 6.5.0
- KPI Column 2.0
- Sawmill Enterprise 8.8.1
- Enhanced Calendar 1.3
Popular Tags
client server
software
ipds printing
web
sharepoint server
server
web server
sharepoint web part
mail server
idisk
dscsi
smtp server
database
log analysis
backup
script
pop3 server
sharepoint
sharepoint component
iscsi target
analysis
active directory management
virtualization
log analyzer
web part
active directory reports
file server
ftp server
network disk
log
Popular Windows 7 Software
- eftepede for Windows
- User Property Field 1.7.1
- PHPRunner 10.91 B42144
- IP Blocker Firewall 5.1
- SQL Agent Insight 0.9.5326.0
- MySQL Workbench 8.0.34
- Weka 3.8.6
- Plone x64 6.0.5
- Home Media Center 2.9.6042.28114
- REFOG Terminal Monitor 8.1.2.2060
- OPC Client 8.4
- WampServer 64-bit 3.3.2
- Deniz SQL Processes Viewer 1.0.0.0
- LightProfiler 0.8.00
- Portable SecureCRT 6.7.5
© 2025 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.