(Daniël van Eeden) So assume you just uploaded the certificate you use to identify yourself to the MySQL server to Github or some other place it doesn’t belong…and there is no undelete.
Tag: Open Source
How small changes impact complex systems – MySQL example
(Peter Zaitsev) If you’ve been studying complex systems you know what minor changes might cause consequences of much greater proportions, sometimes causing some effects that are not easily explained at first.
An easy way to describe MySQL’s Binary Log Group Commit
(Morgan Tocker) It struck me today; there is an easy way to describe MySQL’s Binary Log group commit improvements from MySQL 5.0-5.7 by using the example of a single ferry trying to ship passengers from point A to point B:
Querying InnoDB Tables
(Michael McLaughlin) Somebody ran into the following error message trying to query the innodb_sys_foreign and innodb_sys_foreign_cols tables from the information_schema database:
Diagnosing SST errors with Percona XtraDB Cluster for MySQL
(Stephane Combaudon) State Snapshot Transfer (SST) is used in Percona XtraDB Cluster (PXC) when a new node joins the cluster or to resync a failed node if Incremental State Transfer (IST) is no longer available.
MySQL Non-unique Indexes
(Michael McLaughlin) Somebody wanted to know how to find any non-unique indexes in information_schema of the MySQL. The query takes a session variable with the table name and returns the non-unique indexes by column names. It uses a correlated subquery to exclude the table constraints.
ASP.NET Identity 2.1 implementation for MySQL
(Radenko Zec) In this blog post I will try to cover how to use a custom ASP.NET identity provider for MySQL I have created.
How well does your table fit in the InnoDB buffer pool in MySQL 5.6+?
(Bill Karwin) Some time ago, Peter Zaitsev posted a blog titled “How well does your table fits in innodb buffer pool?” He used some special INFORMATION_SCHEMA tables developed for Percona Server 5.1 to report how much of each InnoDB table and index resides in your buffer pool.
Beware of MySQL BLOB Corruption in Older Versions
(Ovais Tariq) Does your dataset consist of InnoDB tables with large BLOB data such that the data is stored in external BLOB pages? Was the dataset created in MySQL version 5.1 and below and without using the InnoDB plugin, or with InnoDB plugin but with MySQL version earlier than 5.1.55?
File carving methods for the MySQL DBA
(David Busby) This is a long overdue blog post from London’s 44con Cyber Security conference back in September. A lot of old memories were brought to the front as it were; the one I’m going to cover in this blog post is: file carving.
