<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>FromDual: FromDual InfoFeed (en)</title><link>https://www.fromdual.com/aggregator/categories/6/</link><description>FromDual: FromDual InfoFeed in English</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://www.fromdual.com/aggregator/categories/6/index.xml" rel="self" type="application/rss+xml"/><item><title>FromDual Performance Monitor 2.2.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-2.2.1-has-been-released/</link><pubDate>Thu, 19 Feb 2026 18:18:00 +0100</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-2.2.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 2.2.1 of its popular Database Performance Monitor for MariaDB, Galera Cluster, MySQL and PostgreSQL &lt;a href="https://www.fromdual.com/software/fromdual-performance-monitor/"&gt;&lt;code&gt;fpmmm&lt;/code&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The FromDual Performance Monitor enables Database and System Administrators to monitor and understand what is going on inside their databases and on the machines where the databases reside.&lt;/p&gt;
&lt;p&gt;More information you can find here: &lt;a href="https://www.fromdual.com/software/fromdual-performance-monitor/"&gt;FromDual Performance Monitor&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="download"&gt;Download&lt;/h2&gt;
&lt;p&gt;The new FromDual Performance Monitor can be downloaded from our &lt;a href="https://support.fromdual.com/admin/public/download.php" target="_blank"&gt;Sofware Download&lt;/a&gt; page or you can use our &lt;a href="https://www.fromdual.com/repositories/"&gt;repositories&lt;/a&gt;. How to install and use the FromDual Performance Monitor is documented in the &lt;a href="https://support.fromdual.com/documentation/fpmmm/fpmmm.html" target="_blank"&gt;Documentation&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the FromDual Performance Monitor please report it to us by sending an &lt;a href="mailto:contact@fromdual.com?Subject=Bug report for fpmmm"&gt;email&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them &lt;a href="mailto:feedback@fromdual.com?Subject=Feedback for fpmmm"&gt;to us&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="monitoring-as-a-service-maas"&gt;Monitoring as a Service (MaaS)&lt;/h2&gt;
&lt;p&gt;You do not want to set-up your database monitoring yourself? No problem: Choose our &lt;a href="https://www.fromdual.com/services/monitoring-as-a-service-maas/"&gt;Monitoring as a Service&lt;/a&gt; (MaaS) to safe time and costs!&lt;/p&gt;
&lt;h2 id="installation-of-performance-monitor-221"&gt;Installation of Performance Monitor 2.2.1&lt;/h2&gt;
&lt;p&gt;How to install the FromDual Performance Monitor you can find in the &lt;a href="https://support.fromdual.com/documentation/fpmmm/fpmmm.html#installation-guide" target="_blank"&gt;Installation Guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-of-fpmmm-tar-ball-from-1x-to-221"&gt;Upgrade of fpmmm tar ball from 1.x to 2.2.1&lt;/h2&gt;
&lt;p&gt;There are some changes in the configuration file (&lt;code&gt;fpmmm.conf&lt;/code&gt;):&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The access rights should be change as follows: &lt;code&gt;chmod 600 /etc/fpmmm.conf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;The key &lt;code&gt;Methode&lt;/code&gt; was spelled wrong in the configuration file. It was renamed to &lt;code&gt;Method&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The key &lt;code&gt;PidFile&lt;/code&gt; is ambiguous which could lead to problems and bugs. Thus it was changed to either &lt;code&gt;MyPidFile&lt;/code&gt; for fpmmm and &lt;code&gt;DbPidFile&lt;/code&gt; for the database.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Upgrade with DEB/RPM packages should happen automatically. For tar balls follow this instruction:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ cd /opt
$ tar xf /download/fpmmm-2.2.1.tar.gz
$ rm -f fpmmm
$ ln -s fpmmm-2.2.1 fpmmm
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-fromdual-performance-monitor-221"&gt;Changes in FromDual Performance Monitor 2.2.1&lt;/h2&gt;
&lt;p&gt;These release notes include both the changes that came with version 2.2.0 and version 2.2.1.&lt;/p&gt;
&lt;p&gt;This release contains new features and various bug fixes.&lt;/p&gt;
&lt;p&gt;You can verify your current FromDual Performance Monitor version with the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;$ /opt/fpmmm/bin/fpmmm --version
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="general"&gt;General&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Updated to latest myEnv library.&lt;/li&gt;
&lt;li&gt;PHP 8.5 incompatibilities fixed.&lt;/li&gt;
&lt;li&gt;Typos fixed.&lt;/li&gt;
&lt;li&gt;Error messages improved.&lt;/li&gt;
&lt;li&gt;Function &lt;code&gt;real_connect&lt;/code&gt; warnings send to console are suppressed now.&lt;/li&gt;
&lt;li&gt;Connection problems timeout reduced so in case of troubles we should see more and earlier&amp;hellip;&lt;/li&gt;
&lt;li&gt;Other cosmetic errors and debugging information fixed.&lt;/li&gt;
&lt;li&gt;Data are gathered and set to zero even thought database is not reachable.&lt;/li&gt;
&lt;li&gt;Indention of logged messages fixed.&lt;/li&gt;
&lt;li&gt;Function exit is logged now as well.&lt;/li&gt;
&lt;li&gt;SSL connection handling added.&lt;/li&gt;
&lt;li&gt;Fix of error: array_sum(): Addition is not supported on type string in warning after upgrade to Ubuntu 24.04/PHP 8.3.&lt;/li&gt;
&lt;li&gt;Error log parsing had problems with huge error logs. Now we have added a size barrier.&lt;/li&gt;
&lt;li&gt;Function &lt;code&gt;getDistributions&lt;/code&gt; updated/cleaned-up.&lt;/li&gt;
&lt;li&gt;Command lsb_release removed.&lt;/li&gt;
&lt;li&gt;Documentation added.&lt;/li&gt;
&lt;li&gt;Nagios: Tests fixed for MariaDB 11.8.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="templates"&gt;Templates&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Server: Available I/O system information added to each I/O system on top, pages named.&lt;/li&gt;
&lt;li&gt;InnoDB: Pages named, row write operations graph added.&lt;/li&gt;
&lt;li&gt;MySQL: Some graphs and query dashboard made nicer.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="agent"&gt;Agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;none&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="server"&gt;Server&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Items &lt;code&gt;FromDual.MySQL.server.disk.avg_io_read_wait&lt;/code&gt; and &lt;code&gt;FromDual.MySQL.server.disk.avg_io_write_wait&lt;/code&gt; removed because they are showing completely wrong values. Use &lt;code&gt;FromDual.MySQL.server.disk.r_await&lt;/code&gt; and &lt;code&gt;FromDual.MySQL.server.disk.w_await&lt;/code&gt; instead.&lt;/li&gt;
&lt;li&gt;Workaround for missing cpuinfo old cachefile implemented.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="galera"&gt;Galera&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Old style variable fixed which causes problems with newer version.&lt;/li&gt;
&lt;li&gt;Default values on database stop added.&lt;/li&gt;
&lt;li&gt;Workaround for cut &lt;code&gt;wsrep_provider_options&lt;/code&gt; bug in MySQL Galera Cluster added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="innodb"&gt;InnoDB&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Variable &lt;code&gt;innodb_log_file_size&lt;/code&gt; made consistent for MariaDB and MySQL.&lt;/li&gt;
&lt;li&gt;Deprecated and removed variable &lt;code&gt;innodb_log_files_in_group&lt;/code&gt; removed.&lt;/li&gt;
&lt;li&gt;Fix for &lt;code&gt;innodb_log_file_size&lt;/code&gt; in MySQL 9.4.&lt;/li&gt;
&lt;li&gt;Log occupancy graph added and graph added to dashboard.&lt;/li&gt;
&lt;li&gt;Variable &lt;code&gt;tx_isolation&lt;/code&gt; replaced by transaction isolation which is deprecated in MariaDB 11.2 and MySQL 5.7.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql"&gt;MySQL&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Variable &lt;code&gt;vendor_versions_behind&lt;/code&gt; special case caught.&lt;/li&gt;
&lt;li&gt;Connection charset changed from &lt;code&gt;utf8&lt;/code&gt; to &lt;code&gt;utf8mb4&lt;/code&gt; due to errors in MariaDB 11.8.&lt;/li&gt;
&lt;li&gt;Template pages named.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="process"&gt;Process&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;none&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="security"&gt;Security&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Module improved for new behaviour in MariaDB 11.8.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="master"&gt;Master&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Wrong version check for master fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="slave"&gt;Slave&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Slave lagging problem fixed.&lt;/li&gt;
&lt;li&gt;Wrong version check for slave fixed.&lt;/li&gt;
&lt;li&gt;MySQL 8.4 commands added for replication monitoring.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="backup"&gt;Backup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;none&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="postgresql"&gt;PostgreSQL&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Rudimentary PostgreSQL monitoring added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="packaging"&gt;Packaging&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;RHEL 8 added again.&lt;/li&gt;
&lt;li&gt;RPM spec adapted for RHEL 10.&lt;/li&gt;
&lt;li&gt;SNMP library updated.&lt;/li&gt;
&lt;li&gt;Debian 10 and RHEL 7 removed.&lt;/li&gt;
&lt;li&gt;DEB sign stuff added.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of &lt;code&gt;fpmmm&lt;/code&gt; please &lt;a href="mailto:contact@fromdual.com?Subject=Commercial use of fpmmm"&gt;get in contact&lt;/a&gt; with us.&lt;/p&gt;</description></item><item><title>FromDual Backup and Recovery Manager for MySQL 1.2.5 has been released</title><link>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.5-has-been-released/</link><pubDate>Wed, 10 May 2017 15:26:15 +0200</pubDate><guid>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.5-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.5 of the popular &lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;Backup and Recovery Manager for MySQL and MariaDB&lt;/a&gt; (&lt;code&gt;fromdual_brman&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;You can download the FromDual Backup and Recovery Manager from &lt;a href="https://www.fromdual.com/download#brman" title="Download FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the FromDual Backup and Recovery Manager please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug tracker"&gt;Bugtracker&lt;/a&gt; or just send us an [email](mailto:contact@fromdual.com?Subject=Bug report for fromdual_brman).&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com?Subject=Feedback"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-12x-to-125"&gt;Upgrade from 1.2.x to 1.2.5&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/fromdual_brman-1.2.5.tar.gz
# rm -f fromdual_brman
# ln -s fromdual_brman-1.2.5 fromdual_brman
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-fromdual-backup-manager-125"&gt;Changes in FromDual Backup Manager 1.2.5&lt;/h2&gt;
&lt;p&gt;This release contains mainly fixes related to the backup catalog and the backup type cleanup.&lt;/p&gt;
&lt;p&gt;You can verify your current FromDual Backup Manager version with the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;shell&amp;gt; fromdual_bman --version
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="fromdual-backup-manager"&gt;FromDual Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Docker container is ready.&lt;/li&gt;
&lt;li&gt;Testing infrastructure improved.&lt;/li&gt;
&lt;li&gt;Better option checking to be usage compliant.&lt;/li&gt;
&lt;li&gt;Option handling and checking refactored.&lt;/li&gt;
&lt;li&gt;PHP variable &lt;code&gt;variables_order&lt;/code&gt; is included into program. No more &lt;code&gt;php.ini&lt;/code&gt; change required any more.&lt;/li&gt;
&lt;li&gt;Connection error made more verbose.&lt;/li&gt;
&lt;li&gt;Downstream &lt;code&gt;myEnv.inc&lt;/code&gt; library from rev873.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Incompatibility change:&lt;/strong&gt; Default &lt;code&gt;--backupdir&lt;/code&gt; location changed from &lt;code&gt;./bck&lt;/code&gt; to &lt;code&gt;$HOME/bck&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-catalog"&gt;FromDual Backup Manager Catalog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Catalog creation and upgrade messages put into right order.&lt;/li&gt;
&lt;li&gt;Backup catalog should be upgraded directly to newest release when created.&lt;/li&gt;
&lt;li&gt;Only do catalog version check if &lt;code&gt;--upgrade&lt;/code&gt; is not specified.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Incompatibility change&lt;/strong&gt;: Catalog operation options (&lt;code&gt;--create&lt;/code&gt; and &lt;code&gt;--upgrade&lt;/code&gt;) made more consistent (&lt;code&gt;--type=catalog&lt;/code&gt;). This could lead to different behaviour than earlier!&lt;/li&gt;
&lt;li&gt;Backup cleanup in catalog made nicer.&lt;/li&gt;
&lt;li&gt;Catalog version changed from 010 to 020.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-cleanup"&gt;FromDual Backup Manager Cleanup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Archive cleanup output empty line removed.&lt;/li&gt;
&lt;li&gt;Backup cleanup in catalog made nicer.&lt;/li&gt;
&lt;li&gt;Cleanup should delete only instance backups but not all backups if specified (bug &lt;br&gt;#166).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-logical-full-and-schema-backup"&gt;FromDual Backup Manager Logical Full and Schema backup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Omit warning for non-transactional tables if option &lt;code&gt;--blocking-backup&lt;/code&gt; is set.&lt;/li&gt;
&lt;li&gt;Function &lt;code&gt;getDumpOverview&lt;/code&gt; now also includes empty schemata.&lt;/li&gt;
&lt;li&gt;Transactional storage engine selection made ready for MariaDB 10.1/10.2 and MySQL 8.0.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 1.0.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.1-has-been-released/</link><pubDate>Fri, 10 Feb 2017 15:13:11 +0100</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.1 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;fpmmm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the &lt;code&gt;fpmmm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug-tracker"&gt;Bug-tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains various bug fixes.&lt;/p&gt;
&lt;h2 id="changes-in-fpmmm-v101"&gt;Changes in fpmmm v1.0.1&lt;/h2&gt;
&lt;h3 id="fpmmm-agent"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fpmmm suppresses &lt;code&gt;server has gone away message&lt;/code&gt; to stdout.&lt;/li&gt;
&lt;li&gt;Fpmmm should behave correctly now when database was started after fpmmm agent.&lt;/li&gt;
&lt;li&gt;MyEnv library synced from MyEnv project.&lt;/li&gt;
&lt;li&gt;Added LaunchDaemon configuration for fpmmmm on Max OSX (darwin).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fpmmm-agent-installer"&gt;fpmmm agent installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Added some more support for Mac OSX (darwin).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of &lt;code&gt;fpmmm&lt;/code&gt; please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of fpmmm &amp;ldquo;Contact FromDual&amp;rdquo;) with us.&lt;/p&gt;</description></item><item><title>FromDual Backup and Recovery Manager for MySQL 1.2.4 has been released</title><link>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.4-has-been-released/</link><pubDate>Thu, 12 Jan 2017 12:22:12 +0100</pubDate><guid>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.4-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.4 of the popular &lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;Backup and Recovery Manager for MySQL and MariaDB&lt;/a&gt; (&lt;code&gt;fromdual_brman&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;You can download the FromDual Backup and Recovery Manager from &lt;a href="https://www.fromdual.com/download#brman" title="Download FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the Backup and Recovery Manager please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug tracker"&gt;Bugtracker&lt;/a&gt; or just send us an [email](mailto:contact@fromdual.com?Subject=Bug report for fromdual_brman).&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com?Subject=Feedback"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-12x-to-124"&gt;Upgrade from 1.2.x to 1.2.4&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/fromdual_brman-1.2.4.tar.gz
# rm -f fromdual_brman
# ln -s fromdual_brman-1.2.4 fromdual_brman
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-fromdual-backup-manager-124"&gt;Changes in FromDual Backup Manager 1.2.4&lt;/h2&gt;
&lt;p&gt;This release contains mainly fixes related to the backup type cleanup.&lt;/p&gt;
&lt;p&gt;You can verify your current FromDual Backup Manager version with the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;shell&amp;gt; fromdual_bman --version
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="fromdual-backup-manager"&gt;FromDual Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Library &lt;code&gt;myEnv.inc&lt;/code&gt; synced from myEnv project.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-cleanup"&gt;FromDual Backup Manager Cleanup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Ignore warning for non empty backup directories in &lt;code&gt;cleanup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Check if directory exist before going into recursive lookup in &lt;code&gt;cleanup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Function &lt;code&gt;rmdir&lt;/code&gt; is also covered by simulate option now in &lt;code&gt;cleanup&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Backup type &lt;code&gt;cleanup&lt;/code&gt; also considers physical backup and catalog now.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 1.0.0 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.0-has-been-released/</link><pubDate>Thu, 03 Nov 2016 23:03:46 +0100</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-1.0.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.0 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;fpmmm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in &lt;code&gt;fpmmm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug-tracker"&gt;Bug-tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains various bug fixes and improvements. Further significant functionality has changed and improved. So please read carefully&amp;hellip;&lt;/p&gt;
&lt;h2 id="changes-in-fpmmm-v100"&gt;Changes in fpmmm v1.0.0&lt;/h2&gt;
&lt;h3 id="fpmmm-agent"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;SysV init script added to run &lt;code&gt;fpmmm&lt;/code&gt; as daemon.&lt;/li&gt;
&lt;li&gt;SystemD unit file added to run &lt;code&gt;fpmmm&lt;/code&gt; as daemon.&lt;/li&gt;
&lt;li&gt;Default location of &lt;code&gt;fpmmm.conf&lt;/code&gt; file made unique to &lt;code&gt;/etc/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Requirement checks improved and made more restrictive.&lt;/li&gt;
&lt;li&gt;Error Messages improved and made more understandable.&lt;/li&gt;
&lt;li&gt;Library &lt;code&gt;MyEnv.inc&lt;/code&gt; synced from MyEnv project.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;zabbix_agentd.init&lt;/code&gt; and &lt;code&gt;zabbix_server.init&lt;/code&gt; moved from &lt;code&gt;bin&lt;/code&gt; to &lt;code&gt;tpl&lt;/code&gt; folder.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;fpmmm_server.init&lt;/code&gt; renamed to &lt;code&gt;fpmmm_sysv.init&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;PHP default timezone set to &lt;code&gt;Europe/Zurich&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;fpmmm Agent lock file is now touched at every run to show that agent is still alive.&lt;/li&gt;
&lt;li&gt;Get user privileges to do checks.&lt;/li&gt;
&lt;li&gt;Reconnect implemented for fpmmm daemon.&lt;/li&gt;
&lt;li&gt;Angel script added: &lt;code&gt;fpmmm_angel&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;New &lt;code&gt;Type = host&lt;/code&gt; added to fpmmm configuration template file.&lt;/li&gt;
&lt;li&gt;Fpmmm daemon writes a &lt;code&gt;PID&lt;/code&gt; file.&lt;/li&gt;
&lt;li&gt;Fpmmm can be daemonized now to work as stand-alone system (without &lt;code&gt;zabbix_agent&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Connection test added for daemon.&lt;/li&gt;
&lt;li&gt;Interval for fpmmm daemon is introduced.&lt;/li&gt;
&lt;li&gt;Log verbosity for some messages adjusted.&lt;/li&gt;
&lt;li&gt;fpmmm daemon reacts on &lt;code&gt;SIGTERM&lt;/code&gt; (stop) and &lt;code&gt;SIGHUP&lt;/code&gt; (reload). Reload is not implemented yet.&lt;/li&gt;
&lt;li&gt;Default file locations moved to LSB suggestions.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fpmmm-agent-installer"&gt;fpmmm agent installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Error Messages improved and made more understandable.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="innodb-module"&gt;InnoDB module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;InnoDB variable &lt;code&gt;innodb_log_file_size&lt;/code&gt; of 0 is not possible and thus suppressed.&lt;/li&gt;
&lt;li&gt;Check for lacking &lt;code&gt;PROCESS&lt;/code&gt; privilege added.&lt;/li&gt;
&lt;li&gt;InnoDB status &lt;code&gt;Innodb_max_dirty_pages_pct&lt;/code&gt; added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="master-module"&gt;Master module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Check for lacking &lt;code&gt;REPLICATION CLIENT&lt;/code&gt; privilege added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="memcached-module"&gt;Memcached module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Error Messages improved and made more understandable.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="server-module"&gt;Server module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Error Messages improved and made more understandable.&lt;/li&gt;
&lt;li&gt;Advices to fix problems improved.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;iostat&lt;/code&gt; is used to gather I/O metrics.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-module"&gt;Mysql module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Gather &lt;code&gt;processlist&lt;/code&gt; information introduced.&lt;/li&gt;
&lt;li&gt;MySQL variable &lt;code&gt;max_sort_length&lt;/code&gt; check added.&lt;/li&gt;
&lt;li&gt;MySQL variable &lt;code&gt;storage_engine&lt;/code&gt; added&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of &lt;code&gt;fpmmm&lt;/code&gt; please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of fpmmm &amp;ldquo;Contact FromDual&amp;rdquo;) with us.&lt;/p&gt;</description></item><item><title>FromDual Backup and Recovery Manager for MySQL 1.2.3 has been released</title><link>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.3-has-been-released/</link><pubDate>Sat, 29 Oct 2016 14:50:20 +0100</pubDate><guid>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.3-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.3 of the popular &lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;Backup and Recovery Manager for MySQL and MariaDB&lt;/a&gt; (&lt;code&gt;fromdual_brman&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;You can download the FromDual Backup and Recovery Manager from &lt;a href="https://www.fromdual.com/download#brman" title="Download FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the Backup and Recovery Manager please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug tracker"&gt;Bugtracker&lt;/a&gt; or just send us an [email](mailto:contact@fromdual.com?Subject=Bug report for fromdual_brman).&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com?Subject=Feedback"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-12x-to-123"&gt;Upgrade from 1.2.x to 1.2.3&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/fromdual_brman-1.2.3.tar.gz
# rm -f fromdual_brman
# ln -s fromdual_brman-1.2.3 fromdual_brman
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-fromdual-backup-manager-123"&gt;Changes in FromDual Backup Manager 1.2.3&lt;/h2&gt;
&lt;p&gt;This release contains mainly fixes related to MySQL 5.7 and various minor fixes.&lt;/p&gt;
&lt;p&gt;You can verify your current FromDual Backup Manager version with the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;shell&amp;gt; fromdual_bman --version
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="fromdual-backup-manager"&gt;FromDual Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New tests added to test-suite.&lt;/li&gt;
&lt;li&gt;MyEnv library &lt;code&gt;myEnv.inc&lt;/code&gt; merged into project.&lt;/li&gt;
&lt;li&gt;Output of overview made nicer for &lt;code&gt;ARCHIVE&lt;/code&gt; tables.&lt;/li&gt;
&lt;li&gt;Specified but missing configuration file is caught correctly now (bug &lt;br&gt;#163).&lt;/li&gt;
&lt;li&gt;Return and error codes fixed and cleaned up.&lt;/li&gt;
&lt;li&gt;1M table creation script added to &lt;code&gt;utl/create_1M_tables.php&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ORDER BY&lt;/code&gt; added to all &lt;code&gt;GROUP BY&lt;/code&gt; statements to be also correct in future MySQL releases.&lt;/li&gt;
&lt;li&gt;Added short options &lt;code&gt;-h&lt;/code&gt; and &lt;code&gt;-V&lt;/code&gt; for version and help to &lt;code&gt;fromdual_bman.php&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Removed redundant error number in &lt;code&gt;fromdual_bman.inc&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Function &lt;code&gt;parseConnectString&lt;/code&gt; moved from &lt;code&gt;fromdual_bman.inc&lt;/code&gt; to &lt;code&gt;myEnv.inc&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-and-mysql-57"&gt;FromDual Backup Manager and MySQL 5.7&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bugs related to MySQL 5.7 version detection fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-privilege-backup"&gt;FromDual Backup Manager Privilege Backup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Privilege backup was fixed for new MySQL 5.7 &lt;code&gt;SHOW GRANTS&lt;/code&gt; behaviour.&lt;/li&gt;
&lt;li&gt;Semicolon (;) was added to privilege backup output.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-and-xtrabackup"&gt;FromDual Backup Manager and Xtrabackup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New behaviour of MySQL 5.7 for physical backup fixed.&lt;/li&gt;
&lt;li&gt;Backup manager works with new xtrabackup v2.3.x again. Typo bug fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-and-lvm-snapshot-backup"&gt;FromDual Backup Manager and LVM Snapshot Backup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Started to implement LVM snapshot backup functionality.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-and-recovery-manager-catalog"&gt;FromDual Backup and Recovery Manager Catalog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Catalog version mismatch error made more clear.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-backup-manager-binary-log-backup"&gt;FromDual Backup Manager Binary Log Backup&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Error catch implemented for binary logs removed manually.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fromdual-recovery-manager"&gt;FromDual Recovery Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Changed wrong &lt;code&gt;rc&lt;/code&gt; in &lt;code&gt;progress_bar.php&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FromDual Nagios and Icinga plugins v1.0.1 for MySQL/MariaDB released</title><link>https://www.fromdual.com/blog/fromdual-nagios-icinga-plug-ins-1.0.1-mysql-mariadb-released/</link><pubDate>Tue, 23 Feb 2016 18:27:03 +0000</pubDate><guid>https://www.fromdual.com/blog/fromdual-nagios-icinga-plug-ins-1.0.1-mysql-mariadb-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.1 of the &lt;a href="https://www.fromdual.com/nagios-and-icinga-plugins-for-mysql-1.0.0-have-been-released" title="FromDual Nagios and Icinga plugins"&gt;FromDual Nagios and Icinga plugins for MySQL, Galera Cluster and MariaDB&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="download"&gt;Download&lt;/h2&gt;
&lt;p&gt;The new FromDual Nagios plugins can be downloaded &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=select&amp;amp;operating_system_id=0&amp;amp;platform_id=0&amp;amp;product_type_id=0&amp;amp;distribution_id=0&amp;amp;distribution_version_id=0&amp;amp;product_id=10&amp;amp;release_series_id=25&amp;amp;product_version_id=88" title="FromDual Nagios plugins"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the FromDual Nagios plugins please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for Nagios plugins).&lt;/p&gt;
&lt;h2 id="changes-in-nagios-plugins-101"&gt;Changes in Nagios plugins 1.0.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Help adapted to new 5.7 conventions for creating user in &lt;code&gt;check_repl_mysql_heartbeat.pl&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Output can be formatted for &lt;strong&gt;Centreon&lt;/strong&gt;, &lt;strong&gt;Icinga&lt;/strong&gt; and &lt;strong&gt;Nagios&lt;/strong&gt; now in &lt;code&gt;perf_mysql.pl&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Support for Galera Cluster implemented in &lt;code&gt;perf_mysql.pl&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FOSDEM 2016 - MySQL slides about PERFORMANCE_SCHEMA available</title><link>https://www.fromdual.com/blog/fosdem-2016-mysql-performance_schema-sys-schema-slides/</link><pubDate>Wed, 03 Feb 2016 21:56:06 +0000</pubDate><guid>https://www.fromdual.com/blog/fosdem-2016-mysql-performance_schema-sys-schema-slides/</guid><description>&lt;p&gt;The FOSDEM 2016 in Brussels (Belgium) January 29/30 is over and was very interesting and IMHO a big success.&lt;/p&gt;
&lt;p&gt;For all those who could not participate at FOSDEM 2016 our presentation slides about &lt;code&gt;PERFORMANCE_SCHEMA&lt;/code&gt; and &lt;code&gt;sys&lt;/code&gt; schema are available here:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;PERFORMANCE_SCHEMA&lt;/code&gt; and &lt;code&gt;sys&lt;/code&gt; schema - What can we do with it? (&lt;a href="https://www.fromdual.com/presentations/" title="FromDual presentations"&gt;PDF&lt;/a&gt;, 406 kbyte)&lt;/p&gt;</description></item><item><title>FromDual Ops Center for MySQL and MariaDB 0.3 has been released</title><link>https://www.fromdual.com/blog/ops-center-release-notes/fromdual-ops-center-for-mariadb-and-mysql-0.3-has-been-released/</link><pubDate>Tue, 02 Feb 2016 16:24:03 +0100</pubDate><guid>https://www.fromdual.com/blog/ops-center-release-notes/fromdual-ops-center-for-mariadb-and-mysql-0.3-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.3 of the &lt;a href="https://www.fromdual.com/ops-center-general-information" title="FromDual Ops Center for MySQL and MariaDB"&gt;FromDual Ops Center for MySQL and MariaDB&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;FromDual Ops Center for MySQL and MariaDB&lt;/strong&gt; (&lt;code&gt;focmm&lt;/code&gt;) is an application for DBA&amp;rsquo;s and system administrators to manage MySQL and MariaDB database farms.&lt;/p&gt;
&lt;p&gt;The main task of Ops Center is to support you in your daily MySQL and MariaDB operation tasks.&lt;/p&gt;
&lt;p&gt;More information about FromDual Ops Center you can find &lt;a href="https://www.fromdual.com/ops-center-general-information" title="General Information"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="download"&gt;Download&lt;/h2&gt;
&lt;p&gt;The new FromDual Ops Center can be downloaded &lt;a href="https://www.fromdual.com/download" title="FromDual Ops Center"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the FromDual Ops Center please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for FromDual Ops Center).&lt;/p&gt;
&lt;h2 id="installation-of-ops-center"&gt;Installation of Ops Center&lt;/h2&gt;
&lt;p&gt;A &lt;a href="https://www.fromdual.com/ops-center-user-guide" title="FromDual Ops Center User Guide"&gt;complete guide&lt;/a&gt; on how to install FromDual Ops Center you can find in the &lt;a href="https://www.fromdual.com/ops-center-installing-and-upgrading" title="Installing and Upgrading"&gt;Ops Center User Guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-02-to-03"&gt;Upgrade from 0.2 to 0.3&lt;/h2&gt;
&lt;p&gt;An upgrade path from Ops-Center v0.2 to v0.3 is currently not supported. Please also check &lt;a href="https://www.fromdual.com/ops-center-upgrading"&gt;Upgrading&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="changes-in-ops-center-03"&gt;Changes in Ops Center 0.3&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Ops Center repository database was changed from Sqlite to MySQL/MariaDB.&lt;/li&gt;
&lt;li&gt;Structure and schema comparison introduced.&lt;/li&gt;
&lt;li&gt;Variables comparison introduced.&lt;/li&gt;
&lt;li&gt;Processlist tool introduced.&lt;/li&gt;
&lt;li&gt;VIP is checked over crontab now.&lt;/li&gt;
&lt;li&gt;Debugging facility improved.&lt;/li&gt;
&lt;li&gt;Some configuration rules/checks implemented.&lt;/li&gt;
&lt;li&gt;User management implemented for multiple-instances.&lt;/li&gt;
&lt;li&gt;Clone user implemented.&lt;/li&gt;
&lt;li&gt;Database backup implemented.&lt;/li&gt;
&lt;li&gt;Jab handling implemented.&lt;/li&gt;
&lt;li&gt;Blocking backup implemented for MyISAM tables.&lt;/li&gt;
&lt;li&gt;Skip Slave with GTID works now.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.3.0 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.3.0-has-been-released/</link><pubDate>Sun, 31 Jan 2016 12:34:27 +0100</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.3.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.3.0 of its popular MySQL, Galera Cluster, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL multi-instance environment"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The new MyEnv can be downloaded &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for MyEnv).&lt;/p&gt;
&lt;h2 id="upgrade-from-11x-or-higher-to-130"&gt;Upgrade from 1.1.x or higher to 1.3.0&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.3.0.tar.gz
# rm -f myenv
# ln -s myenv-1.3.0 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-130"&gt;Changes in MyEnv 1.3.0&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;NDB Cluster stuff was removed and cleaned-up.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;my.cnf&lt;/code&gt; template was slightly adapted to new requirements (&lt;code&gt;query_cache_size&lt;/code&gt;, &lt;code&gt;innodb_buffer_pool_instances&lt;/code&gt;, &lt;code&gt;binlog_stmt_cache_size&lt;/code&gt;, &lt;code&gt;wsrep_sst_method&lt;/code&gt; and &lt;code&gt;wsrep_sst_auth&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Cgroups stuff was fixed and made more verbose in case of configuration errors.&lt;/li&gt;
&lt;li&gt;Cgroups template (&lt;code&gt;tpl/cgroups.conf&lt;/code&gt;) was extended.&lt;/li&gt;
&lt;li&gt;Some warnings made more clear.&lt;/li&gt;
&lt;li&gt;Too verbose error message in case of missing &lt;code&gt;my.cnf&lt;/code&gt; was redirected to debug logging.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Preparation work for Mac OSX was done.&lt;/li&gt;
&lt;li&gt;Installation deletion can be automatized now.&lt;/li&gt;
&lt;li&gt;Installer made ready for 5.7&lt;/li&gt;
&lt;li&gt;Tags angel and default are not attached to each section any more.&lt;/li&gt;
&lt;li&gt;Schema &lt;code&gt;sys&lt;/code&gt; was added to &lt;code&gt;hideschema&lt;/code&gt; variable&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Script &lt;code&gt;insert_test.sh&lt;/code&gt; host tag added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ORDER BY&lt;/code&gt; added to &lt;code&gt;GROUP BY&lt;/code&gt; (in &lt;code&gt;query_bench.php&lt;/code&gt;) to make it working the same in the future.&lt;/li&gt;
&lt;li&gt;rc bug fixed in &lt;code&gt;block_galera_node.sh&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of MyEnv please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of MyEnv) with us.&lt;/p&gt;</description></item><item><title>MySQL Environment MyEnv 1.2.2 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.2.2-has-been-released/</link><pubDate>Mon, 12 Oct 2015 17:48:27 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.2.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.2 of its popular MySQL, Galera Cluster, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL multi-instance environment"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The new MyEnv can be downloaded &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for MyEnv).&lt;/p&gt;
&lt;h2 id="upgrade-from-11x-to-122"&gt;Upgrade from 1.1.x to 1.2.2&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.2.2.tar.gz
# rm -f myenv
# ln -s myenv-1.2.2 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-122"&gt;Changes in MyEnv 1.2.2&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;IP addresses are shown in &lt;code&gt;up&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;All values from &lt;code&gt;[default]&lt;/code&gt; section should be inherited to &lt;code&gt;[dbname]&lt;/code&gt; section.&lt;/li&gt;
&lt;li&gt;Configuration file parser made more robust.&lt;/li&gt;
&lt;li&gt;Empty &lt;code&gt;my.cnf&lt;/code&gt; is caught correctly now.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Mac OSX findings fixed in installer.&lt;/li&gt;
&lt;li&gt;Fixed suppressed &lt;code&gt;mysql_install_db&lt;/code&gt; error output problem.&lt;/li&gt;
&lt;li&gt;Missing &lt;code&gt;libaio&lt;/code&gt; library is found in installer now.&lt;/li&gt;
&lt;li&gt;Check for missing &lt;code&gt;/var/run/mysqld&lt;/code&gt; directory added.&lt;/li&gt;
&lt;li&gt;Installation script &lt;code&gt;mysql_install_db&lt;/code&gt; is called with &lt;code&gt;--no-defaults&lt;/code&gt; now to avoid interference with other configuration files.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Script &lt;code&gt;log_maintenance.php&lt;/code&gt; will not abort when having a problem with one log file but continue.&lt;/li&gt;
&lt;li&gt;Help examples and template improved for &lt;code&gt;log_maintenance.php&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Function check for &lt;code&gt;mb_strlen&lt;/code&gt; added for &lt;code&gt;log_maintenance.php&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Script option &amp;ndash;truncate with too many lines leads to out of memory and takes ages. Fixed this by limiting lines to 10000 in &lt;code&gt;log_maintenance.php&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;But in &lt;code&gt;drop_partition.php&lt;/code&gt; was fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of MyEnv please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of MyEnv) with us.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.5 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.5-has-been-released/</link><pubDate>Thu, 06 Aug 2015 18:29:22 +0200</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.5-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.5 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;fpmmm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in &lt;code&gt;fpmmm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug-tracker"&gt;Bug-tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains various bug fixes and improvements. The previous release had some major bugs so we recommend to upgrade&amp;hellip;&lt;/p&gt;
&lt;h2 id="new-installation-of-fpmmm-v0105"&gt;New installation of fpmmm v0.10.5&lt;/h2&gt;
&lt;p&gt;Please follow our &lt;a href="https://www.fromdual.com/fpmmm-installation-guide" title="fpmmm installation guide"&gt;fpmmm installation guide&lt;/a&gt;. A specific &lt;code&gt;fpmmm&lt;/code&gt; installation guide will follow with the next version.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;h3 id="centos-6"&gt;CentOS 6&lt;/h3&gt;
&lt;p&gt;&lt;img src="https://www.fromdual.com/sites/default/files/centos.png" title="CentOS" width="64" height="64" alt="centos.png" /&gt;&lt;img src="https://www.fromdual.com/sites/default/files/redhat.png" title="Redhat" width="64" height="64" alt="redhat.png" /&gt;&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# yum install php-cli php-process php-mysqli

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm
yum update
yum install zabbix-sender
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="centos-7"&gt;CentOS 7&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# yum install php-cli php-process php-mysqli

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/7/x86_64/zabbix-release-2.2-1.el7.noarch.rpm
yum update
yum install zabbix-sender
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="ubuntu-1404"&gt;Ubuntu 14.04&lt;/h3&gt;
&lt;img src="https://www.fromdual.com/sites/default/files/ubuntu.png" title="Ubuntu" width="64" height="64" alt="ubuntu.png" /&gt;
&lt;pre&gt;&lt;code&gt;# apt-get install php5-cli php5-mysqlnd php5-curl

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php5/cli/conf.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

apt-get install zabbix-agent
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="opensuse-131"&gt;OpenSuSE 13.1&lt;/h3&gt;
&lt;img src="https://www.fromdual.com/sites/default/files/suse.png" title="SuSE" width="64" height="64" alt="suse.png" /&gt;
&lt;pre&gt;&lt;code&gt;# zypper install php5 php5-posix php5-mysql php5-pcntl php5-curl

#cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php5/conf.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

zypper addrepo http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.1 server_monitoring
zypper update
zypper install zabbix-agent
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-fpmmm-010x-to-fpmmm-0105"&gt;Upgrade from fpmmm 0.10.x to fpmmm 0.10.5&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /opt
# tar xf /download/fpmmm-0.10.5.tar.gz
# rm -f fpmmm
# ln -s fpmmm-0.10.5 fpmmm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The following templates in your Zabbix monitor should be replaced. Before you replace the templates it is a good idea to first delete all triggers&amp;hellip;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.fpmmm.xml&lt;/li&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.innodb.xml&lt;/li&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.master.xml&lt;/li&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.myisam.xml&lt;/li&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.mysql.xml&lt;/li&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.server.xml&lt;/li&gt;
&lt;li&gt;tpl/Template_FromDual.MySQL.slave.xml&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changes-in-fpmmm-v0105"&gt;Changes in fpmmm v0.10.5&lt;/h2&gt;
&lt;h3 id="fpmmm-agent"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Better and more verbose error handling in various modules.&lt;/li&gt;
&lt;li&gt;Directory for log file is created automatically if it does not exist yet.&lt;/li&gt;
&lt;li&gt;All broken SQL queries (from 0.10.4) fixed again.&lt;/li&gt;
&lt;li&gt;Add delay for not so frequent changing data.&lt;/li&gt;
&lt;li&gt;Several triggers which complained after restart are fixed now.&lt;/li&gt;
&lt;li&gt;Connections to database were now reduced to the minimum.&lt;/li&gt;
&lt;li&gt;Links for templates fixed.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Innodb_flush_log_at_trx_commit&lt;/code&gt;, &lt;code&gt;log_queries_not_using_indexes&lt;/code&gt; and &lt;code&gt;character_set_server&lt;/code&gt; triggers disabled by default.&lt;/li&gt;
&lt;li&gt;Also sendCachedData is now checked for too big cache file. Bug from swd.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="slave-module"&gt;Slave module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Slave error messages are caught and sent to the monitor.&lt;/li&gt;
&lt;li&gt;Warning is written to the log file if slave module is configured without being a slave.&lt;/li&gt;
&lt;li&gt;New slave status is reported correctly now.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Seconds_behind_master&lt;/code&gt; is now only sent when running.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="master-module"&gt;Master module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New trigger for &lt;code&gt;binlog_format = MIXED&lt;/code&gt; and replication filtering added.&lt;/li&gt;
&lt;li&gt;Severity increased on &lt;code&gt;STATEMENT&lt;/code&gt; based filtering added.&lt;/li&gt;
&lt;li&gt;Regexp bug fixed.&lt;/li&gt;
&lt;li&gt;Master without binary log fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-module"&gt;MySQL module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Old broken triggers fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="server-module"&gt;Server module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;IOPS graph added.&lt;/li&gt;
&lt;li&gt;Device sda5 removed.&lt;/li&gt;
&lt;li&gt;I/O statistics calculation improved.&lt;/li&gt;
&lt;li&gt;I/O r/w wait experimental items implemented.&lt;/li&gt;
&lt;li&gt;CPU count added.&lt;/li&gt;
&lt;li&gt;NUMA and virtualization information added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="innodb-module"&gt;InnoDB module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;innodb_flush_method&lt;/code&gt; item added.&lt;/li&gt;
&lt;li&gt;Trigger for &lt;code&gt;innodb_flush_method&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;innodb_force_recovery&lt;/code&gt; trigger severity increased.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;innodb_log_files_in_group&lt;/code&gt; item added for log traffic threshold.&lt;/li&gt;
&lt;li&gt;InnoDB transaction log traffic trigger and graph added.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of &lt;code&gt;fpmmm&lt;/code&gt; please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of fpmmm &amp;ldquo;Contact FromDual&amp;rdquo;) with us.&lt;/p&gt;</description></item><item><title>MySQL Environment MyEnv 1.2.1 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.2.1-has-been-released/</link><pubDate>Mon, 27 Jul 2015 16:11:34 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.2.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.1 of its popular MySQL, Galera Cluster, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL multi-instance environment"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The new MyEnv can be downloaded &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for MyEnv).&lt;/p&gt;
&lt;h2 id="upgrade-from-11x-to-121"&gt;Upgrade from 1.1.x to 1.2.1&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.2.1.tar.gz
# rm -f myenv
# ln -s myenv-1.2.1 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-121"&gt;Changes in MyEnv 1.2.1&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug in &lt;code&gt;myenv.server&lt;/code&gt; fixed (&lt;code&gt;chmod user:&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Distribution check for CentOS 7.1 fixed (bug report Jörg).&lt;/li&gt;
&lt;li&gt;Directory &lt;code&gt;/var/run/mysqld&lt;/code&gt; is created by &lt;code&gt;myenv.server&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Missing function &lt;code&gt;output&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;Output changes unified, execute with &lt;code&gt;LC_ALL=C&lt;/code&gt; made language independent.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Template &lt;code&gt;my.cnf&lt;/code&gt; extended by hostname and instance name.&lt;/li&gt;
&lt;li&gt;Skip in init script implemented, (bug report Jörg).&lt;/li&gt;
&lt;li&gt;MyEnv &lt;code&gt;my.cnf.template&lt;/code&gt; merged with website.&lt;/li&gt;
&lt;li&gt;Template &lt;code&gt;AUTO_INCREMENT&lt;/code&gt; values fixed.&lt;/li&gt;
&lt;li&gt;Galera Cluster variable causal read in &lt;code&gt;my.cnf&lt;/code&gt; template updated.&lt;/li&gt;
&lt;li&gt;Functions separated into own library.&lt;/li&gt;
&lt;li&gt;All templates moved from &lt;code&gt;etc&lt;/code&gt; to &lt;code&gt;tpl&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;my.cnf&lt;/code&gt; template provided with hostname tag.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Skript &lt;code&gt;alter_engine.php&lt;/code&gt; now supports socket.&lt;/li&gt;
&lt;li&gt;Check in &lt;code&gt;alter_engine.php&lt;/code&gt; for Primary Key length of 767 bytes was removed because it was wrong.&lt;/li&gt;
&lt;li&gt;Skript &lt;code&gt;decrypt_mylogin_cnf.php&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;Script &lt;code&gt;log_maintenance.php&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;Usage and &lt;code&gt;--help&lt;/code&gt; added to &lt;code&gt;block_galera_node.sh&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of MyEnv please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of MyEnv) with us.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.4 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.4-has-been-released/</link><pubDate>Sat, 16 May 2015 14:29:43 +0200</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.4-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.4 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;fpmmm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in &lt;code&gt;fpmmm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug-tracker"&gt;Bug-tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains various minor bug fixes and improvements.&lt;/p&gt;
&lt;h2 id="new-installation-of-fpmmm-v0104"&gt;New installation of fpmmm v0.10.4&lt;/h2&gt;
&lt;p&gt;Please follow our &lt;a href="https://www.fromdual.com/mpm-installation-guide" title="fpmmm installation guide"&gt;mpm installation guide&lt;/a&gt;. A specific &lt;code&gt;fpmmm&lt;/code&gt; installation guide will follow with the next version.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;h3 id="centos-6"&gt;CentOS 6&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# yum install php-cli php-process php-mysqli

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm
yum update
yum install zabbix-sender
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="centos-7"&gt;CentOS 7&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# yum install php-cli php-process php-mysqli

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/7/x86_64/zabbix-release-2.2-1.el7.noarch.rpm
yum update
yum install zabbix-sender
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="ubuntu-1404"&gt;Ubuntu 14.04&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# apt-get install php5-cli php5-mysqlnd php5-curl

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php5/cli/conf.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

apt-get install zabbix-agent
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="opensuse-131"&gt;OpenSuSE 13.1&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# zypper install php5 php5-posix php5-mysql php5-pcntl php5-curl

#cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php5/conf.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

zypper addrepo http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.1 server_monitoring
zypper update
zypper install zabbix-agent
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-fpmmm-010x-to-fpmmm-0104"&gt;Upgrade from fpmmm 0.10.x to fpmmm 0.10.4&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /opt
# tar xf /download/fpmmm-0.10.4.tar.gz
# rm -f fpmmm
# ln -s fpmmm-0.10.4 fpmmm
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-fpmmm-v0104"&gt;Changes in fpmmm v0.10.4&lt;/h2&gt;
&lt;h3 id="security-module"&gt;Security module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Privilege problem in security module caught and error message written.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changes-in-fpmmm-v0103"&gt;Changes in fpmmm v0.10.3&lt;/h2&gt;
&lt;h3 id="fpmmm-agent"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;preg_replace&lt;/code&gt; error fixed (&lt;code&gt;FromDualMySQLagent.inc&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="master-module"&gt;Master module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug in master module fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="innodb-module"&gt;InnoDB module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Deadlock and foreign key error files move from &lt;code&gt;/tmp&lt;/code&gt; to &lt;code&gt;cacheBase&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Deadlock and foreign key error catching fixed (bug &lt;br&gt;#&lt;a href="https://support.fromdual.com/mantis/view.php?id=162" target="_blank" title="FromDual Bug tracker"&gt;162&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changes-in-fpmmm-v0102"&gt;Changes in fpmmm v0.10.2&lt;/h2&gt;
&lt;h3 id="fpmmm-agent-1"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;fpmmm version check added in template.&lt;/li&gt;
&lt;li&gt;fpmmm templates upgrade to Zabbix version 2.0.9. This means, they do not work with Zabix 1.8 any more!&lt;/li&gt;
&lt;li&gt;&lt;code&gt;zabbix_sender&lt;/code&gt; return code 0 caught correctly now.&lt;/li&gt;
&lt;li&gt;Minor bug fixes and typos fixed.&lt;/li&gt;
&lt;li&gt;Bug in caching data fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of &lt;code&gt;fpmmm&lt;/code&gt; please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of fpmmm &amp;ldquo;Contact FromDual&amp;rdquo;) with us.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL and MariaDB 0.10.1 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.1-has-been-released/</link><pubDate>Sun, 19 Apr 2015 16:11:59 +0200</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/fromdual-performance-monitor-for-mysql-and-mariadb-0.10.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.10.1 of its popular Database Performance Monitor for MySQL, MariaDB, Galera Cluster and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;fpmmm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download#mpm" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in &lt;code&gt;fpmmm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug-tracker"&gt;Bug-tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains various minor bug fixes and improvements. Mainly it was a rewrite from Perl into PHP.&lt;/p&gt;
&lt;h2 id="new-installation-of-fpmmm-v0101"&gt;New installation of fpmmm v0.10.1&lt;/h2&gt;
&lt;p&gt;Please follow our &lt;a href="https://www.fromdual.com/mpm-installation-guide" title="fpmmm installation guide"&gt;mpm installation guide&lt;/a&gt;. A specific &lt;code&gt;fpmmm&lt;/code&gt; installation guide will follow with the next version.&lt;/p&gt;
&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;h3 id="centos-6"&gt;CentOS 6&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# yum install php-cli php-process php-mysqli

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/6/x86_64/zabbix-release-2.2-1.el6.noarch.rpm
yum update
yum install zabbix-sender
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="centos-7"&gt;CentOS 7&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# yum install php-cli php-process php-mysqli

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

rpm -Uvh http://repo.zabbix.com/zabbix/2.2/rhel/7/x86_64/zabbix-release-2.2-1.el7.noarch.rpm
yum update
yum install zabbix-sender
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="ubuntu-1404"&gt;Ubuntu 14.04&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# apt-get install php5-cli php5-mysqlnd

# cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php5/cli/conf.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

apt-get install zabbix-agent
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id="opensuse-131"&gt;OpenSuSE 13.1&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;# zypper install php5 php5-posix php5-mysql php5-pcntl php5-curl

#cat &amp;lt;&amp;lt; _EOF &amp;gt;/etc/php5/conf.d/fpmmm.ini
variables_order = &amp;quot;EGPCS&amp;quot;
date.timezone = 'Europe/Zurich'
_EOF

zypper addrepo http://download.opensuse.org/repositories/server:/monitoring/openSUSE_13.1 server_monitoring
zypper update
zypper install zabbix-agent
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-mpm-0x-to-fpmmm-0101"&gt;Upgrade from mpm 0.x to fpmmm 0.10.1&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /opt
# tar xf /download/fpmmm-0.10.1.tar.gz
# rm -f fpmmm
# ln -s fpmmm-0.10.1 fpmmm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;You further have to replace all &lt;code&gt;mysql_performance_monitor_agent.pl&lt;/code&gt; hooks (in Zabbix agent) by &lt;code&gt;bin/fpmmm&lt;/code&gt;.&lt;/p&gt;
&lt;h2 id="changes-in-fpmmm-v0101"&gt;Changes in fpmmm v0.10.1&lt;/h2&gt;
&lt;h3 id="fpmmm-agent"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Defaults in &lt;code&gt;fpmmm.conf.template&lt;/code&gt; adapted.&lt;/li&gt;
&lt;li&gt;Item sending prepared for empty strings.&lt;/li&gt;
&lt;li&gt;Log of cachedData more verbose.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;zabbix_sender&lt;/code&gt; stuff fixed and made more robust.&lt;/li&gt;
&lt;li&gt;New naming convention &lt;code&gt;fpmmm&lt;/code&gt; implemented.&lt;/li&gt;
&lt;li&gt;Connection problems and error catching fixed.&lt;/li&gt;
&lt;li&gt;NDB cluster and PBXT stuff removed and locking made more robust.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;zabbix-sender&lt;/code&gt; on SuSE should work now as well. Bug &lt;br&gt;#149.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;exec&lt;/code&gt;/&lt;code&gt;system&lt;/code&gt; replaced by &lt;code&gt;my_exec&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Debug&lt;/code&gt; parameter replaced by &lt;code&gt;LogLevel&lt;/code&gt; parameter, including all templates and warning for deprecation.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;export LC_ALL=C&lt;/code&gt; added to all O/S calls to make it language independent.&lt;/li&gt;
&lt;li&gt;Usage added (&lt;code&gt;--help&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;All Perl code replaced by PHP code.&lt;/li&gt;
&lt;li&gt;Bug fix on cache clean-up on corruption.&lt;/li&gt;
&lt;li&gt;Mac OSX (darwin) support added, partially.&lt;/li&gt;
&lt;li&gt;Changed defaults away from &lt;code&gt;/tmp&lt;/code&gt; This is no good location for persistent things because of RedHat &lt;code&gt;tmpcleaner&lt;/code&gt; job.&lt;/li&gt;
&lt;li&gt;Debugging info added for missing lock file.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fpmmm-agent-and-maas"&gt;fpmmm agent and MaaS&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;none.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="various-modules"&gt;Various modules&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Regexp pattern fixed for &lt;code&gt;mr_versions&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-module"&gt;MySQL module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Trailing / from &lt;code&gt;datadir&lt;/code&gt; is removed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="innodb-module"&gt;InnoDB module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Innodb buffer pool hit ratio rounded to 2 digits.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;Innodb_os_log_written&lt;/code&gt; item added.&lt;/li&gt;
&lt;li&gt;InnoDB hash searches item fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="galera-module"&gt;Galera module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Galera status now gathered with causal reads off.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="memcached-module"&gt;Memcached module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Memcached stuff activated.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="drbd-module"&gt;DRBD module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Bug report on new DRBD fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fpmmm-templates-for-zabbix"&gt;fpmmm templates for Zabbix&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Security template data typo fixed.&lt;/li&gt;
&lt;li&gt;Templates moved from &lt;code&gt;xml&lt;/code&gt; folder to &lt;code&gt;tpl&lt;/code&gt; folder and other file structure and renaming.&lt;/li&gt;
&lt;li&gt;InnoDB Flush Log at Transaction Commit Serverity lowered from Warning to Information.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of &lt;code&gt;fpmmm&lt;/code&gt; please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of fpmmm &amp;ldquo;Contact FromDual&amp;rdquo;) with us.&lt;/p&gt;</description></item><item><title>MySQL Environment MyEnv 1.2.0 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.2.0-has-been-released/</link><pubDate>Sat, 18 Apr 2015 15:30:21 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.2.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.0 of its popular MySQL, Galera Cluster, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL multi-instance environment"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The new MyEnv can be downloaded &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for MyEnv).&lt;/p&gt;
&lt;h2 id="upgrade-from-11x-to-120"&gt;Upgrade from 1.1.x to 1.2.0&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.2.0.tar.gz
# rm -f myenv
# ln -s myenv-1.2.0 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-120"&gt;Changes in MyEnv 1.2.0&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Some minor fixes on init script.&lt;/li&gt;
&lt;li&gt;Introduction of states production, quality, testing and development.&lt;/li&gt;
&lt;li&gt;Colored prompt added for stage production databases.&lt;/li&gt;
&lt;li&gt;All &lt;code&gt;/tmp/*sock&lt;/code&gt; moved to &lt;code&gt;/var/run/mysqld&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;up&lt;/code&gt; output prepared for &lt;code&gt;bind-address&lt;/code&gt; awareness.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lsb_release&lt;/code&gt; dummy implemented.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Advice for 2 &lt;code&gt;sudo&lt;/code&gt; commands in row was wrong.&lt;/li&gt;
&lt;li&gt;Port conflict resolution more verbose.&lt;/li&gt;
&lt;li&gt;Init script replacement check added. Replace init script is distribution aware and auto executable.&lt;/li&gt;
&lt;li&gt;Installer made mode modular and prepared for automatization.&lt;/li&gt;
&lt;li&gt;Installer allows now to run as other user than &lt;code&gt;mysql&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Bugs in preparing &lt;code&gt;myenv.conf&lt;/code&gt; fixed and instance name removed.&lt;/li&gt;
&lt;li&gt;Install routine made more distribution aware.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Split partition (&lt;code&gt;split_partition.php&lt;/code&gt;) improved.&lt;/li&gt;
&lt;li&gt;Fix of &lt;code&gt;DROP PARTITION&lt;/code&gt; (&lt;code&gt;drop_partition.php&lt;/code&gt;) was executed in wrong order (new before old).&lt;/li&gt;
&lt;li&gt;Alter Engine script rewritten into PHP (&lt;code&gt;alter_engine.php&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Alter Engine script handles &lt;code&gt;ROW_FORMAT=FIXED&lt;/code&gt; problem correctly now.&lt;/li&gt;
&lt;li&gt;Alter Engine script handles too large Primary Key better.&lt;/li&gt;
&lt;li&gt;Alter Engine script recognizes tables with &lt;code&gt;AUTO_INCREMENT&lt;/code&gt; column not at 1&lt;sup&gt;st&lt;/sup&gt; position.&lt;/li&gt;
&lt;li&gt;Purge Binary Log rewritten into PHP (&lt;code&gt;purge_binary_log.php&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;compare_status_files.pl&lt;/code&gt; added to compare output of 2 &lt;code&gt;SHOW GLOBAL STATUS&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of MyEnv please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of MyEnv) with us.&lt;/p&gt;</description></item><item><title>Nagios and Icinga plugins for MySQL/MariaDB released</title><link>https://www.fromdual.com/blog/newsletter-en-2015-02/</link><pubDate>Wed, 04 Mar 2015 13:03:58 +0000</pubDate><guid>https://www.fromdual.com/blog/newsletter-en-2015-02/</guid><description>&lt;p&gt;FromDual is pleased to announce the release of a new version 1.0.0 of the Nagios and Icinga plugins for MySQL, MariaDB, Percona Server and Galera Cluster.&lt;/p&gt;
&lt;p&gt;Any information about the changes and the new functions of the Nagios and Icinga plugins you can find &lt;a href="http://fromdual.com/nagios-and-icinga-plugins-for-mysql-1.0.0-have-been-released" target="_blank" title="Nagios and Icinga plugins for MySQL 1.0.0"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have any problems with the new version you can reach us by e-mail at: &lt;a href="mailto:contact@fromdual.com"&gt;contact@fromdual.com&lt;/a&gt; or by phone on +41 44 500 58 20.&lt;/p&gt;
&lt;p&gt;Your FromDual Team&lt;/p&gt;</description></item><item><title>MySQL Environment MyEnv 1.1.4 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.4-has-been-released/</link><pubDate>Wed, 11 Feb 2015 08:18:05 +0100</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.4-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.1.4 of its popular MySQL, Galera Cluster, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL multi-instance environment"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The new MyEnv can be downloaded &lt;a href="https://www.fromdual.com/download" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual bug tracker"&gt;bug tracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to [feedback@fromdual.com](mailto:feedback@fromdual.com?Subject=Feedback for MyEnv).&lt;/p&gt;
&lt;h2 id="upgrade-from-11x-to-114"&gt;Upgrade from 1.1.x to 1.1.4&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.1.4.tar.gz
# rm -f myenv
# ln -s myenv-1.1.4 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for showMyEnvStatus create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-114"&gt;Changes in MyEnv 1.1.4&lt;/h2&gt;
&lt;p&gt;Because an ugly but non-dangerous bugs we skipped the announcement of version 1.1.3.&lt;/p&gt;
&lt;p&gt;All changes since MyEnv 1.1.2 are listed here. We recommend to skip version 1.1.3&lt;/p&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Error messages are sent to &lt;code&gt;stderr&lt;/code&gt; instead of &lt;code&gt;stdout&lt;/code&gt;, start error messages are tested after up test.&lt;/li&gt;
&lt;li&gt;Error message if wrong user wants to stop database.&lt;/li&gt;
&lt;li&gt;MyEnv init script slightly improved.&lt;/li&gt;
&lt;li&gt;False positive error message in start fixed.&lt;/li&gt;
&lt;li&gt;Variable parsing in &lt;code&gt;my.cnf&lt;/code&gt; made more robust.&lt;/li&gt;
&lt;li&gt;Error messages and warnings made more verbose/clear.&lt;/li&gt;
&lt;li&gt;Bug during stopping database with dummy instance fixed (MGB).&lt;/li&gt;
&lt;li&gt;Cgroups functionality added.&lt;/li&gt;
&lt;li&gt;PHP debug message is now just displayed in debug mode.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;installMyEnv&lt;/code&gt; cleans up &lt;code&gt;my.cnf&lt;/code&gt; in &lt;code&gt;basedir&lt;/code&gt; if it did not exists before to avoid nasty warning message.&lt;/li&gt;
&lt;li&gt;Move &lt;code&gt;[client]&lt;/code&gt; and &lt;code&gt;[mysqldump]&lt;/code&gt; section to top to not forget them later.&lt;/li&gt;
&lt;li&gt;Bug with empty &lt;code&gt;myenv.conf&lt;/code&gt; fixed (KN).&lt;/li&gt;
&lt;li&gt;Install advice for SuSE was wrong for runlevels for MyEnv.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;my.cnf&lt;/code&gt; template updated.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/tmp&lt;/code&gt; as location for socket removed because of RedHat &lt;code&gt;tmpcleaner&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;datadir&lt;/code&gt; redundancy removed.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lost+found&lt;/code&gt; folder was added to &lt;code&gt;hideschema&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;installMyEnv.sh&lt;/code&gt; replaced by &lt;code&gt;installMyEnv&lt;/code&gt;.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Partitioning tools error output is now written to &lt;code&gt;stderr&lt;/code&gt; correctly.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;log_maintenance.sh&lt;/code&gt; script contribution added (TS).&lt;/li&gt;
&lt;li&gt;HAproxy check added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;purge_binary_log.py&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;insert_test.sh&lt;/code&gt; improved.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;lb.monitor&lt;/code&gt; skript added.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For subscriptions of commercial use of MyEnv please [get in contact](mailto:contact@fromdual.com?Subject=Commercial use of MyEnv) with us.&lt;/p&gt;</description></item><item><title>FromDual Backup and Recovery Manager for MySQL 1.2.1 has been released</title><link>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.1-has-been-released/</link><pubDate>Thu, 22 Jan 2015 21:12:43 +0100</pubDate><guid>https://www.fromdual.com/blog/brman-release-notes/fromdual-backup-manager-1.2.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.2.1 of the popular &lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="FromDual Backup and Recovery Manager for MySQL and MariaDB"&gt;Backup and Recovery Manager for MySQL and MariaDB&lt;/a&gt; (&lt;code&gt;fromdual_bman&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;You can download the FromDual Backup and Recovery Manager from &lt;a href="https://www.fromdual.com/download#brman" title="Download FromDual Backup Manager for MySQL"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in the Backup and Recovery Manager please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bug tracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com?Subject=Feedback"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-120-to-121"&gt;Upgrade from 1.2.0 to 1.2.1&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/fromdual_brman-1.2.1.tar.gz
# rm -f fromdual_brman
# ln -s fromdual_brman-1.2.1 fromdual_brman
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-fromdual-backup-manager-121"&gt;Changes in FromDual Backup Manager 1.2.1&lt;/h2&gt;
&lt;h3 id="fromdual-backup-manager"&gt;FromDual Backup Manager&lt;/h3&gt;
&lt;p&gt;It contains mainly &lt;strong&gt;one very critical bug&lt;/strong&gt; fix, one bug fix for using FromDual Backup Manger in combination with MariaDB and &lt;code&gt;xtrabackup&lt;/code&gt; and several minor bug fixes and small improvements.&lt;/p&gt;
&lt;p&gt;We &lt;strong&gt;STRONGLY RECOMMEND&lt;/strong&gt; to upgrade immediately to v1.2.1 if you are using FromDual Backup Manager v1.2.0-RC1 and newer. In these versions errors of &lt;code&gt;mysqldump&lt;/code&gt; in combination with the &lt;code&gt;--direct-compress&lt;/code&gt; option are not handled correctly and a return code of 0 is returned which can be wrong. This leads to incomplete backups and loss of data during the restore.&lt;/p&gt;
&lt;p&gt;You can verify your current FromDual Backup Manager version with the following command:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;fromdual_bman --version
&lt;/code&gt;&lt;/pre&gt;
&lt;ul&gt;
&lt;li&gt;Merges of &lt;code&gt;myEnv.inc&lt;/code&gt; with the one of &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL Environment"&gt;MyEnv&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Bug with MariaDB using &lt;code&gt;xtrabackup&lt;/code&gt; fixed (PM).&lt;/li&gt;
&lt;li&gt;Lock file handling improved.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Very important&lt;/strong&gt;: &lt;code&gt;max_allowed_packet&lt;/code&gt; bug fixed which was introduced in v1.2.0-RC1.&lt;/li&gt;
&lt;li&gt;Schema names with special characters are now handled properly.&lt;/li&gt;
&lt;li&gt;Log directory is automatically created if it does not exist.&lt;/li&gt;
&lt;li&gt;Error comment for &lt;code&gt;--blocking-backup&lt;/code&gt; improved.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title> MySQL Environment MyEnv 1.1.2 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.2-has-been-released/</link><pubDate>Thu, 23 Oct 2014 22:26:27 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.1.2 of its popular MySQL, Galera, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=download&amp;amp;file_name=myenv-1.1.2.tar.gz" target="_blank" title="MyEnv v1.1.2"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-111-to-112"&gt;Upgrade from 1.1.1 to 1.1.2&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.1.2.tar.gz
# rm -f myenv
# ln -s myenv-1.1.2 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-112"&gt;Changes in MyEnv 1.1.2&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The MySQL Backup Manager was removed from MyEnv and put into its own package which can be downloaded from &lt;a href="https://www.fromdual.com/download#brman" title="FromDual Backup/Recovery Manager"&gt;FromDual Backup/Recovery Manager&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;OEM Agent is checked now based on process list and not &lt;code&gt;oemagentctl&lt;/code&gt; status any more. Makes it much faster.&lt;/li&gt;
&lt;li&gt;Alias &lt;code&gt;cdc&lt;/code&gt; for NDB Cluster directory removed. NDB Cluster is not supported any more.&lt;/li&gt;
&lt;li&gt;Deprecate alias &lt;code&gt;v&lt;/code&gt; and replace by &lt;code&gt;V&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Error &lt;code&gt;unlink(/var/lock/subsys/mysql): Permission denied&lt;/code&gt; is caught more nicely now.&lt;/li&gt;
&lt;li&gt;Unknown version in up guessing is improved.&lt;/li&gt;
&lt;li&gt;MD5 checksum made portable for Darwin OS (Mac OSX).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;innodb_flush_log_at_trx_commit&lt;/code&gt; default in template changed.&lt;/li&gt;
&lt;li&gt;Version guessing improved for installer.&lt;/li&gt;
&lt;li&gt;Better download support for Percona Server and MariaDB added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mkdir&lt;/code&gt; bug fixed.&lt;/li&gt;
&lt;li&gt;Version check for RedHat made better.&lt;/li&gt;
&lt;li&gt;Check for &lt;code&gt;lsb_release&lt;/code&gt; and SELinux/AppArmor check added for faster finding problems during MySQL installation.&lt;/li&gt;
&lt;li&gt;Template &lt;code&gt;my.cnf&lt;/code&gt; from website is used for creating an intance.&lt;/li&gt;
&lt;li&gt;Option &lt;code&gt;hideschema&lt;/code&gt; is automatically added to the &lt;code&gt;myenv.conf&lt;/code&gt; file now.&lt;/li&gt;
&lt;li&gt;Check and warning implemented if non &lt;code&gt;mysql&lt;/code&gt; user is used.&lt;/li&gt;
&lt;li&gt;Error is caught when wrong user is used.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql_install_db&lt;/code&gt; output made more verbose in case of errors for debugging.&lt;/li&gt;
&lt;li&gt;Default option changes from &lt;code&gt;Add&lt;/code&gt; to &lt;code&gt;Save&lt;/code&gt; after instance was changed.&lt;/li&gt;
&lt;li&gt;Missing users &lt;code&gt;HOME&lt;/code&gt; directory is caught now.&lt;/li&gt;
&lt;li&gt;Question &lt;code&gt;done?&lt;/code&gt; can be answered with &lt;code&gt;y&lt;/code&gt; now.&lt;/li&gt;
&lt;li&gt;Comment about waiting during instance installation added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Table offline/online scripts integrated into MyEnv utilities.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;alter_engine.pl&lt;/code&gt; does hide views from Primary Key check now.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;The MySQL Backup Manager was removed from MyEnv and put into its own package which can be downloaded from &lt;a href="https://www.fromdual.com/download#brman" title="FromDual Backup/Recovery Manager"&gt;FromDual Backup/Recovery Manager&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.1.1 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.1-has-been-released/</link><pubDate>Mon, 08 Sep 2014 08:29:50 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.1.1 of its popular MySQL, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The majority of improvements happened in the MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;) where we added a backup catalog.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=download&amp;amp;file_name=myenv-1.1.1.tar.gz" target="_blank" title="MyEnv v1.1.1"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-110-to-111"&gt;Upgrade from 1.1.0 to 1.1.1&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.1.1.tar.gz
# rm -f myenv
# ln -s myenv-1.1.1 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-105-to-111"&gt;Upgrade from 1.0.5 to 1.1.1&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.1.1.tar.gz
# rm -f myenv
# ln -s myenv-1.1.1 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Replace the following files:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cp ${HOME}/product/myenv/etc/variables.conf.template /etc/myenv/variables.conf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cp ${HOME}/product/myenv/bin/myenv.server /etc/init.d/myenv&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changes-in-myenv-111"&gt;Changes in MyEnv 1.1.1&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Function to check upgrade requirements to v1.1 implemented.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;none&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;none&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;End tag added to &lt;code&gt;mysql_bman&lt;/code&gt; code in certain places where it was missing.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;innodbackup&lt;/code&gt; bug fixed, &lt;code&gt;pigz&lt;/code&gt; bug fixed.&lt;/li&gt;
&lt;li&gt;Warning message more verbose explaining solution in case of missing &lt;code&gt;xtrabackup&lt;/code&gt; binaries.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;pigz&lt;/code&gt; as alternative compression mechanism implemented.&lt;/li&gt;
&lt;li&gt;Log &lt;code&gt;mysqldump&lt;/code&gt; error to &lt;code&gt;stderr&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;my_exec&lt;/code&gt; replaces &lt;code&gt;exec/system&lt;/code&gt; calls.&lt;/li&gt;
&lt;li&gt;Return code exits fixed.&lt;/li&gt;
&lt;li&gt;Cleanup date is formated nicer and cleanup bug is fixed.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;copy_preserve&lt;/code&gt; introduced to preserve timestamp and archive code cleaned up.&lt;/li&gt;
&lt;li&gt;Retention time can be 0 or any value out of h, d, w, m.&lt;/li&gt;
&lt;li&gt;Binary log begin and end ts is written to log file.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager-catalog"&gt;MySQL Backup Manager Catalog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Catalog DB handle was sometimes called without a catalog (ugly bug introduced in v1.1.0!).&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.1.0 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.0-has-been-released/</link><pubDate>Sat, 23 Aug 2014 19:46:49 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.1.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.1.0 of its popular MySQL, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The majority of improvements happened in the MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;) where we added a backup catalog.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=download&amp;amp;file_name=myenv-1.1.0.tar.gz" target="_blank" title="MyEnv v1.1.0"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-105-to-110"&gt;Upgrade from 1.0.5 to 1.1.0&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.1.0.tar.gz
# rm -f myenv
# ln -s myenv-1.1.0 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Replace the following files:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cp ${HOME}/product/myenv/etc/variables.conf.template /etc/myenv/variables.conf&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cp ${HOME}/product/myenv/bin/myenv.server /etc/init.d/myenv&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changes-in-myenv-110"&gt;Changes in MyEnv 1.1.0&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Error with &lt;code&gt;!includedir&lt;/code&gt; fixed (Bug &lt;br&gt;#143).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;tput&lt;/code&gt; is hidden in interactive mode now. No more nasty warning messages.&lt;/li&gt;
&lt;li&gt;Start/stop script did not pass error code correctly.&lt;/li&gt;
&lt;li&gt;Timezone complain on &lt;code&gt;myenv_start_stop.php&lt;/code&gt; fixed with temporary fix.&lt;/li&gt;
&lt;li&gt;Init script should not through errors on SuSE any more.&lt;/li&gt;
&lt;li&gt;Init script is improved. Myenv should only start if network is available (runlevel).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysqladmin&lt;/code&gt; complains now if
my.cnf has wrong parameters and does not show the schema down any more.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;MYSQL_HOME&lt;/code&gt; was changed from &lt;code&gt;basedir&lt;/code&gt; to &lt;code&gt;datadir&lt;/code&gt;, consider this for upgrade, this is a significant change, impact is not clear!&lt;/li&gt;
&lt;li&gt;Under some circumstances &lt;code&gt;up&lt;/code&gt; did not show all schemata, fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;NUMA maps script from Jeremy Cole added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;block_galera_node.sh&lt;/code&gt; fixed for more than 1 back-end.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;For many backup types cleanup, archive and compress functionality added.&lt;/li&gt;
&lt;li&gt;Schema backup per-schema writes log pos now to log file and catalog.&lt;/li&gt;
&lt;li&gt;Binlog policy added.&lt;/li&gt;
&lt;li&gt;Backup structure is not created any more for cleanup and catalog operations.&lt;/li&gt;
&lt;li&gt;Binlog backup should work now with and without default location.&lt;/li&gt;
&lt;li&gt;Passing strange characters in password is handled more robust now.&lt;/li&gt;
&lt;li&gt;Schema names more robust with back-ticks.&lt;/li&gt;
&lt;li&gt;memory-table-check bug fixed.&lt;/li&gt;
&lt;li&gt;Command line is displayed in output (without exposing password).&lt;/li&gt;
&lt;li&gt;Cleanup of archivedir is possible now.&lt;/li&gt;
&lt;li&gt;Backup for configuration file implemented.&lt;/li&gt;
&lt;li&gt;Physical backup based on xtrabackup/mysqlbackup implemented.&lt;/li&gt;
&lt;li&gt;All exit&amp;rsquo;s replaced by returns. Proper error handling should be possible.&lt;/li&gt;
&lt;li&gt;Backup logging implemented.&lt;/li&gt;
&lt;li&gt;Password from command line is not exposed any more to log file. Back-port from v1.0.5.&lt;/li&gt;
&lt;li&gt;Per schema privilege backup implemented.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager-catalog"&gt;MySQL Backup Manager Catalog&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Catalog creation and catalog upgrade integrated.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FromDual invites MySQL community to company meeting 2014 in Barcelona</title><link>https://www.fromdual.com/blog/fromdual-annual-company-meeting-2014/</link><pubDate>Wed, 06 Aug 2014 14:29:56 +0000</pubDate><guid>https://www.fromdual.com/blog/fromdual-annual-company-meeting-2014/</guid><description>&lt;p&gt;FromDual holds its annual company meeting this year in Barcelona, Spain.&lt;/p&gt;
&lt;p&gt;We are pleased to invite everybody interested in MySQL technologies (MySQL, Galera Cluster, FromDual Tools, Percona Cluster, MariaDB, etc.) to participate on Thursday evening September 11 at the HCC MONTBLANC, Via Laietana 61, to meet, exchange ideas and discuss MySQL related topics.&lt;/p&gt;
&lt;p&gt;The event starts at 18:00, we will meet in the hotel lobby. The planned schedule is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;How to Implement GTID Replication in MySQL 5.6&lt;/strong&gt; (25&amp;rsquo;) and 5&amp;rsquo; Questions and Answers.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;MySQL backup/restore for anonymized exports&lt;/strong&gt; (25&amp;rsquo;) and 5&amp;rsquo; Questions and Answers.&lt;/li&gt;
&lt;li&gt;Break 15 min&lt;/li&gt;
&lt;li&gt;Quick presentation (15&amp;rsquo;) of YOUR project or company.&lt;/li&gt;
&lt;li&gt;Quick presentation (15&amp;rsquo;) of YOUR project or company.&lt;/li&gt;
&lt;li&gt;Break 15 min&lt;/li&gt;
&lt;li&gt;Quick presentation (15&amp;rsquo;) of YOUR project or company.&lt;/li&gt;
&lt;li&gt;Quick presentation (15&amp;rsquo;) of YOUR project or company.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please feel free to send us your suggestion about your presentation. Any technical or non-technical MySQL related topic is welcome. For example how you use MySQL in your company or special problems you have faced and solved (or not solved yet), research work you have done on MySQL products, business cases you solve with MySQL products, evaluations or experience you have made, etc. For the proposal please send us a &lt;a href="mailto:contac@fromdual.com" title="Proposal for talk"&gt;mail&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please also &lt;a href="mailto:contact@fromdual.com" title="Join FromDual annuals company meeting"&gt;send us a short notice&lt;/a&gt; if you plan to participate or join us with &lt;a href="http://www.meetup.com/FromDual-company-MySQL-Meetup-Barcelona/events/199327242/" target="_blank" title="FromDual company meeting 2014 @ MeetUp"&gt;MeetUp&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This gives us the possibility to arrange and organize all the infrastructure with the Hotel.&lt;/p&gt;
&lt;p&gt;The event is free of costs for all participants.&lt;/p&gt;
&lt;p&gt;We are pleased if you can make it to the event,&lt;br&gt;
Your FromDual Team&lt;/p&gt;</description></item><item><title>FromDual: Tools for MySQL and Galera - Backup - Monitoring - Operations</title><link>https://www.fromdual.com/blog/newsletter-en-2014-07/</link><pubDate>Sun, 27 Jul 2014 10:46:18 +0000</pubDate><guid>https://www.fromdual.com/blog/newsletter-en-2014-07/</guid><description>&lt;p&gt;FromDual tools provide valuable additional functionality which facilitate and optimize daily operations of your MySQL databases. Since our last newsletter a lot of things have changed in the FromDual tools.&lt;/p&gt;
&lt;p&gt;To the &lt;strong&gt;&lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL Environment (MyEnv)"&gt;MySQL Environment (MyEnv)&lt;/a&gt;&lt;/strong&gt; numerous improvements and suggestions of our customers were added. The most important changes were introduced to the &lt;strong&gt;&lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="MySQL Backup Manager"&gt;MySQL Backup Manager&lt;/a&gt;&lt;/strong&gt; (&lt;code&gt;mysql_bman&lt;/code&gt;).&lt;/p&gt;
&lt;p&gt;With the &lt;strong&gt;&lt;a href="https://www.fromdual.com/mysql-ops-center" title="MySQL Ops Center Description"&gt;MySQL Ops Center&lt;/a&gt;&lt;/strong&gt; we meet the wishes of our numerous customers, which desire a graphical user interface for operating complex MySQL environments.
These users are often little used in handling MySQL but want nevertheless operate more complex MySQL installations as Master/Slave- or Master/Master-replications.&lt;/p&gt;
&lt;p&gt;In the &lt;strong&gt;&lt;a href="https://www.fromdual.com/mpm-installation-guide" title="MySQL Performance Monitor (mpm)"&gt;MySQL Performance Monitor (mpm)&lt;/a&gt;&lt;/strong&gt; numerous little bugs have been fixed which were reported to us by our customers.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Note&lt;/strong&gt;: In our &lt;a href="https://www.fromdual.com/mysql-database-support" title="FromDual Service Contracts for MySQL, Galera, MariaDB and Percona Server"&gt;MySQL Service Contracts&lt;/a&gt;, &lt;strong&gt;Business Hour (5x9)&lt;/strong&gt; and &lt;strong&gt;All around the Clock (7x24)&lt;/strong&gt; the usage and support of our tools is included.
If you would like to know more about our service prices, we are pleased to send you an offer.&lt;/p&gt;
&lt;h2 id="myenv-v105"&gt;MyEnv v1.0.5&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://www.fromdual.com/myenv-mysql-basenv" title="MySQL Environment (MyEnv)"&gt;MySQL Environment (MyEnv)&lt;/a&gt; gets more and more popularity in the MySQL eco-system. MyEnv is optimized for MySQL and mimics the popular &lt;strong&gt;TVD BasEnv&lt;/strong&gt; which is popular with bigger Oracle database users.&lt;/p&gt;
&lt;p&gt;With MyEnv you can easily &lt;strong&gt;consolidate&lt;/strong&gt; several MySQL instances (&lt;code&gt;mysqld&lt;/code&gt;) on one single machine. Thanks to MyEnv this complicated configuration is a piece of cake. Furthermore MyEnv is more and more common with customers testing their applications against different MySQL versions (5.5, 5.6 and 5.7) or different MySQL branches (Galera Cluster, MariaDB, Percona Server).&lt;/p&gt;
&lt;p&gt;The most important improvements in MyEnv v1.0.5 are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Old PHP functions were replaced to achieve better compatibility with PHP 5.4 and 5.5.&lt;/li&gt;
&lt;li&gt;MyEnv overview (&lt;code&gt;up&lt;/code&gt;) of installed MySQL instances was polished and numerous smaller bugs were fixed.&lt;/li&gt;
&lt;li&gt;Extensions for active/passive failover clusters and &lt;strong&gt;Oracle Enterprise Monitor Agents for MySQL&lt;/strong&gt; were integrated.&lt;/li&gt;
&lt;li&gt;The user guidance of the MyEnv installer was made more user friendly.&lt;/li&gt;
&lt;li&gt;Problems of MyEnv with &lt;strong&gt;SuSE Linux Enterprise Server (SLES)&lt;/strong&gt; were removed.&lt;/li&gt;
&lt;li&gt;The tools for &lt;strong&gt;MySQL Partitions&lt;/strong&gt; were extended and improved.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;All improvements in detail you can find in the &lt;a href="https://www.fromdual.com/mysql-environment-myenv-1.0.5-has-been-released" title="Release Notes"&gt;Release Notes&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Here you can &lt;a href="https://support.fromdual.com/admin/public/download.php" target="_blank" title="FromDual MyEnv download"&gt;download&lt;/a&gt; MyEnv.&lt;/p&gt;
&lt;h2 id="mysql-backup-manager-v105"&gt;MySQL Backup Manager v1.0.5&lt;/h2&gt;
&lt;p&gt;The &lt;a href="https://www.fromdual.com/mysql-backup-manager-mysql_bman" title="MySQL Backup Manager"&gt;MySQL Backup Manager&lt;/a&gt; (&lt;code&gt;mysql_bman&lt;/code&gt;) is actually getting most of interest from our customers. It significantly eases backups for MySQL for all different types of backups.&lt;/p&gt;
&lt;p&gt;At this point we would like to quote a MySQL user:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&amp;ldquo;MySQL Backup Manager is a very nice tool! Congratulations for FromDual! I made my own shell script for catalog and maintained backups by xtrabackup, but mysql_bman is the best! Xtrabackup + mysql_bman!!!&amp;rdquo;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;In &lt;code&gt;mysql_bman&lt;/code&gt; version v1.0.5 the following improvements were integrated:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Security&lt;/strong&gt; improvements (password is not exposed any more).&lt;/li&gt;
&lt;li&gt;Every &lt;strong&gt;instance&lt;/strong&gt; can be tagged with a &lt;strong&gt;name&lt;/strong&gt; and uniquely identified.&lt;/li&gt;
&lt;li&gt;The MySQL Backup Manager considers now the MySQL configuration file &lt;code&gt;~/.my.cnf&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;The compression of backups can be disabled to &lt;strong&gt;support de-duplicating drives&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;The option &lt;code&gt;--no-memory-table-check&lt;/code&gt; was introduced to allow inconsistent backups with MEMORY tables.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;a href="https://support.fromdual.com/admin/public/download.php" target="_blank" title="MySQL Backup Manager download"&gt;Download (included in MyEnv)&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="mysql-ops-center-v02"&gt;MySQL Ops Center v0.2&lt;/h2&gt;
&lt;p&gt;Our MySQL customers have requested a &lt;strong&gt;simple user interface&lt;/strong&gt; to operate and administer many MySQL databases. This is the reason why FromDual has launched the MySQL Ops Center.
The Ops Center can centrally operate and control complex MySQL configurations like Master/Slave or Master/Master set-ups, monitor, start, stop and reconfigure the replication.
With the MySQL Ops Center you can also start and stop easily virtual IP&amp;rsquo;s and move them to an other host.&lt;/p&gt;
&lt;p&gt;The most important features, which were added to the first public preview-release of the MySQL Ops Center v0.2. are:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Starting and stopping of MySQL databases on remote machines by a &lt;strong&gt;central management console&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Starting and stopping of the MySQL replication.&lt;/li&gt;
&lt;li&gt;Starting and stopping of a &lt;strong&gt;virtual IP (VIP)&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Failover of VIP&lt;/strong&gt; from active master to slave (master/slave replication) or passive master (master/master replication).&lt;/li&gt;
&lt;li&gt;Configuration of the master/slave replication.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The MySQL Ops Center can be downloaded &lt;a href="https://support.fromdual.com/admin/public/download.php" target="_blank" title="MySQL Ops Center download"&gt;here&lt;/a&gt;. Further information you can find at &lt;a href="https://www.fromdual.com/mysql-ops-center" title="MySQL Ops Center Description"&gt;MySQL Ops Center&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="mysql-performance-monitor-v093"&gt;MySQL Performance Monitor v0.9.3&lt;/h2&gt;
&lt;p&gt;The MySQL Performance Monitor (mpm) was optimized in many places. Further know bugs were fixed and the mpm agent was made ready for the newest &lt;strong&gt;Zabbix version v2.2&lt;/strong&gt;:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Bugs related to &lt;strong&gt;sha/sha1&lt;/strong&gt; encryption were fixed.&lt;/li&gt;
&lt;li&gt;A stopped database is better detected now.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;DRBD&lt;/strong&gt; informations were improved.&lt;/li&gt;
&lt;li&gt;New behaviour of &lt;code&gt;zabbix_senders&lt;/code&gt; in &lt;strong&gt;Zabbix v2.2&lt;/strong&gt; is handled correctly now.&lt;/li&gt;
&lt;li&gt;New measuring points was added (&lt;strong&gt;Galera Cluster&lt;/strong&gt;) and wrong ones fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;You can download the latest version of MySQL Performance Monitor from here &lt;a href="https://support.fromdual.com/admin/public/download.php" target="_blank" title="MySQL Performance Monitor download"&gt;here&lt;/a&gt; and for more information about the manual installation just follow up the steps on the &lt;a href="https://www.fromdual.com/mpm-installation-guide" title="MySQL Performance Monitor installation guide"&gt;installation guide&lt;/a&gt;. To check all changes and improvements of MySQL Performance Monitor check out the &lt;a href="https://www.fromdual.com/mysql-performance-monitor-0.9.3-has-been-released" title="MySQL Performance Monitor Release Notes"&gt;Release Notes&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>FromDual Performance Monitor for MySQL 0.9.3 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.3-has-been-released/</link><pubDate>Wed, 09 Jul 2014 12:25:16 +0200</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.3-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.9.3 of its popular Database Performance Monitor for MySQL, Galera Cluster, MariaDB and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;fpmmm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release contains various minor bug fixes and improvements.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;fpmmm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download#mpm" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in &lt;code&gt;fpmmm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="new-installation-of-fpmmm-v093"&gt;New installation of fpmmm v0.9.3&lt;/h2&gt;
&lt;p&gt;Please follow our &lt;a href="https://www.fromdual.com/mpm-installation-guide" title="fpmmm installation guide"&gt;fpmmm installation guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-0x-to-093"&gt;Upgrade from 0.x to 0.9.3&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /download
# tar xf mysql_performance_monitor-0.9.3.tar.gz
# cd /opt
# tar xf /download/mysql_performance_monitor_agent-0.9.3.tar.gz
# rm -f mpm
# ln -s mysql_performance_monitor_agent-0.9.3 mpm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;No other upgrade requirements are known.&lt;/p&gt;
&lt;h2 id="changes-in-fpmmm-v093"&gt;Changes in fpmmm v0.9.3&lt;/h2&gt;
&lt;h3 id="fpmmm-agent"&gt;fpmmm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Typos fixed.&lt;/li&gt;
&lt;li&gt;Kill trap reports to the log file as well now.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fpmmm-agent-and-maas"&gt;fpmmm agent and MaaS&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Example for &lt;code&gt;timeshift&lt;/code&gt; feature added to configuration template.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-module"&gt;MySQL module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;DB down not detected (bug &lt;br&gt;#27/#138).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="innodb-module"&gt;InnoDB module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;InnoDB Status module: SHA fix (bug &lt;br&gt;#139).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="master-module"&gt;Master module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Missing values in cache file fixed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="fpmmm-templates-for-zabbix"&gt;fpmmm templates for Zabbix&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.0.5 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.5-has-been-released/</link><pubDate>Fri, 13 Jun 2014 18:29:13 +0000</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.5-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.5 of its popular MySQL, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The majority of improvements happened on the MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;) utility.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=download&amp;amp;file_name=myenv-1.0.5.tar.gz" target="_blank" title="MyEnv v1.0.5"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-10x-to-105"&gt;Upgrade from 1.0.x to 1.0.5&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.0.5.tar.gz
# rm -f myenv
# ln -s myenv-1.0.5 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-102-or-older-to-103-or-newer"&gt;Upgrade from 1.0.2 or older to 1.0.3 or newer&lt;/h2&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Exchange the MyEnv section in &lt;code&gt;~/.bash_profile&lt;/code&gt; (make a backup of this file first?) by the following new one:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# BEGIN MyEnv
# Written by the MyEnv installMyEnv.php script.
. /etc/myenv/MYENV_BASE
MYENV_PWD=`pwd`
cd $MYENV_BASE/bin
. myenv.profile
cd $MYENV_BASE;
$MYENV_BASE/bin/showMyEnvStatus.php;
cd - &amp;gt; /dev/null
cd $MYENV_PWD
# END MyEnv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-105"&gt;Changes in MyEnv 1.0.5&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Schema output in up was still ugly.&lt;/li&gt;
&lt;li&gt;Instance output is split correctly similar to up/down display.&lt;/li&gt;
&lt;li&gt;Instance list is now shorter when short instance names are used.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;ignore-passive&lt;/code&gt; option added for myEnv to ignore passive databases in an active/passive failover cluster. Based on existence of &lt;code&gt;datadir&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Upgrade instructions have been improved and denormalized.&lt;/li&gt;
&lt;li&gt;Only display existing OEM agents, criteria is directory in &lt;code&gt;oratab&lt;/code&gt; must exist.&lt;/li&gt;
&lt;li&gt;Up instances are not reported with missing mysqladmin command (Galera binary tar balls) but it was not visible what is the reason. Reason is displayed as an error message now.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Lists each &lt;code&gt;basedir&lt;/code&gt; candidate in a separate line when adding a new instance. More conveniant for reading if many &lt;code&gt;basedir&lt;/code&gt;s are available.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;block_galera_node.sh&lt;/code&gt;: Insert instead of Append used for firewall rules. Only block load balancer ports and not everything else.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;block_galera_node.sh&lt;/code&gt; made more flexible.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Cleanup job errors with missing target. Fixed for MGB.&lt;/li&gt;
&lt;li&gt;Password on command line is not exposed anymore to log file.&lt;/li&gt;
&lt;li&gt;Instance name optionally added to binary-log backup file names.&lt;/li&gt;
&lt;li&gt;Binary logs are not cleaned-up because they are not copied with bck&lt;br&gt;_ prefix (Bug &lt;br&gt;#143).&lt;/li&gt;
&lt;li&gt;Config file example in &lt;code&gt;--help&lt;/code&gt; output done more nicely.&lt;/li&gt;
&lt;li&gt;More strict option checking implemented.&lt;/li&gt;
&lt;li&gt;All schemas with non transactional tables are shown instead of just the first one.&lt;/li&gt;
&lt;li&gt;Help typo fixed and example improved.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;--ignore-memory-table-check&lt;/code&gt; implemented to avoid error exit with MEMORY tables.&lt;/li&gt;
&lt;li&gt;Preparation work for blocking MyISAM backup done.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>FromDual Performance Monitor for MySQL 0.9.2 has been released</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.2-has-been-released/</link><pubDate>Tue, 06 May 2014 13:58:07 +0200</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mysql-performance-monitor-0.9.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 0.9.2 of its popular Database Performance Monitor for MySQL, MariaDB and Percona Server &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;mpm&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This release makes &lt;code&gt;mpm&lt;/code&gt; compatible with &lt;a href="http://www.zabbix.com/download.php" target="_blank" title="Zabbix 2.2"&gt;Zabbix v2.2&lt;/a&gt; and contains various minor bug fixes and improvements.&lt;/p&gt;
&lt;p&gt;You can download &lt;code&gt;mpm&lt;/code&gt; from &lt;a href="https://www.fromdual.com/download#mpm" title="FromDual download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in &lt;code&gt;mpm&lt;/code&gt; please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="new-installation-of-mpm-v092"&gt;New installation of mpm v0.9.2&lt;/h2&gt;
&lt;p&gt;Please follow our &lt;a href="https://www.fromdual.com/mpm-installation-guide" title="mpm installation guide"&gt;mpm installation guide&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-0x-to-092"&gt;Upgrade from 0.x to 0.9.2&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /download
# tar xf mysql_performance_monitor-0.9.2.tar.gz
# cd /opt
# tar xf /download/mysql_performance_monitor_agent-0.9.2.tar.gz
# rm -f mpm
# ln -s mysql_performance_monitor_agent-0.9.2 mpm
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;No other upgrade requirements are known.&lt;/p&gt;
&lt;h2 id="changes-in-mpm-v092"&gt;Changes in mpm v0.9.2&lt;/h2&gt;
&lt;h3 id="mpm-agent"&gt;mpm agent&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Fix of &lt;code&gt;mpm_mr_version&lt;/code&gt; newline at &lt;code&gt;EOL&lt;/code&gt; which affects &lt;code&gt;zabbix_sender&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;zabbix_sender&lt;/code&gt; return code change from Zabbix v2.2 and v2.1.7 fixed (bug &lt;br&gt;#124).&lt;/li&gt;
&lt;li&gt;Log rotate problem caught.&lt;/li&gt;
&lt;li&gt;2 exit errors fixed.&lt;/li&gt;
&lt;li&gt;Default file locations adapted to the newest standard.&lt;/li&gt;
&lt;li&gt;Using &lt;code&gt;GLOBAL VARIABLES&lt;/code&gt; instead of &lt;code&gt;SESSION VARIABLES&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Cache file is removed instead of shrinked now, and remove lock file message should be at the right place.&lt;/li&gt;
&lt;li&gt;Agent locking problem fixed.&lt;/li&gt;
&lt;li&gt;Check of upload file size and shrink introduced.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mpm-agent-and-maas"&gt;mpm agent and MaaS&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Proxy settings should be considered now for MaaS solution.&lt;/li&gt;
&lt;li&gt;Data upload switched from http to https.&lt;/li&gt;
&lt;li&gt;Send data made more verbose related to http/s send method errors and prepared for https only behaviour.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="drbd-module"&gt;DRBD module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;DRBD information is now reported correctly (bug &lt;br&gt;#133).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="galera-module"&gt;Galera module&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;wsrep_last_committed&lt;/code&gt; item added.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mpm-templates-for-zabbix"&gt;mpm templates for Zabbix&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Some items added to templates according to customer needs.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.0.4 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.4-has-been-released/</link><pubDate>Tue, 29 Apr 2014 11:24:47 +0000</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.4-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.4 of its popular MySQL, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The majority of improvements happened on the MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;) utility.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=download&amp;amp;file_name=myenv-1.0.4.tar.gz" target="_blank" title="MyEnv v1.0.4"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-10x-to-104"&gt;Upgrade from 1.0.x to 1.0.4&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.0.4.tar.gz
# rm -f myenv
# ln -s myenv-1.0.4 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-102-or-older-to-103-or-newer"&gt;Upgrade from 1.0.2 or older to 1.0.3 or newer&lt;/h2&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Exchange the MyEnv section in &lt;code&gt;~/.bash_profile&lt;/code&gt; (make a backup of this file first?) by the following new one:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# BEGIN MyEnv
# Written by the MyEnv installMyEnv.php script.
. /etc/myenv/MYENV_BASE
MYENV_PWD=`pwd`
cd $MYENV_BASE/bin
. myenv.profile
cd $MYENV_BASE;
$MYENV_BASE/bin/showMyEnvStatus.php;
cd - &amp;gt; /dev/null
cd $MYENV_PWD
# END MyEnv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-104"&gt;Changes in MyEnv 1.0.4&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;MyEnv made PHP 5.4 compatible.&lt;/li&gt;
&lt;li&gt;System requirement checks for installation improved.&lt;/li&gt;
&lt;li&gt;Usage is only displayed with &lt;code&gt;--help&lt;/code&gt; not on every error.&lt;/li&gt;
&lt;li&gt;Installation instructions improved.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Missing PHP error message improved.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;No changes.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;System requirement checks for installation used from MyEnv.&lt;/li&gt;
&lt;li&gt;Installation instructions improved.&lt;/li&gt;
&lt;li&gt;Instance name can be added in &lt;code&gt;mysql_bman&lt;/code&gt; backup file name (&lt;code&gt;--instance-name&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.0.3 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.3-has-been-released/</link><pubDate>Fri, 25 Apr 2014 18:55:52 +0000</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.3-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.3 of its popular MySQL, MariaDB and Percona Server multi-instance environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The majority of improvements happened on the MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;) utility.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://support.fromdual.com/admin/public/download.php?operation=select&amp;amp;product_id=5&amp;amp;release_series_id=10&amp;amp;product_version_id=55" target="_blank" title="FromDual Download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="https://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-10x-to-103"&gt;Upgrade from 1.0.x to 1.0.3&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd ${HOME}/product
# tar xf /download/myenv-1.0.3.tar.gz
# rm -f myenv
# ln -s myenv-1.0.3 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="upgrade-from-102-or-older-to-103-or-newer"&gt;Upgrade from 1.0.2 or older to 1.0.3 or newer&lt;/h2&gt;
&lt;p&gt;If you are using plug-ins for &lt;code&gt;showMyEnvStatus&lt;/code&gt; create all the links in the new directory structure:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;cd ${HOME}/product/myenv
ln -s ../../utl/oem_agent.php plg/showMyEnvStatus/
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Exchange the MyEnv section in &lt;code&gt;~/.bash_profile&lt;/code&gt; (make a backup of this file first?) by the following new one:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# BEGIN MyEnv
# Written by the MyEnv installMyEnv.php script.
. /etc/myenv/MYENV_BASE
MYENV_PWD=`pwd`
cd $MYENV_BASE/bin
. myenv.profile
cd $MYENV_BASE;
$MYENV_BASE/bin/showMyEnvStatus.php;
cd - &amp;gt; /dev/null
cd $MYENV_PWD
# END MyEnv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-103"&gt;Changes in MyEnv 1.0.3&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Comment in &lt;code&gt;aliases.conf&lt;/code&gt; and &lt;code&gt;variables.conf&lt;/code&gt; more clear to avoid conflicts with shell variables.&lt;/li&gt;
&lt;li&gt;Commented lines in &lt;code&gt;aliases.conf&lt;/code&gt; and &lt;code&gt;variables.conf&lt;/code&gt; are ignored.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;product/lib/mysql&lt;/code&gt; path added to &lt;code&gt;LD_LIBRARY_PATH&lt;/code&gt; for some set-ups (&lt;a href="https://support.fromdual.com/bugs/view.php?id=106" target="_blank" title="Bug #106"&gt;bug #106&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;CHANGELOG&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;up&lt;/code&gt; alias pointing to function in &lt;code&gt;.bash_profile&lt;/code&gt; caused troubles in cluster failover. Thus we are using the variables which should always work.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Install comments for MyEnv installer improved.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;root&lt;/code&gt; commands changed into &lt;code&gt;sudo&lt;/code&gt; commands.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;basedir&lt;/code&gt; is guessed from &lt;code&gt;product&lt;/code&gt; directory.&lt;/li&gt;
&lt;li&gt;New socket candidate added.&lt;/li&gt;
&lt;li&gt;Kill session procedure added (&lt;code&gt;sql/create_procedures_kill_sessions.sql&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;glb_control.shx&lt;/code&gt; added. This utility removes or adds a Galera Cluster node from the Galera Load Balancer when the node is not &lt;code&gt;SYNCED&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Partition maintenance utilities were improved by adding a new partition merge utility (&lt;code&gt;utl/merge_partition.php&lt;/code&gt;). Split partition is one week ahead to avoid huge amount of data copy. Password can be stored in a file instead of providing it on the command line. Options usage is fixed.&lt;/li&gt;
&lt;li&gt;Better check for invalid options/parameters in &lt;code&gt;utl/slave_monitor.php&lt;/code&gt; (&lt;a href="https://support.fromdual.com/bugs/view.php?id=114" target="_blank" title="Bug #114"&gt;bug #114&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;mysql_bman&lt;/code&gt; retention time maximum was verified incorrectly.&lt;/li&gt;
&lt;li&gt;Some typos in usage and error messages fixed.&lt;/li&gt;
&lt;li&gt;Remove target for type &lt;code&gt;--cleanup&lt;/code&gt;, clean-up does not require target.&lt;/li&gt;
&lt;li&gt;Keys and values trimmed while reading config file.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql_bman&lt;/code&gt; compression can be switched off for de-duplicated drives.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql_bman&lt;/code&gt; considers &lt;code&gt;~.my.cnf&lt;/code&gt; (user and password) in client and mysqldump section.&lt;/li&gt;
&lt;li&gt;Separated &lt;code&gt;mysql_bman&lt;/code&gt; into php part and bash wrapper.&lt;/li&gt;
&lt;li&gt;Split &lt;code&gt;mysql_bman&lt;/code&gt; code and lib for automated testing.&lt;/li&gt;
&lt;li&gt;If option was passed twice this lead to strong behaviour (&lt;a href="https://support.fromdual.com/bugs/view.php?id=33" target="_blank" title="Bug #33"&gt;bug #33&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;backupdir&lt;/code&gt; creation error caught more nicely (&lt;a href="https://support.fromdual.com/bugs/view.php?id=75" target="_blank" title="Bug #75"&gt;bug #75&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;No option &lt;code&gt;--cleanup&lt;/code&gt; removes files after archiving to tape (&lt;a href="https://support.fromdual.com/bugs/view.php?id=76" target="_blank" title="Bug #76"&gt;bug #76&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;Fixed endless loop bug in config read which affected customer.&lt;/li&gt;
&lt;li&gt;Use &lt;code&gt;readlink&lt;/code&gt; if &lt;code&gt;realpath&lt;/code&gt; is not available (problem with SLES).&lt;/li&gt;
&lt;li&gt;Cleanup does only delete &lt;code&gt;bck_*&lt;/code&gt; files.&lt;/li&gt;
&lt;li&gt;No value options (&lt;code&gt;--no-compress&lt;/code&gt;, &lt;code&gt;--per-schema&lt;/code&gt;, &lt;code&gt;--archive&lt;/code&gt;, etc.) in config file works.&lt;/li&gt;
&lt;li&gt;Example in &lt;code&gt;--help&lt;/code&gt; is more clear.&lt;/li&gt;
&lt;li&gt;Target improved and more easy.&lt;/li&gt;
&lt;li&gt;Catch parse error on &lt;code&gt;.my.cnf&lt;/code&gt; caused by ! in password string.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;.my.cnf&lt;/code&gt; (user, password) is considered and target adapted accordingly.&lt;/li&gt;
&lt;li&gt;Dump overview feature implemented.&lt;/li&gt;
&lt;li&gt;Full backup lists all schemas included.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>Why FromDual customers are using Galera Cluster for MySQL</title><link>https://www.fromdual.com/blog/galera-cluster-case-study-kikxxl/</link><pubDate>Thu, 20 Feb 2014 12:34:05 +0000</pubDate><guid>https://www.fromdual.com/blog/galera-cluster-case-study-kikxxl/</guid><description>&lt;p&gt;&lt;em&gt;We are very satisfied with the functionality and the launch. The entire Cluster is running absolutely stable. This is a significant advantage for our customers because we are able to offer our services without interruption. We will use Galera in further projects and convert our existing Master/Slave installations.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;A. Rempening, Datenbank-Administrator, KiKxxl GmbH&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Download this case study: &lt;a href="http://www.google.com/translate?hl=en&amp;amp;sl=de&amp;amp;tl=en&amp;amp;u=http://fromdual.com/sites/default/files/Referenzbericht_Kikxxl_Galera_freigabe.pdf&amp;amp;sandbox=1" target="_blank" title="Highly available communication services based on a MySQL database and Galera Cluster"&gt;KiKxxl Gmbh: Highly available communication services based on a MySQL database and Galera Cluster&lt;/a&gt; (PDF, 420 kbyte).&lt;/p&gt;</description></item><item><title>MySQL Environment MyEnv 1.0.2 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.2-has-been-released/</link><pubDate>Wed, 11 Dec 2013 15:58:43 +0000</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.2-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.2 of its popular multi-instance MySQL Environment &lt;a href="https://www.fromdual.com/myenv-mysql-basenv"&gt;MyEnv&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="http://support.fromdual.com/admin/public/download.php?operation=select&amp;amp;product_id=5&amp;amp;release_series_id=10&amp;amp;product_version_id=54" target="_blank" title="FromDual Download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="http://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have questions about MyEnv we will answer them in the &lt;a href="http://fromdual.com/forum/365" target="_blank" title="MyEnv forum"&gt;MyEnv forum&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-10x-to-102"&gt;Upgrade from 1.0.x to 1.0.2&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /home/mysql/product
# tar xf /tmp/myenv-1.0.2.tar.gz
# rm -f myenv
# ln -s myenv-1.0.2 myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Add the following line to your &lt;code&gt;~/.bash_profile&lt;/code&gt;:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# BEGIN MyEnv
# Written by the MyEnv installMyEnv.php script.
. /etc/myenv/MYENV_BASE
MYENV_PWD=`pwd`
cd $MYENV_BASE/bin
. myenv.profile
up
cd $MYENV_PWD
# END MyEnv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-102"&gt;Changes in MyEnv 1.0.2&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Missing &lt;code&gt;[client]&lt;/code&gt; section in &lt;code&gt;my.cnf&lt;/code&gt; should not lead to error any more (Bug &lt;br&gt;#95).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;profile.template&lt;/code&gt; removed because it is redundant to installer information.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;up&lt;/code&gt; removed from &lt;code&gt;myenv.profile&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Also &lt;code&gt;root&lt;/code&gt; should be allowed to start MySQL (Bug &lt;br&gt;#99).&lt;/li&gt;
&lt;li&gt;Status for OEM agent implemented (&lt;code&gt;oem_agent.php&lt;/code&gt;). To activate this feature copy it from &lt;code&gt;utl/oem_agent.php&lt;/code&gt; to &lt;code&gt;plg/showMyEnvStatus/&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Plugin interface for &lt;code&gt;showMyEnvStatus.php&lt;/code&gt; implemented.&lt;/li&gt;
&lt;li&gt;Debug information improved.&lt;/li&gt;
&lt;li&gt;Empty line after environment switch removed.&lt;/li&gt;
&lt;li&gt;One missing error line in &lt;code&gt;myenv_start_stop.php&lt;/code&gt; was added.&lt;/li&gt;
&lt;li&gt;Return code in &lt;code&gt;myenv_start_stop.php&lt;/code&gt; is nicer now.&lt;/li&gt;
&lt;li&gt;Difference between &lt;code&gt;my.cnf&lt;/code&gt; and &lt;code&gt;myenv.conf&lt;/code&gt; should be warning and not an error.&lt;/li&gt;
&lt;li&gt;Error messages made more precise.&lt;/li&gt;
&lt;li&gt;Made it more clear that MyEnv is distributed under GPL v2.&lt;/li&gt;
&lt;li&gt;Deleting the actual instance with MyEnv Installer should no longer confuse MyEnv (Bug &lt;br&gt;#104).&lt;/li&gt;
&lt;li&gt;RPM packages for CentOS 6, Fedora 18 and 19, RHEL 5 and 6 are available.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;User experience during deleting an instance improved (Bug &lt;br&gt;#96).&lt;/li&gt;
&lt;li&gt;Deleting a running instance is not allowed. Much more verbose information about (Bug &lt;br&gt;#89).&lt;/li&gt;
&lt;li&gt;Instance name black list added.&lt;/li&gt;
&lt;li&gt;Instances should be listed when change was chosen (#93).&lt;/li&gt;
&lt;li&gt;Replace multi-line &lt;code&gt;readline&lt;/code&gt; output to fixed crippled output in menu selection (Bug &lt;br&gt;#103).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;alter_engine.pl&lt;/code&gt; should now work for socket and port, local and remote.&lt;/li&gt;
&lt;li&gt;Password is not exposed any more in &lt;code&gt;alter_engine.pl&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Query bench (&lt;code&gt;query_bench.phpx&lt;/code&gt;) added for micro bench marks.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Automated &lt;code&gt;mysql_bman&lt;/code&gt; tests should all pass again.&lt;/li&gt;
&lt;/ul&gt;</description></item><item><title>MySQL Environment MyEnv 1.0.1 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.1-has-been-released/</link><pubDate>Tue, 05 Nov 2013 16:03:55 +0100</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0.1-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0.1 of its popular multi-instance MySQL Environment MyEnv.&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="http://support.fromdual.com/admin/public/download.php" target="_blank" title="FromDual Download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it to our &lt;a href="http://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have questions about MyEnv we will answer them in the &lt;a href="http://fromdual.com/forum/365" target="_blank" title="MyEnv forum"&gt;MyEnv forum&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-10-or-10x-to-10y"&gt;Upgrade from 1.0 or 1.0.x to 1.0.y&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# cd /home/mysql/product
# tar xf /tmp/myenv-1.0.y.tar.gz
# rm -f myenv
# ln -s myenv-1.0.y myenv
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-101"&gt;Changes in MyEnv 1.0.1&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;New alias &lt;strong&gt;&lt;code&gt;v&lt;/code&gt;&lt;/strong&gt; introduce for &lt;code&gt;echo $MYENV_VERSION&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Function start was extended by &lt;code&gt;--option&lt;/code&gt;. This allows you to start a Galera cluster node as follows: &lt;code&gt;start --wsrep-cluster-address=&amp;quot;gcomm://&amp;quot;&lt;/code&gt; (Bug &lt;br&gt;#58).&lt;/li&gt;
&lt;li&gt;Requirements for Ubuntu in &lt;code&gt;README&lt;/code&gt; added.&lt;/li&gt;
&lt;li&gt;Mismatch between &lt;code&gt;my.cnf&lt;/code&gt; and &lt;code&gt;myenv.conf&lt;/code&gt; or &lt;code&gt;[mysqld]&lt;/code&gt; section and &lt;code&gt;[client]&lt;/code&gt; section in &lt;code&gt;my.cnf&lt;/code&gt; is checked and reported (Bug &lt;br&gt;#71).&lt;/li&gt;
&lt;li&gt;Before an instance is started MyEnv will check if file &lt;code&gt;mysql/user.frm&lt;/code&gt; is created just in case installation was missing (Bug &lt;br&gt;#82).&lt;/li&gt;
&lt;li&gt;Non default PID file name is handled properly (Bug &lt;br&gt;#64).&lt;/li&gt;
&lt;li&gt;Starting an instance will also report &lt;code&gt;SUCCESS&lt;/code&gt; or &lt;code&gt;ERROR&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Instance check &lt;code&gt;mysqladmin ping&lt;/code&gt; was improved by adding a timeout (Bug &lt;br&gt;#56).&lt;/li&gt;
&lt;li&gt;User to start MySQL instance is checked (Bug &lt;br&gt;#69).&lt;/li&gt;
&lt;li&gt;The scripts start and stop are much more robust (Bug &lt;br&gt;#66).&lt;/li&gt;
&lt;li&gt;Internal sequence of checks during start and stop has been changed.&lt;/li&gt;
&lt;li&gt;Package recommendation for SLES/OpenSuSE completed.&lt;/li&gt;
&lt;li&gt;Fixes around the POSIX functions for SLES/OpenSuSE.&lt;/li&gt;
&lt;li&gt;Fake around missing signal constants for SLES/OpenSuSE and more verbose error messages.&lt;/li&gt;
&lt;li&gt;Check for missing POSIX features added (Bug &lt;br&gt;#59).&lt;/li&gt;
&lt;li&gt;MyEnv start-up and check sequence changed.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Deleting a non existing instance is handled properly.&lt;/li&gt;
&lt;li&gt;Empty &lt;code&gt;basedir&lt;/code&gt; is handled properly.&lt;/li&gt;
&lt;li&gt;Installation on &lt;code&gt;/etc/my.cnf&lt;/code&gt; is handled properly (Bug &lt;br&gt;#62).&lt;/li&gt;
&lt;li&gt;Installation of &lt;code&gt;my.cnf&lt;/code&gt; is redesigned, prepared for future features and error handling is improved.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;mysql_install_db&lt;/code&gt; is also searched in bin path for NDB (MySQL Cluster) set-ups.&lt;/li&gt;
&lt;li&gt;Installer is checking at the right location to decide if an instance is already installed or not (#Bug &lt;br&gt;#83).&lt;/li&gt;
&lt;li&gt;Installer should not be started as root user. Throwing warning (Bug &lt;br&gt;#61).&lt;/li&gt;
&lt;li&gt;Installer has additional suggestion for socket name: &lt;code&gt;mysql-instance.sock&lt;/code&gt;, whole installation process is broken up in more pieces for future improvements, test cases were added (Bug &lt;br&gt;#60).&lt;/li&gt;
&lt;li&gt;Delete instance error messages made more clear (Bug &lt;br&gt;#89).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;p&gt;No changes in this release.&lt;/p&gt;
&lt;h3 id="mysql-backup-manager"&gt;MySQL Backup Manager&lt;/h3&gt;
&lt;p&gt;No changes in this release.&lt;/p&gt;</description></item><item><title>MySQL Environment MyEnv 1.0 has been released</title><link>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0-has-been-released/</link><pubDate>Fri, 04 Oct 2013 19:45:38 +0200</pubDate><guid>https://www.fromdual.com/blog/myenv-release-notes/mysql-environment-myenv-1.0-has-been-released/</guid><description>&lt;p&gt;FromDual has the pleasure to announce the release of the new version 1.0 of its popular multi-instance MySQL Environment MyEnv.&lt;/p&gt;
&lt;p&gt;Thanks to the countless feedback of many big customers and the community we finally feel ready to publish version 1.0. A major step forward from the last version 0.4 (dated March 2011) and not published version 0.5 (dated August 2013).&lt;/p&gt;
&lt;h2 id="what-is-myenv"&gt;What is MyEnv?&lt;/h2&gt;
&lt;p&gt;MyEnv is a CLI environment for operating multiple MySQL instances on the same server. If you are using &lt;code&gt;mysqld_multi&lt;/code&gt; or/and if you have set-up multiple &lt;code&gt;mysqld&lt;/code&gt; instances on the same machine you should really have a look at MyEnv.&lt;/p&gt;
&lt;p&gt;If you consider to consolidate your MySQL databases on one machine but if you do not want to pack everything in one instance you are a candidate for MyEnv as well&amp;hellip;&lt;/p&gt;
&lt;p&gt;You can download MyEnv from &lt;a href="https://www.fromdual.com/download#myenv" title="MyEnv 1.0 download"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In the inconceivable case that you find a bug in MyEnv please report it in our &lt;a href="http://support.fromdual.com/bugs/login_page.php" target="_blank" title="FromDual Bugtracker"&gt;Bugtracker&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Any feedback, statements and testimonials are welcome as well! Please send them to &lt;a href="mailto:feedback@fromdual.com"&gt;feedback@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="upgrade-from-0x-to-10"&gt;Upgrade from 0.x to 1.0&lt;/h2&gt;
&lt;p&gt;Package &lt;code&gt;php-posix&lt;/code&gt; needs to be installed.&lt;/p&gt;
&lt;p&gt;If the following manual steps are too complicated just run the installer &lt;code&gt;installMyEnv.sh&lt;/code&gt; and copy your old &lt;code&gt;myenv.conf&lt;/code&gt; to &lt;code&gt;/etc/myenv&lt;/code&gt;.&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;# cd /home/mysql/product
# tar xf /tmp/myenv-1.0.tar.gz
# sudo mkdir /etc/myenv
# sudo chown mysql: /etc/myenv
# echo 'export MYENV_BASE=/home/mysql/product/myenv' &amp;gt; /etc/myenv/MYENV_BASE
# cp /home/mysql/product/myenv/etc/myenv.conf /etc/myenv/
# rm -f myenv
# ln -s myenv-1.y myenv
# cp myenv/etc/aliases.conf.template /etc/myenv/aliases.conf
# cp myenv/etc/variables.conf.template /etc/myenv/variables.conf
# cat &amp;lt;&amp;lt; _EOF &amp;gt;&amp;gt; ~/.bash_profile
# BEGIN MyEnv
# Written by the MyEnv installMyEnv.php script.
. /etc/myenv/MYENV_BASE
MYENV_PWD=`pwd`
cd $MYENV_BASE/bin
. myenv.profile
cd $MYENV_PWD
# END MyEnv
_EOF
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id="changes-in-myenv-10"&gt;Changes in MyEnv 1.0&lt;/h2&gt;
&lt;h3 id="myenv"&gt;MyEnv&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;cd abc xyz&lt;/code&gt; alias failed when one of the patterns contained a space. This is fixed now (Bug &lt;br&gt;#10).&lt;/li&gt;
&lt;li&gt;Different smaller bug fixes.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;timezone&lt;/code&gt; added to MyEnv to avoid nasty error messages.&lt;/li&gt;
&lt;li&gt;Old path in &lt;code&gt;PATH&lt;/code&gt; variables should be cleaned-up properly now.&lt;/li&gt;
&lt;li&gt;Incompatible Change: &lt;code&gt;DEBUG&lt;/code&gt; variables replaced by &lt;code&gt;MYENV_DEBUG&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;MyEnv start/stop script (&lt;code&gt;myenv_start_stop.php&lt;/code&gt;) accepts as parameter and instance name now (customer enhancement request).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;hideschema&lt;/code&gt; parameter implemented for &lt;code&gt;myenv.conf&lt;/code&gt; (customer enhancement request).&lt;/li&gt;
&lt;li&gt;Default section is now configurable in section &lt;code&gt;[default]&lt;/code&gt; (customer enhancement request).&lt;/li&gt;
&lt;li&gt;Better support for Percona Server (customer enhancement request).&lt;/li&gt;
&lt;li&gt;Readline support added for set-ups not having it by default (customer enhancement request).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;cdb&lt;/code&gt; alias added for &lt;code&gt;cd $basedir&lt;/code&gt; or &lt;code&gt;cd $MYSQL_HOME&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Security check for &lt;code&gt;my.cnf&lt;/code&gt; introduced.&lt;/li&gt;
&lt;li&gt;Password was shown in clear text in error log (Bug &lt;br&gt;#12).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;tmp&lt;/code&gt; directory is added to MyEnv structure.&lt;/li&gt;
&lt;li&gt;&lt;em&gt;unknown version&lt;/em&gt; fixed.&lt;/li&gt;
&lt;li&gt;Made &lt;code&gt;hideschema&lt;/code&gt; variable inheritable.&lt;/li&gt;
&lt;li&gt;Parameter &lt;code&gt;drizzle&lt;/code&gt; and &lt;code&gt;type&lt;/code&gt; removed. De-support for Drizzle.&lt;/li&gt;
&lt;li&gt;The &lt;code&gt;utl&lt;/code&gt; directory should be added to the &lt;code&gt;PATH&lt;/code&gt; as well.&lt;/li&gt;
&lt;li&gt;Add Path to the right of &lt;code&gt;PATH&lt;/code&gt; is fixed now.&lt;/li&gt;
&lt;li&gt;Possibility to start &lt;code&gt;mysqld&lt;/code&gt; without angel process (&lt;code&gt;mysqld_safe&lt;/code&gt;) now.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;/tmp/myEnv.xxx&lt;/code&gt; files where not removed. This is fixed now.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;5.6.12&lt;/code&gt; as version pattern is now accepted (customer request).&lt;/li&gt;
&lt;li&gt;Incompatible Change: Configuration file (&lt;code&gt;myenv.conf&lt;/code&gt;) is now relocated from &lt;code&gt;$MYENV_HOME/etc&lt;/code&gt; to &lt;code&gt;/etc/myenv&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;MySQL stop functionality was changed from &lt;code&gt;mysqladmin shutdown&lt;/code&gt; to &lt;code&gt;kill&lt;/code&gt; (MySQL like).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;my.cnf&lt;/code&gt; privilege check is less restrictive now (&lt;code&gt;rwxr-----&lt;/code&gt;).&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-installer"&gt;MyEnv Installer&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Many bug fixes and improvements for MyEnv Installer.&lt;/li&gt;
&lt;li&gt;Incompatible Change: MyEnv Installer rewritten, renamed (&lt;code&gt;bin/installMyEnv.php&lt;/code&gt;) and code cleaned-up.&lt;/li&gt;
&lt;li&gt;MySQL database can now be created in installer.&lt;/li&gt;
&lt;li&gt;Check for &lt;code&gt;mysql&lt;/code&gt; user is added to installer.&lt;/li&gt;
&lt;li&gt;Missing &lt;code&gt;mysql_install_db&lt;/code&gt; is caught.&lt;/li&gt;
&lt;li&gt;Missing &lt;code&gt;socket&lt;/code&gt; error is caught.&lt;/li&gt;
&lt;li&gt;Only a stopped database can be deleted.&lt;/li&gt;
&lt;li&gt;Configuration files are versioned when changed.&lt;/li&gt;
&lt;li&gt;Delete process more user-friendly.&lt;/li&gt;
&lt;li&gt;Missing &lt;code&gt;basedir&lt;/code&gt; and &lt;code&gt;datadir&lt;/code&gt; variables in &lt;code&gt;my.cnf&lt;/code&gt; fixed.&lt;/li&gt;
&lt;li&gt;Privileges of &lt;code&gt;my.cnf&lt;/code&gt; file set correctly to avoid warning later.&lt;/li&gt;
&lt;li&gt;Not existing &lt;code&gt;my.cnf&lt;/code&gt; file caught.&lt;/li&gt;
&lt;li&gt;Selection characters made more intuitive.&lt;/li&gt;
&lt;li&gt;Empty &lt;code&gt;my.cnf&lt;/code&gt; string caught.&lt;/li&gt;
&lt;li&gt;Installer is aware of missing environment variables.&lt;/li&gt;
&lt;li&gt;Start/stop instance parameter was added in installer.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="myenv-utilities"&gt;MyEnv Utilities&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Row Extractor (&lt;code&gt;utl/row_extractor.pl&lt;/code&gt;) to extract rows from corrupt tables (leading to a DB crash) added.&lt;/li&gt;
&lt;li&gt;Script to flush Query Cache regularly (&lt;code&gt;utl/flush_query_cache.sh&lt;/code&gt;) added.&lt;/li&gt;
&lt;li&gt;Script to find last access to tables (&lt;code&gt;utl/filesystem_table.php&lt;/code&gt;) added.&lt;/li&gt;
&lt;li&gt;MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;) added.&lt;/li&gt;
&lt;li&gt;Script to do a NDB Cluster channel failover (&lt;code&gt;utl/channel_failover.pl&lt;/code&gt;) added.&lt;/li&gt;
&lt;li&gt;&lt;code&gt;README&lt;/code&gt; about MyEnv utilities usage updated (&lt;code&gt;utl/README&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Compare script to compare two &lt;code&gt;GLOBAL STATUS&lt;/code&gt; outputs added (&lt;code&gt;utl/compare.php&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Rotate log script to rotate different MySQL logs added (&lt;code&gt;utl/rotate_log.sh&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Script to convert &lt;code&gt;&amp;lt;br&amp;gt;G&lt;/code&gt; output of MySQL client to one-line output added (&lt;code&gt;utl/backslashG2table.pl&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;alter_engine.sh&lt;/code&gt; script improved by a Perl version (for windows customer) (&lt;code&gt;utl/alter_engine.pl&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Different resources, configuration files and monitors added for Heartbeat v1/v2: (&lt;code&gt;utl/{stop-heartbeat.alert|ping.monitor|node.monitor|mysql.monitor|mail.alert|Crontab|canias}, etc/{drbd.conf.template|ha.cf.template|mon.cf.template|my.cnf.template}).&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Slave Monitor added (&lt;code&gt;utl/{slave_monitoring.php|slave_monitor.php}&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;DRBD Monitor added (&lt;code&gt;utl/check_drbd.sh&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;MySQL Profiler added (&lt;code&gt;utl/profiler/{profiler.pl|tracer.pl}&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;&lt;code&gt;split_partition.php&lt;/code&gt; and &lt;code&gt;drop_partition.php&lt;/code&gt; scripts added (&lt;code&gt;utl/{split_partition.php|drop_partition.php}&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Insert test added (&lt;code&gt;utl/{insert_test.sh|insert_test.phpx}&lt;/code&gt;). Shell script is for connection testing. PHP script is more for &lt;code&gt;INSERT&lt;/code&gt; load testing&amp;hellip;&lt;/li&gt;
&lt;li&gt;Utility &lt;code&gt;mem_map.pl&lt;/code&gt; added (&lt;code&gt;utl/mem_map.pl&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Start/stop script for VIP added (&lt;code&gt;utl/vip&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Script to fix wrong encoding added (&lt;code&gt;utl/fix_encoding.php&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Alter Engine script enhanced with MySQL 5.6 and Galera features.&lt;/li&gt;
&lt;li&gt;Ping Log utility added (&lt;code&gt;utl/ping_log.sh&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Script added to block MySQL port so Load Balancer recognizes if Galera Cluster node is away (&lt;code&gt;utl/block_galera_node.sh&lt;/code&gt;, customer request).&lt;/li&gt;
&lt;li&gt;Create table statement for &lt;code&gt;test.test&lt;/code&gt; table for &lt;code&gt;insert_test.*&lt;/code&gt; added as comment to the script.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mysql-backup-manager-mysql_bman"&gt;MySQL Backup Manager (&lt;code&gt;mysql_bman&lt;/code&gt;)&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;Several bugs fixed and improvements.&lt;/li&gt;
&lt;li&gt;Schema dump implemented now (customer enhancement request).&lt;/li&gt;
&lt;li&gt;Backup is now possible with MySQL 5.5 as well (Bug &lt;br&gt;#31).&lt;/li&gt;
&lt;li&gt;All parameters can now be put in the configuration file.&lt;/li&gt;
&lt;li&gt;Configuration file is now more dynamic.&lt;/li&gt;
&lt;li&gt;Archive job fixed.&lt;/li&gt;
&lt;li&gt;Configuration backup fixed.&lt;/li&gt;
&lt;li&gt;Xtrabackup wrapper added.&lt;/li&gt;
&lt;li&gt;Empty schema option defaults now to all databases.&lt;/li&gt;
&lt;li&gt;Per schema backup should not contain drop/create database.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Have fun,
The FromDual Consulting Team&lt;/p&gt;</description></item><item><title>MySQL community is invited to join FromDuals company meeting</title><link>https://www.fromdual.com/blog/fromdual-annual-company-meeting-2013/</link><pubDate>Mon, 30 Sep 2013 16:28:40 +0000</pubDate><guid>https://www.fromdual.com/blog/fromdual-annual-company-meeting-2013/</guid><description>&lt;p&gt;FromDual holds its annual company meeting this year in Leoforos Vravronos near Athens (20 km outside) in Greece.&lt;/p&gt;
&lt;p&gt;We are happy to invite everybody interested in MySQL technologies (MySQL, Percona Cluster, MariaDB, Galera Cluster, etc.) to participate &lt;strong&gt;Wednesday evening October 9&lt;sup&gt;th&lt;/sup&gt;&lt;/strong&gt; at the &lt;a href="http://www.mare-nostrum.gr/page.asp?p=map" target="_blank" title="Mare Nostrum Hotel"&gt;Mare Nostrum Hotel&lt;/a&gt; in Leoforos Vravronos for exchanging ideas about MySQL.&lt;/p&gt;
&lt;p&gt;Meeting at 17:00 in the hotel lobby.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Presentation about Xtrabackup (25&amp;rsquo;) and 5&amp;rsquo; Questions and Answers (Abdel-Mawla Gharieb, Support Engineer at FromDual)&lt;/li&gt;
&lt;li&gt;Presentation of a MySQL community member (25&amp;rsquo;) and 5&amp;rsquo; Questions and Answers&lt;/li&gt;
&lt;li&gt;Break 15 min&lt;/li&gt;
&lt;li&gt;Presentation about Galera Cluster (25&amp;rsquo;) and 5&amp;rsquo; Questions and Answers (Oli Sennhauser, CTO of FromDual))&lt;/li&gt;
&lt;li&gt;Presentation of a MySQL community member or discussion and questions about MySQL (25&amp;rsquo;) and 5&amp;rsquo; Questions and Answers&lt;/li&gt;
&lt;li&gt;Dinner at the Mare Nostrum Hotel Restaurant&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Please feel free to send us your suggestion about your presentation. Any technical or non-technical MySQL related topic is welcome. For example how you use MySQL in your companies or special problems you have faced and solved (or not solved yet), research work you have done on MySQL products. Business cases you solve with MySQL products, Evaluations or experience you have made. The proposal can be sent to &lt;a href="mailto:contac@fromdual.com"&gt;contac@fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Please also let us know when you plan to participate at &lt;a href="mailto:contact@fromdual.com"&gt;contact@fromdual.com&lt;/a&gt;. So we can arrange and organize all the infrastructure with the Hotel.&lt;/p&gt;
&lt;p&gt;The event is free of costs for all participants.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br&gt;
Your FromDual Team&lt;/p&gt;</description></item><item><title>MySQL Performance Monitor New Release 0.9.1</title><link>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.9.1-is-out/</link><pubDate>Fri, 07 Jun 2013 19:24:14 +0200</pubDate><guid>https://www.fromdual.com/blog/fpmmm-release-notes/mpm-0.9.1-is-out/</guid><description>&lt;p&gt;The new release of the &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;MySQL Performance Monitor (mpm)&lt;/a&gt; is out!&lt;/p&gt;
&lt;p&gt;New additions and improvements&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Easy to use templates&lt;/li&gt;
&lt;li&gt;Improved Security&lt;/li&gt;
&lt;li&gt;New Trigger Checks&lt;/li&gt;
&lt;li&gt;New Warnings Enabled&lt;/li&gt;
&lt;li&gt;Time Zone Shift Added&lt;/li&gt;
&lt;li&gt;New screens added&lt;/li&gt;
&lt;li&gt;Data transfer enabled&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and much more (see below).&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;MySQL Performance Monitor (mpm)&lt;/a&gt; for MySQL, &lt;a href="http://codership.com/content/using-galera-cluster" target="_blank"&gt;Galera Cluster&lt;/a&gt;, Percona Server and MariaDB is a Monitoring Solution based on the Enterprise open source Monitor &lt;a href="http://www.zabbix.com" target="_blank"&gt;Zabbix&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;It provides all the necessary modules to monitor MySQL performance metrics in detail and you can display them graphically.&lt;/p&gt;
&lt;h2 id="new-features"&gt;New Features&lt;/h2&gt;
&lt;p&gt;Template improved for easier use - Security module added - Slave and MySQL templates fixed after feedback from customers - Innodb log information and pending I/O information added - Sort_buffer_size trigger added - Slave error skipped trigger added - Check for isolation level added - Binlog do and ignore filter warning enabled - Innodb deadlock trigger downgraded from warning to info - Time-shift feature implemented - Flush_time trigger added - MyISAM flush_time variable added - Read_buffer_size and max_allowed_package conflict implemented - Binlog_cache_size too small trigger back-ported from live - Read_buffer_size rule added - Max_allowed_packet and read_buffer_size added for rules - All 24 cores added to template items - Process memory graph with RAM size - Thread_stack_size too small alert implemented - Network packet graph reordered - Trigger for missing MaaS agent added - Server screens visually improved - Screens for Galera, network, CPU and server added - Transfer of data over HTTPS is possible now.&lt;/p&gt;
&lt;h2 id="download-and-install"&gt;Download and Install&lt;/h2&gt;
&lt;p&gt;The most recent FromDual &lt;a href="https://www.fromdual.com/mysql-performance-monitor"&gt;Performance Monitor for MySQL&lt;/a&gt; you can &lt;a href="https://www.fromdual.com/download#mpm"&gt;download from here&lt;/a&gt;&amp;hellip; Or for more information you can reach us by e-mail at: &lt;a href="mailto:contact@fromdual.com"&gt;contact@fromdual.com&lt;/a&gt; or by phone on +41 44 500 58 20.&lt;/p&gt;</description></item><item><title>Advanced MySQL trainings in Zurich</title><link>https://www.fromdual.com/blog/advanced-mysql-training-in-zurich-2013-01/</link><pubDate>Mon, 28 Jan 2013 16:38:02 +0100</pubDate><guid>https://www.fromdual.com/blog/advanced-mysql-training-in-zurich-2013-01/</guid><description>&lt;p&gt;Due to customer requests, we have added two of our &lt;a href="https://www.fromdual.com/advanced-mysql-training" title="Content of the training"&gt;advanced MySQL training&lt;/a&gt; courses in late April in Zurich, Switzerland. One course will be presented in German, the other in English.&lt;/p&gt;
&lt;p&gt;The venue is the &lt;a href="http://www.hso.ch/standorte/zuerich/" target="_blank" title="Location of venue"&gt;HSO&lt;/a&gt; in Zurich-Oerlikon.&lt;/p&gt;
&lt;p&gt;The following dates has been set:&lt;/p&gt;
&lt;table&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;April 22 - 26&lt;/td&gt;
 &lt;td&gt;Advanced MySQL&lt;/td&gt;
 &lt;td&gt;HSO,​ Zurich&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;April 29 - Mai 3&lt;/td&gt;
 &lt;td&gt;Advanced MySQL&lt;/td&gt;
 &lt;td&gt;HSO,​ Zurich&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;strong&gt;Caution&lt;/strong&gt;: the 2&lt;sup&gt;nd&lt;/sup&gt; training contains May 1&lt;sup&gt;st&lt;/sup&gt; (bank holiday). The training takes place regardless.&lt;/p&gt;
&lt;p&gt;Remember to &lt;a href="https://www.fromdual.com/mysql-training"&gt;book now&lt;/a&gt; to reserve your place.&lt;/p&gt;</description></item><item><title>MySQL SIG Event: MySQL Replication and new Features</title><link>https://www.fromdual.com/blog/doag-mysql-sig-2013-02-munich/</link><pubDate>Thu, 24 Jan 2013 13:44:34 +0000</pubDate><guid>https://www.fromdual.com/blog/doag-mysql-sig-2013-02-munich/</guid><description>&lt;p&gt;The MySQL SIG of DOAG invites you to join on February 27 at the &lt;a href="http://www.innside.com/de/munich-hotel-city-centre-innside-munchen-parkstadt-hotel-germany.html" target="_blank"&gt;Inside Hotel&lt;/a&gt; in Munich.
Topics of the SIG Event: &lt;a href="http://www.doag.org/termine/termine.php?tid=450839" target="_blank"&gt;MySQL Replication and new Features&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>Date for next MySQL Cluster trainings scheduled</title><link>https://www.fromdual.com/blog/dates-for-mysql-cluster-training-2013/</link><pubDate>Mon, 10 Sep 2012 16:37:52 +0000</pubDate><guid>https://www.fromdual.com/blog/dates-for-mysql-cluster-training-2013/</guid><description>&lt;p&gt;The dates for the next MySQL Cluster (ndb) trainings with the &lt;a href="http://www.linuxhotel.de/" target="_blank" title="Linux Hotel"&gt;Linux Hotel&lt;/a&gt; are scheduled now: &lt;a href="http://www.linuxhotel.de/cgi-bin/anmeldung_kurs.pl?veranstaltung=MySQL-Cluster&amp;amp;termin=11.03.-12.03.2013" target="_blank" title="Book MySQL Cluster Training"&gt;March 11 - 12 2013&lt;/a&gt; and &lt;a href="http://www.linuxhotel.de/cgi-bin/anmeldung_kurs.pl?veranstaltung=MySQL-Cluster&amp;amp;termin=23.09.-24.09.2013" target="_blank" title="Book MySQL Cluster Training"&gt;September 23 - 24 2013&lt;/a&gt;.
You can book your training &lt;a href="https://www.fromdual.com/mysql-training" title="MySQL Training"&gt;here&lt;/a&gt;.&lt;/p&gt;</description></item><item><title>DOAG SIG MySQL - Replication: September 4, 2012 in Hamburg</title><link>https://www.fromdual.com/blog/doag-sig-mysql-replication-in-hamburg/</link><pubDate>Mon, 30 Jul 2012 15:11:17 +0000</pubDate><guid>https://www.fromdual.com/blog/doag-sig-mysql-replication-in-hamburg/</guid><description>&lt;p&gt;On Tuesday, September 4, 2012 the next &lt;a href="http://www.doag.org/de/events/sigs/sig-mysql.html" target="_blank"&gt;DOAG SIG MySQL&lt;/a&gt; meeting will take place in Hamburg (Germany) with the topic Replication.&lt;/p&gt;
&lt;p&gt;Possible presentations are: MySQL Replication, Galera Cluster, Replication with Oracle GoldenGate, Replication with Zimory Scale and Tungsten Replicator.&lt;/p&gt;
&lt;p&gt;The event will presumably be located at the &lt;a href="http://www.hotel-boettcherhof.de/" target="_blank"&gt;Hotel Böttcherhof&lt;/a&gt; at Wöhlerstrasse 2.&lt;/p&gt;</description></item><item><title>Frankfurter Datenbanktage 2013</title><link>https://www.fromdual.com/blog/frankfurter-datenbanktage-2013-en/</link><pubDate>Mon, 23 Jul 2012 11:05:26 +0000</pubDate><guid>https://www.fromdual.com/blog/frankfurter-datenbanktage-2013-en/</guid><description>&lt;p&gt;FromDual is having a talk at &lt;a href="http://www.frankfurter-datenbanktage.de/index.php" target="_blank"&gt;Frankfurter Datenbanktage 2013&lt;/a&gt;, March 14/15&lt;/p&gt;</description></item><item><title>Codership partners with FromDual to offer consulting and support services for Galera Cluster for MySQL</title><link>https://www.fromdual.com/blog/codership-partners-with-fromdual/</link><pubDate>Sun, 19 Feb 2012 09:56:45 +0000</pubDate><guid>https://www.fromdual.com/blog/codership-partners-with-fromdual/</guid><description>&lt;p&gt;&lt;strong&gt;Helsinki, Finland, Uster, Switzerland – February 18, 2012&lt;/strong&gt; – Codership, the provider of Galera Cluster for MySQL, and FromDual, a MySQL consulting company, today announced collaboration to offer Galera Cluster technology and related support and consulting services for Galera users all over the world, especially in German speaking countries Germany, Austria and Switzerland (DACH). Galera Cluster is a synchronous, true multi-master replication cluster for MySQL using the well known InnoDB storage engine. Customers can deploy Galera Cluster locally in LAN environments, as geo-clusters over the WAN or as virtual cluster in the cloud.&lt;/p&gt;
&lt;p&gt;Galera Cluster for MySQL is offered as open source software. It can be downloaded freely from &lt;a href="http://www.codership.com" target="_blank"&gt;&lt;a href="https://www.codership.com"&gt;www.codership.com&lt;/a&gt;&lt;/a&gt;. Many of Codership customers are using Galera Cluster for business critical applications. FromDual will be offering consulting and support services for Galera users, especially in German speaking countries. &lt;em&gt;FromDual has years of competence in MySQL consulting and support. They have a deep understanding of clustering and replication technologies and how to implement them into production. FromDual is the perfect partner for Codership&lt;/em&gt; said Seppo Jaakola, CEO of Codership.&lt;/p&gt;
&lt;p&gt;&lt;em&gt;With Galera we get a great high availability (HA) product for MySQL which removes all the pain we had with the existing MySQL HA solutions. Our customers are always looking for better ways to solve MySQL replication, scalability and management issues to secure 24/7 business availability and growth for the future business. Galera Cluster does exactly that. We are happy to add Galera Cluster to our consulting and support portfolio with the top level support from Codership&lt;/em&gt; says Oli Sennhauser, Senior MySQL consultant and CEO of FromDual.&lt;/p&gt;
&lt;p&gt;Galera Cluster is used by users who need highly available MySQL database back-ends with very fast failover time for business critical applications like Social networks, Gaming platforms, Telecom/VoiP solutions, Media and entertainment sites, Business Software as a Service (SaaS), Platform as a Service (PaaS), ERP systems, web-shops, e-commerce solutions or similar critical applications.&lt;/p&gt;
&lt;h2 id="about-fromdual-gmbh"&gt;About FromDual GmbH&lt;/h2&gt;
&lt;p&gt;FromDual is a global acting, neutral and vendor independent consulting, support and training company for MySQL, Percona Server, MariaDB and Galera Cluster with numerous customers all over the world in the Telecom, Media, Public Service, Internet and Industry sector. FromDual is Oracle Silver Partner and Open Database Alliance (ODBA) Silver Partner. In addition to its MySQL services FromDual distributes its Performance Monitor for MySQL for local installations or as Software as a Service solution. For more information about FromDual, their products, consulting and support services, please visit &lt;a href="https://www.fromdual.com/index.php"&gt;www.fromdual.com&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Press contact:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;FromDual GmbH
Oli Sennhauser, CEO
E-Mail: &lt;a href="mailto:oli.sennhauser@fromdual.com"&gt;oli.sennhauser@fromdual.com&lt;/a&gt;
Cell: +41 44 500 58 20&lt;/p&gt;
&lt;h2 id="about-codership-oy"&gt;About Codership Oy&lt;/h2&gt;
&lt;p&gt;Codership develops fundamentally new replication and clustering solutions for open source databases, adopting novel ideas from latest DBMS and distributed computing research. The founders of Codership have long experience in developing several widely used MySQL clustering solutions before starting Galera development in 2007. Already thousands of users have chosen Galera Cluster solution – the Codership&amp;rsquo;s flagship open source product and Codership is working actively for and with this growing user community. For more information about Codership, products, consulting and support services, please visit &lt;a href="http://www.codership.com/" target="_blank"&gt;&lt;a href="https://www.codership.com"&gt;www.codership.com&lt;/a&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Press contact:&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Codership OY
Seppo Jaakola, CEO
E-Mail: &lt;a href="mailto:seppo.jaakola@codership.com"&gt;seppo.jaakola@codership.com&lt;/a&gt;
Cell: +358 405 105 938&lt;/p&gt;</description></item><item><title>FromDual launches Monitoring as a Service for MySQL</title><link>https://www.fromdual.com/blog/newsletter-en-2012-01/</link><pubDate>Thu, 19 Jan 2012 14:16:04 +0000</pubDate><guid>https://www.fromdual.com/blog/newsletter-en-2012-01/</guid><description>&lt;p&gt;On January 9&lt;sup&gt;th&lt;/sup&gt; FromDual launched its Monitoring as a Service (MaaS) solution for MySQL.
This service is based on the &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=79&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MySQL Performance Monitor (mpm)"&gt;Performance Monitor for MySQL&lt;/a&gt; (mpm) v0.8 and &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=80&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Zabbix"&gt;Zabbix&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;The installation on customer side of the so called monitoring agent takes about 5 minutes (for installation, configuration and scheduling).&lt;/p&gt;
&lt;p&gt;The collected performance data are sent to our service where you can view them with your web browser. Some examples you can find &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=78&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MySQL Performance Monitor"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can download the &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=79&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MySQL Performance Monitor (mpm)"&gt;Performance Monitor for MySQL&lt;/a&gt; from our &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=81&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="FromDual download form"&gt;download page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To use this service a key is needed which will be provided by FromDual. To request a key please use this &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=87&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MaaS Key Request"&gt;form&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This service is free for FromDual &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=82&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Support"&gt;support&lt;/a&gt; and &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=83&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Consulting"&gt;consulting&lt;/a&gt; customers. For all others we offer a special enterprise customer monitoring subscription.&lt;/p&gt;
&lt;p&gt;More information about MySQL Monitoring as a Service you can find &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=78&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="MySQL Performance Monitor"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;You can follow discussion about the MaaS on our &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=84&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Forum"&gt;forum&lt;/a&gt;.&lt;/p&gt;
&lt;h2 id="innodb-and-ndb-module-are-now-under-gpl"&gt;InnoDB and NDB module are now under GPL!&lt;/h2&gt;
&lt;p&gt;Further we have the pleasure to announce that now all modules are available under GPL. Before the InnoDB and the NDB (MySQL Cluster) module were available for FromDual customers only.
For commercial use of the FromDual Performance Monitor an Enterprise subscription is required.&lt;/p&gt;
&lt;p&gt;The changes in the new FromDual Performance Monitor release v0.8 are:&lt;/p&gt;
&lt;h2 id="new-functionality"&gt;New functionality&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Monitoring as a Service (MaaS) functionality was added to the FromDual Performance Monitor for MySQL.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="changed-functionality"&gt;Changed functionality&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;The InnoDB and NDB module are now available under GPL.&lt;/li&gt;
&lt;li&gt;Agent lock was implemented. Only one agent can run per server now at a time. This is to prevent a system overload because of some locks or timeouts etc.&lt;/li&gt;
&lt;li&gt;Agent log is now touched on every call. From the timestamp it is visible now when the agent was running last.&lt;/li&gt;
&lt;li&gt;Cache file is now per server/device.&lt;/li&gt;
&lt;li&gt;Data are mostly cached in the cache file first instead of calling &lt;code&gt;zabbix_sender&lt;/code&gt; zillions of times.&lt;/li&gt;
&lt;li&gt;Zabbix server port is now configurable.&lt;/li&gt;
&lt;li&gt;Foreign Key Error detection for InnoDB was implemented.&lt;/li&gt;
&lt;li&gt;Deadlock detection for InnoDB was implemented.&lt;/li&gt;
&lt;li&gt;XtraDB and InnoDB agents/templates were merged. There is now no more difference between GPL and commercial builds.&lt;/li&gt;
&lt;/ul&gt;
&lt;h2 id="fixes"&gt;Fixes&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;ndb_cluster_connection_pool&lt;/code&gt; is now reported correctly and according trigger works correctly again.&lt;/li&gt;
&lt;li&gt;Some templates where improved.&lt;/li&gt;
&lt;li&gt;Missing item to MyISAM template added.&lt;/li&gt;
&lt;li&gt;Missing item to Process template added.&lt;/li&gt;
&lt;li&gt;Fix in the &lt;code&gt;mysql&lt;/code&gt; module (&lt;code&gt;sql_mode&lt;/code&gt;).&lt;/li&gt;
&lt;li&gt;Fix in the &lt;code&gt;master&lt;/code&gt; template (adding 20 missing items for binary log events).&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;If you want to stay tuned to our information, follow our Tweets on &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=85&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Twitter"&gt;Twitter&lt;/a&gt;. If you like this service please let us &lt;a href="http://www.shinguz.ch/tellmatic/click.php?l_id=86&amp;amp;nl_id=24&amp;amp;q_id=0&amp;amp;a_id=0&amp;amp;h_id=0" target="_blank" title="Facebook"&gt;know&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We would love to hear about your feedback.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Your FromDual Team&lt;/p&gt;</description></item></channel></rss>