Use Remove-Item to actually delete a registry key: function Remove-RegistryKey($key) { Remove-Item $key -Force} Use Remove-ItemProperty to delete a...
blog
Monyog MySQL Monitor 3.61 Has Been released
Changes (as compared to 3.6) include. Bug Fix: * If notifications were enabled, program threads were not always closed properly what ultimately...
MONyog 3.6 introduces real-time query monitoring and sniping, better server management, improved alerting and major new features
Hi, We are pleased to announce MONyog 3.6 – a major new release. Listed below are the major features included in this release. Real-time query...
Reading Registry Values
In PowerShell, you will need to use one of the Registry virtual drives to read from the Windows Registry as it is - not always intuitive. Here are...
Monyog MySQL Monitor 3.6 beta 2 Has Been released
Changes (as compared to first 3.6 beta) include: Features: * Grouping of servers: one or more 'tags' can now be specified for a server. In...
Remote Configuration in a Peer-to-Peer environment (or across domains)
By default, PowerShell requires Kerberos authentication to operate remotely, so you cannot use it in a simple peer-to-peer scenario. You can also...
Top 10 Things to Know About Amazon RDS
There has been plenty of hype about Amazon RDS for hosting databases on the internet. It can be confusing at first—and even after you've been...
Amazon RDS – The Beginner’s Guide
On the eve of Microsoft's announcement of the public release of SQL Azure Database, Amazon decided to release its own relational database...
MONyog 3.6 beta 1 Has Been released
Changes (as compared to 3.5) include: Features: * Delayed alert notifications. It can now be defined that a problem must have existed for a number...
MONyog 3.5 introduces Error Log Monitoring, SNMP traps, new advisors and UI enhancements
Hi, We are pleased to announce MONyog 3.5 – a major new release. Listed below are the major features included in this release. Error Log Monitoring...
Monyog 3.5 beta 1 Has Been released
Changes (as compared to 3.15) include: Features: * Alerts can now be sent as SNMP traps. * Support for MySQL error log. An alert can be sent when...
Monyog 3.16 Has Been released
Changes (as compared to 3.15) include: Bug Fixes: * Some queries were not parsed correctly from server logs. Affected queries were queries enclosed...
“MySQL server has gone away” Part 2: session timeout.
This is the second and last article of a small series on reasons for the error message: “MySQL server has gone away”. The first appeared here...
Monyog 3.15 Has Been released
Changes (as compared to 3.14) include: Bug Fixes: * More CPU optimizations with processlist-based sniffer. * When installing Windows version a...
MONyog 3.14 Has Been released
Changes (as compared to 3.13) include: Bug Fixes: * Significant CPU optimization with processlist-based sniffer. * Saving mail settings with Linux...
"MySQL server has gone away" Part 1: max_allowed_packet.
Most MySQL users have tried getting this rather cryptic error message: "MySQL server has gone away". The MySQL documentation describes...
MONyog 3.13 Has Been released
Changes (as compared to 3.12) include: Bug Fixes: * Fixed a major memory leak issue in processlist based sniffer. Also some other small leaks were...
MONyog database schema explained.
Purpose of this article: In this post we will reveal the necessary SQLite schema details to be used for managing MONyog connections (copying...
MONyog 3.12 Has Been Released
Important note when upgrading from versions before 3.1: * MONyog now requires a registration code. * Do not forget to replace the MONyog.lua script...
MONyog 3.12 beta 1 Has Been Released
Important note when upgrading from versions before 3.1: * MONyog now requires a registration code. * Do not forget to replace the MONyog.lua script...
Reading and Writing Drive Labels
Drive Labels are the names attached to logical disks. Using WMI, you can both read and write (change) drive labels. To read the existing drive...
Monyog 3.11 Has Been Released
Important note when upgrading from versions before 3.1: * MONyog now requires a registration code. * Do not forget to replace the MONyog.lua script...
Monyog 3.1 Has Been Released
Changes (as compared to 3.09) include: Packaging: * The same binary/installer is now used for any license model (whether TRIAL or whatever number of...
Monyog 3.09 Has Been Released
Changes (as compared to 3.08) include: Bug fixes: * If MONyog user for monitoring a replicating slave did not have ‘replication client’ privilege,...