What is it?
Hacking MySQL is a book teaching developers and database administrators how to break, optimize, and secure their database instances running the database management system.
Contents
Hacking MySQL is purposefully split into three parts: Breaking, Optimizing, and Securing.
Hacking MySQL will walk you through what breaks your database, help you understand query components and your server, and optimize the components of your database including its schema and data types, SQL queries, indexes, partitions, backups, and so much more. The book also provides in-depth advice centered around the security of MySQL and other database management systems.