(Todd Farmer) In a previous post, I noted that the new new password verification plugin in MySQL 5.6 provides a basis for implementing a more comprehensive password policy. Most notably, password policies include requirements around password strength, duration, and reuse. While the password valida
Tag: Open Source
Automation: A case for synchronous replication
(Peter Zaitsev) Just yesterday I wrote about math of automatic failover today I’ll share my thoughts about what makes MySQL failover different from many other components and why asynchronous nature of standard replication solution is causing problems with it.
Controlled failover simplicity with MySQL
(Ronald Bradford) As part of a recent engagement, I described the relative products to manage a MySQL pair (i.e. an Active/Passive MySQL masters configuration). This included the steps to undertake a controlled failover for supporting software maintenance using manual procedures.
Logging Deadlock errors
(Miguel Angel Nieto) The principal source of information for InnoDB diagnostics is the output of SHOW ENGINE INNODB STATUS but there are some sections that are not very useful. For example, LATEST DETECTED DEADLOCK only shows, as the name implies, the latest error detected.
Managing Multiple MySQL Servers From One phpMyAdmin Installation (Using SSL Encryption)
(Falko Timme) This tutorial explains how you can manage multiple MySQL servers from one phpMyAdmin installation. For security reasons, communication between phpMyAdmin and any remote MySQL server is using SSL encryption (this is not necessary for a local MySQL server since communication between phpM
Bulk Transfer Works
(Michael McLaughlin) As many already know, I’ve been trying to get the MySQL Workbench migration feature working between Microsoft SQL Server 2012 and MySQL 5.5. There are a number of features added to the 5.2.43 point release, and one led me to believe that the Migration tool expects to find the da
MySQL function returns dates of speficied day & between date range
(Kedar) This mysql stored function will return you all the dates between given dates having specified day.
Trying to Migrate Data
(Michael McLaughlin) Getting the MySQL Workbench’s Database Migration has been interesting, and at present incomplete. While I can now successfully connect to the SQL Server 2012 source database and capture a schemata list, migrating the data from SQL Server doesn’t work. Actually, the connection do
Why I am So Excited About the MySQL Performance Schema
(Jesper Krogh) The improved Performance Schema in MySQL 5.6 provides a new way of investigating issues in the database. Many issues that previously required tools such as strace, dtrace, etc. can now be investigated directly from inside MySQL in a platform independent way using standard SQL statemen
How to find MySQL queries worth optimizing ?
(Peter Zaitsev) One question I often get is how one can find out queries which should be optimized. By looking at pt-query-digest report it is easy to find slow queries or queries which cause the large portion of the load on the system but how do we know whenever there is any possibility to make thi
