My book MySQL and JSON - A Practical
Programming Guide is now available! My promotional copies
have arrived and I will be bringing them to PHP Tek, SyntaxCon,
and Southeast Linuxfest in the next two weeks.
This is a book on discovering how to use JSON with MySQL with
lots of examples, samples programs, and more. Please order
your copy today. Order From Amazon
Introduction I either have time for reading or writing, but not both. Now that the first edition of High-Performance Java Persistence is done, I can catch up on the many books I planned on reading but didn’t have time to do so. In this post, I’m going to review High Performance MySQL by Baron Schwartz, … Continue reading Book Review – High Performance MySQL (3rd edition) →
It’s quite exciting to see the amount of MariaDB books out there (first GA release of software: February 2010).
From left-to-right:
- MariaDB Crash Course (August 2011)
- Getting Started with MariaDB (October 2013)
- …
For some months now, there have been some back & forth emails with Matt, one of the senior DBAs behind the popular messaging service, KakaoTalk (yes, they are powered by MariaDB). Today I got some positive information: the book published entirely in the Korean language, titled Real MariaDB is now available.
It covers MariaDB 10.0. Where appropriate, there are also notes on MySQL 5.6 (especially with regards to differences). This is Matt’s fourth MySQL-related book, and there’s a community around it …
[Read more]Another month has come to an end. If you’re looking to be updated on MariaDB content on a regular basis, don’t forget to be on Twitter (@mariadb), Facebook (MariaDB.dbms), or Google Plus (+mariadb).
There was a question on Quora – Is Facebook considering ditching MySQL in favor of MariaDB like Google did? The best answer really comes from Harrison Fisk, so I’ll leave you to it to read. The older link made its way on social media about Wikipedia_$ mv MySQL MariaDB. …
[Read more]Instant Innodb, by Matt Reid
This book does a good job of explaining the InnoDB internals. I have found particularly useful the section where it describe in detail all the server variables affecting InnoDB. Although these variables are also in the MySQL manual, some of them have never been explained to me as thoroughly as this book as done.
The title claims that it is a InnoDB reference. If is more than that, as the reference part id covered in three chapters. The rest of the book gives useful advice on maintenance, monitoring, and troubleshooting.
At Effective MySQL we provide resources for the DBA, Developer and Architect to best use MySQL. This includes currently three books in our series, available in print, PDF and Kindle formats.
Buy Now | … |
The third book of the Effective MySQL series provides the reader
with the tools, knowledge and tips for managing a scalable MySQL
Replication environment.
Chapters
- The Five Minute DBA
- Diagnosing Common Replication Problems
- Improving Standard Replication Features
- Understanding Multi-Master Replication
- MySQL Replication Tools
- Extending Replication for Practical Needs
- MySQL Configuration Options
- Monitoring Replication
You can find the code examples from this book at
https://github.com/effectiveMySQL/ReplicationTechniques
Order Now
This title is available in print, PDF and Kindle formats from
these retailers.
… |
The second book of the Effective MySQL series provides the reader
with the tools, knowledge and tips necessary for a successful
MySQL Backup and Recovery Schedule. Included in this book are
examples of mysqldump, LVM snapshots, mylvmbackup, MySQL
Enterprise Backup (MEB), Xtrabackup and mydumper. Advanced
options including compression, incremental backups, partial
backups and remote capabilities are discussed and examples
provided with an example 5GB database.
Chapters
- The Five Minute DBA – Download Sample Chapter (PDF)
- Understanding Backup Options
- Understanding Business Requirements
- Using Replication
- Understanding Recovery Options
- MySQL Configuration Options
- Disaster Scenarios
- Optimizing Backup & Recovery
- MySQL …
The first book of the Effective MySQL series provides the reader with the tools, knowledge and tips necessary for optimizing SQL Statements in MySQL.
Written by Oracle ACE Director and MySQL expert Ronald Bradford, Effective MySQL: Optimizing SQL Statements is filled with detailed explanations and practical examples that can be applied immediately to improve database and application performances. Featuring a step-by-step approach to SQL optimization, this Oracle Press book helps you to analyze and tune problematic SQL statements.
- Identify the essential analysis commands for gathering and diagnosing issues
- Learn how different index theories are applied and represented in MySQL
- Plan and execute informed SQL optimizations
- Create MySQL indexes to improve query performance
- much more…
Chapters
- The Five Minute DBA – …