In this blog, we discuss the ins and outs of the MySQL daemon and tell you how best to improve MySQL performance & security.
Read moreMySQL Security Best Practices: A Checklist
MySQL Security Best Practices: A Checklist In an ever-changing technology landscape, it is critical for companies and individuals to know a list of best practices
Read moreSchrödinger’s Paradox in MySQL
If you have ever dived deeper into physics and quantum mechanics in particular, you have probably heard of this weird phenomena called the Schrödinger’s cat.
Read moreMySQL After a Data Breach
As we all know, data breaches occur all too often. After a data breach occurs, we are used to seeing security experts, company associates and
Read moreInnoDB From the Inside: ibdata1 and the Log Files
The ibdata1 file is arguably the most important file in the entire InnoDB infrastructure. Without the file InnoDB simply could not function – we will
Read moreOptimizing MySQL Query Performance with DESCRIBE and EXPLAIN
DESCRIBE and EXPLAIN statements are two of the most common statements that concerns MySQL performance issues. When you ask people how to optimize a query,
Read moreInnoDB vs. MyISAM – Which One Should You Choose?
InnoDB and MyISAM are two of the most widely used MySQL storage engines. Each of them has its own pros and cons – we will
Read moreMySQL Deadlocks 101
Sometimes when dealing with MySQL you might come across this slightly frustrating error: ERROR 1213 (40001): Deadlock found when trying to get lock; try restarting
Read moreIdentifying Slow Queries in MySQL: Slow Query Log 101
When MySQL performance issues are encountered, one of the first things troubleshooting developers do is identify long running queries and optimize them. We will take
Read more