MySQL 8 Cookbook

Posted By: naag

MySQL 8 Cookbook
English | 2024 | ISBN: B0DHGZQNGC | Pages: 335 | EPUB (True) | 148.23 KB

In this book, you will learn how to install, configure, and tune MySQL for optimal performance in Linux environments. Important topics like backup strategies, security measures, query optimization, high availability, and replication are covered in each chapter. You will learn to partition and index datasets in a way that improves query performance, and the book provides step-by-step solutions to help them manage big datasets. With the help of this book, you can convert MySQL into a schema-less database that can manage unstructured data with ease, and it even handles modern data types like JSON. You can build fault-tolerant and scalable database systems including the implementation of multi-source replication, master-slave replication, and master-master replication.
 
Problems like table corruption, excessive CPU and memory usage, deadlocks, and replication lag are addressed in the troubleshooting sections. Also shown are methods for automating and monitoring database security using Linux tools, cron jobs, and MySQL's performance schema. Whether you're managing enterprise databases or developing backend applications, this book will teach you to improve your database management skills and ensure peak performance for systems that are critical to business.
 
Key Learnings
Ins and outs of installing, configuring, and optimizing MySQL 8 for high-performance database systems.
Implementing advanced replication setups, including master-master and multi-source.
Advantage of partitioning and indexing techniques to manage massive datasets.
Use MySQL's relational and NoSQL features in combination to manage schema-less data.
Use cron jobs and Linux-native tools to automate backups, recovery, and security audits.
Find table corruption, deadlocks, and replication lag and fix them.
Implement strong firewall settings, encryption, and user access control.